Skip to content

Commit baa170c

Browse files
kenodegardjezdezbeeankha
authored
July 2023 Releases Announcement (#20)
* Create 2023-07-July-releases.md * Apply suggestions from code review * Update workspace/2023/07/2023-07-July-releases.md Co-authored-by: Bianca Henderson <[email protected]> * Add CLS, CPS and CPH release details (#21) --------- Co-authored-by: Jannis Leidel <[email protected]> Co-authored-by: Bianca Henderson <[email protected]>
1 parent 4ce2155 commit baa170c

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
July 2023 releases are here! Conda 23.7.2, conda-build 3.26.0, conda-libmamba-solver 23.7.0, conda-package-streaming 0.9.0, and conda-package-handling 2.2.0 are now available on both main and conda-forge. 🎊
2+
3+
* * *
4+
5+
In the latest release of **conda**, [new pre- and post-command plugin hooks](https://conda.org/blog/2023-07-31-latest-conda-release-includes-new-plugin-hooks) that allow you to run your code before or after a conda subcommand are now available, along with a much improved subcommand plugin hook and plugin infrastructure. There is also a new health check for `conda doctor` that detects altered packages in an environment by comparing expected and computed sha256 checksums, as well as a much-expanded API and command docs ([`conda env`](https://docs.conda.io/projects/conda/en/23.7.x/commands/env/index.html)!).
6+
7+
To update conda, run:
8+
9+
```
10+
conda install -n base conda=23.7.2
11+
```
12+
13+
* * *
14+
15+
In the latest version of **conda-build**, `extra-meta` data is logged to make it easier to verify that the right extra-meta data is burned into packages (which also helps to co-relate packages and their build-log). The feature was first introduced in [conda-build#4303](https://github.com/conda/conda-build/pull/4303) and is now improved via the logging call.
16+
17+
To update conda-build, run:
18+
19+
```
20+
conda install -n base conda-build=3.26.0
21+
```
22+
23+
* * *
24+
25+
In the latest version of **conda-libmamba-solver**, basic integrations for local channels in conda-build have been added and new namespaced settings in `libmamba.Context` now have backwards-compatible support.
26+
27+
To update conda-libmamba-solver, run:
28+
29+
```
30+
conda install -n base conda-libmamba-solver=23.7.0
31+
```
32+
33+
* * *
34+
35+
With the latest releases, both **conda-package-streaming** and **conda-package-handling** now respect `umask` when extracting files, which resolves the issue where [conda was not respecting `umask` when installing package files](https://github.com/conda/conda/issues/12829).
36+
37+
To update these packages, run:
38+
39+
```
40+
conda install -n base conda-package-streaming=0.9.0 conda-package-handling=2.2.0
41+
```
42+
43+
* * *
44+
45+
Check out the changelogs for [conda 23.7.0](https://github.com/conda/conda/releases/tag/23.7.0), [conda 23.7.1](https://github.com/conda/conda/releases/tag/23.7.1), [conda 23.7.2](https://github.com/conda/conda/releases/tag/23.7.2), [conda-build 3.26.0](https://github.com/conda/conda-build/releases/tag/3.26.0), [conda-libmamba-solver 23.7.0](https://github.com/conda/conda-libmamba-solver/releases/tag/23.7.0), [conda-package-streaming 0.9.0](https://github.com/conda/conda-package-streaming/releases/tag/v0.9.0), and [conda-package-handling 2.2.0](https://github.com/conda/conda-package-handling/releases/tag/2.2.0) to see what else is new!

0 commit comments

Comments
 (0)