Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/docs/ChocolateyProductDependencies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Please refer to our <Xref title="Support Lifecycle information" value="chocolate

| Package Name / Dependency | chocolatey | chocolatey.extension | chocolateygui |
| ------------------------------ | ----------- | -------------------- | ------------- |
| chocolatey v2.7.0 | | | |
| chocolatey v2.7.1 | | | |
| chocolatey.extension v8.0.0 | v2.7.0 | | |
| chocolatey-agent v4.0.0 | | v8.0.0 | |
| chocolateygui v3.0.0 | v2.7.0 | | |
Expand Down
14 changes: 14 additions & 0 deletions src/content/docs/en-us/choco/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar

<ChocolateyProductDependenciesLink />

## 2.7.1 (April 1, 2026) \{#v2.7.1}

### Bug Fix

- Linux docker container (v2.7.0-linux) does not find choco.exe.
- See [#3867](https://github.com/chocolatey/choco/issues/3867) by [Montellese](https://github.com/Montellese), resolved in [!3869](https://github.com/chocolatey/choco/pull/3869) by [gep13](https://github.com/gep13).

### Contributors

2 contributors made this release possible.

<a href="https://github.com/Montellese"><img src="https://avatars.githubusercontent.com/u/75864?v=4" alt="Profile image for contributor Montellese" height="32" width="32"/></a> <a href="https://github.com/gep13"><img src="https://avatars.githubusercontent.com/u/1271146?u=abe1c7adac9206392a54628dd0332850241ba90d&v=4" alt="Profile image for contributor gep13" height="32" width="32"/></a>


## 2.7.0 (March 18, 2026) \{#v2.7.0}

Read our [blog post](https://blog.chocolatey.org/2026/03/announcing-ccm-0150-cli-270-cle-800-agent-400-gui-300-guile-300-releases/) about this release.
Expand Down
Loading