Skip to content

Commit

Permalink
Update intro section to include both 24.4.0 and 24.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beeankha committed May 14, 2024
1 parent eb301af commit d685f3f
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions blog/2024-05-13-april-and-may-releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,24 @@ image: img/blog/2024-05-13-april-and-may-releases/banner.png

The April and May 2024 releases included updates to conda and conda-build! 🎉 All of these new releases have been released to both `main` and `conda-forge`.

## Changes in Conda [24.4.0](https://github.com/conda/conda/releases/tag/24.4.0)
## Changes in Conda [24.4.0](https://github.com/conda/conda/releases/tag/24.4.0)/[24.5.0](https://github.com/conda/conda/releases/tag/24.5.0)

Conda's release cycle is typically every two months per [CEP 8](https://github.com/conda/ceps/blob/main/cep-8.md), however, when a new standalone
feature is added in between the bimonthly cadence, a separate release is published with the new changes.

The April 2024 release of conda introduces a new enhancement for Windows users. Specifically, the stub executables used for Python entrypoints in
packages are now codesigned as a result of [pull request #13721](https://github.com/conda/conda/pull/13721).

<!-- truncate -->

---

## Changes in Conda [24.5.0](https://github.com/conda/conda/releases/tag/24.5.0)

To update conda, run:
To update conda to the latest version, run:

```bash
conda install -n base conda=24.5.0
```

Amongst other changes, this new version of conda enables MSYS2 packages to utilize upstream installation prefixes, adds support for
CEP-15 `base_url` field in `repodata.json`, and allows specification of channel URLs using a glob-like wildcard pattern in custom
channel settings (_e.g._, for user with auth handler plugins). See the list below or the [release notes](https://github.com/conda/conda/releases/tag/24.5.0)
for more details.
<!-- truncate -->

Conda's release cycle is typically every two months per [CEP 8](https://github.com/conda/ceps/blob/main/cep-8.md); however, when a new standalone
feature is added in between the bimonthly cadence, a separate release is published with the new changes. The April 2024 release of conda introduces
a new enhancement for Windows users. Specifically, the stub executables used for Python entrypoints in packages are now codesigned as a result of
[pull request #13721](https://github.com/conda/conda/pull/13721).

Amongst other updates, the most recent `24.5.0` version of conda enables MSYS2 packages to utilize upstream installation prefixes, adds support for
CEP-15 `base_url` field in `repodata.json`, and allows specification of channel URLs using a glob-like wildcard pattern in custom channel settings
(_e.g._, for user with auth handler plugins). See the list below or the [release notes](https://github.com/conda/conda/releases/tag/24.5.0) for more details.

### What's New?

Expand Down Expand Up @@ -104,6 +98,8 @@ for more details.

### 🌅 What's Marked for [Deprecation](https://github.com/conda-incubator/ceps/blob/main/cep-9.md)? 🌅

- Postpone `conda_build.index.channel_data` deprecation.

The following code was marked as deprecated:

- `conda_build.config.Config.override_channels` (defer to `conda.base.context.context.channels` instead)
Expand Down Expand Up @@ -181,8 +177,6 @@ The following code was marked as deprecated:
- `conda_build.utils.represent_hashabledict` (use `frozendict.deepfreeze` instead)
- `conda_build.variants.get_vars(loop_only)`

- Postpone `conda_build.index.channel_data` deprecation.

The following code was removed:

- `conda_build.api.get_output_file_path` (use `conda_build.api.get_output_file_paths` instead)
Expand Down

0 comments on commit d685f3f

Please sign in to comment.