From 3f5fa41a061c297c76ccc91c49b12c652dec0600 Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Wed, 10 Jun 2026 11:28:01 +0200 Subject: [PATCH 1/4] (doc) Add Chocolatey CLI v2.7.3 release notes Add documentation for Chocolatey CLI v2.7.3 release including release notes, highlights, and dependency updates. Update the previous CLI v1.4.6 highlight to no longer display on home page to make room for the new release announcement. Key Changes: - Add v2.7.3 release notes with bug fix details and contributor information - Create highlight document for v2.7.3 release announcement - Update product dependencies table to reference v2.7.3 - Disable v1.4.6 highlight from home page display Reason for the change: - Document the new Chocolatey CLI v2.7.3 release for users - Provide visibility of the release through highlight feature - Keep dependency documentation current with latest version - Manage home page highlight rotation for new releases --- .../docs/ChocolateyProductDependencies.mdx | 2 +- src/content/docs/en-us/choco/release-notes.mdx | 13 +++++++++++++ .../highlights/2026/05-chocolatey-cli-1.4.6.md | 2 +- .../highlights/2026/06-chocolatey-cli-2.7.3.md | 13 +++++++++++++ 4 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 src/content/docs/en-us/highlights/2026/06-chocolatey-cli-2.7.3.md diff --git a/src/components/docs/ChocolateyProductDependencies.mdx b/src/components/docs/ChocolateyProductDependencies.mdx index 7b334947fb..a9ef5dfee4 100644 --- a/src/components/docs/ChocolateyProductDependencies.mdx +++ b/src/components/docs/ChocolateyProductDependencies.mdx @@ -13,7 +13,7 @@ Please refer to our +## 2.7.3 (June 10, 2026) \{#v2.7.3} + +### Bug Fix + +- Corrupted package prevents new package installations. + - See [#3875](https://github.com/chocolatey/choco/issues/3875) by [Kylotan](https://github.com/Kylotan), resolved in [!3901](https://github.com/chocolatey/choco/pull/3901) by [vexx32](https://github.com/vexx32). + +### Contributors + +2 contributors made this release possible. + +Profile image for contributor Kylotan Profile image for contributor vexx32 + ## 2.7.2 (May 13, 2026) \{#v2.7.2} Read our [blog post](https://blog.chocolatey.org/2026/05/announcing-ccm-0160-cli-272-cli-146-cle-810-agent-410-gui-310-releases) about this release. diff --git a/src/content/docs/en-us/highlights/2026/05-chocolatey-cli-1.4.6.md b/src/content/docs/en-us/highlights/2026/05-chocolatey-cli-1.4.6.md index 0856aa45d9..09e8470658 100644 --- a/src/content/docs/en-us/highlights/2026/05-chocolatey-cli-1.4.6.md +++ b/src/content/docs/en-us/highlights/2026/05-chocolatey-cli-1.4.6.md @@ -8,6 +8,6 @@ highlight: ctaXref: choco-release-notes ctaAnchor: v1.4.6 ctaText: Read the release notes - showOnHome: true + showOnHome: false showOnHighlihts: true --- diff --git a/src/content/docs/en-us/highlights/2026/06-chocolatey-cli-2.7.3.md b/src/content/docs/en-us/highlights/2026/06-chocolatey-cli-2.7.3.md new file mode 100644 index 0000000000..14254aa1c1 --- /dev/null +++ b/src/content/docs/en-us/highlights/2026/06-chocolatey-cli-2.7.3.md @@ -0,0 +1,13 @@ +--- +order: 0 +xref: highlight-2026-06-10-chocolatey-cli-2.7.3 +title: What's new in Chocolatey CLI v2.7.3 +description: Learn all about what's new in Chocolatey CLI v2.7.3. +highlight: + postedDateTime: 2026-06-10T00:03:20Z + ctaXref: choco-release-notes + ctaAnchor: v2.7.3 + ctaText: Read the release notes + showOnHome: true + showOnHighlights: true +--- From c4cc83e66790c2b3aa001f22c930fe0c236a260a Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Wed, 10 Jun 2026 11:51:55 +0200 Subject: [PATCH 2/4] (doc) Add Chocolatey GUI v3.2.0 release notes Add release notes documentation for Chocolatey GUI v3.2.0 scheduled for June 10, 2026. This release includes a bug fix for gallery URL availability, documentation improvements, and a new context menu feature for opening package URLs from the Chocolatey Community Repository. Key Changes: - Add v3.2.0 release notes with bug fixes, documentation updates, and enhancements - Update product dependencies table to reflect v3.2.0 as current version - Create new highlight page for v3.2.0 release announcement - Hide v3.1.0 highlight from home page and update v3.2.0 as featured - Hide CCM v0.13.2 highlight from home page Reason for the change: - Document the v3.2.0 release with resolved issues and new features - Keep product dependency information current and accurate - Promote the latest release on the highlights page while archiving previous version --- .../docs/ChocolateyProductDependencies.mdx | 2 +- .../en-us/chocolatey-gui/release-notes.mdx | 23 +++++++++++++++++++ ...02-chocolatey-central-management-0.13.2.md | 2 +- .../2026/05-chocolatey-gui-3.1.0.md | 2 +- .../2026/06-chocolatey-gui-3.2.0.md | 13 +++++++++++ 5 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 src/content/docs/en-us/highlights/2026/06-chocolatey-gui-3.2.0.md diff --git a/src/components/docs/ChocolateyProductDependencies.mdx b/src/components/docs/ChocolateyProductDependencies.mdx index a9ef5dfee4..1062dbbe62 100644 --- a/src/components/docs/ChocolateyProductDependencies.mdx +++ b/src/components/docs/ChocolateyProductDependencies.mdx @@ -16,7 +16,7 @@ Please refer to our +## 3.2.0 (June 10, 2026) \{#v3.2.0} + +### Bug Fix + +- Gallery URL not available for packages on the Chocolatey Community Repository. + - See [#1137](https://github.com/chocolatey/ChocolateyGUI/issues/1137) by [AdmiringWorm](https://github.com/AdmiringWorm), resolved in [!1138](https://github.com/chocolatey/ChocolateyGUI/pull/1138) by [AdmiringWorm](https://github.com/AdmiringWorm). + +### Documentation + +- (maint) Fix typos in resource strings. + - See [!1140](https://github.com/chocolatey/ChocolateyGUI/pull/1140) by [AdmiringWorm](https://github.com/AdmiringWorm). + +### Enhancement + +- Add Context Menu Item To Allow Packages From Chocolatey Community Repository To Open URL. + - See [#728](https://github.com/chocolatey/ChocolateyGUI/issues/728) by [LordMike](https://github.com/LordMike), resolved in [!1139](https://github.com/chocolatey/ChocolateyGUI/pull/1139) by [AdmiringWorm](https://github.com/AdmiringWorm). + +### Contributors + +2 contributors made this release possible. + +Profile image for contributor AdmiringWorm Profile image for contributor LordMike + ## 3.1.0 (May 13, 2026) \{#v3.1.0} Read our [blog post](https://blog.chocolatey.org/2026/05/announcing-ccm-0160-cli-272-cli-146-cle-810-agent-410-gui-310-releases) about this release. diff --git a/src/content/docs/en-us/highlights/2025/02-chocolatey-central-management-0.13.2.md b/src/content/docs/en-us/highlights/2025/02-chocolatey-central-management-0.13.2.md index 2ba51e8d86..908570e995 100644 --- a/src/content/docs/en-us/highlights/2025/02-chocolatey-central-management-0.13.2.md +++ b/src/content/docs/en-us/highlights/2025/02-chocolatey-central-management-0.13.2.md @@ -8,6 +8,6 @@ highlight: ctaXref: ccm-release-notes ctaAnchor: v0.13.2 ctaText: Read the release notes - showOnHome: true + showOnHome: false showOnHighlights: true --- diff --git a/src/content/docs/en-us/highlights/2026/05-chocolatey-gui-3.1.0.md b/src/content/docs/en-us/highlights/2026/05-chocolatey-gui-3.1.0.md index 85d2512778..9b4d090bcc 100644 --- a/src/content/docs/en-us/highlights/2026/05-chocolatey-gui-3.1.0.md +++ b/src/content/docs/en-us/highlights/2026/05-chocolatey-gui-3.1.0.md @@ -8,6 +8,6 @@ highlight: ctaXref: chocolateygui-release-notes ctaAnchor: v3.1.0 ctaText: Read the release notes - showOnHome: true + showOnHome: false showOnHighlights: true --- diff --git a/src/content/docs/en-us/highlights/2026/06-chocolatey-gui-3.2.0.md b/src/content/docs/en-us/highlights/2026/06-chocolatey-gui-3.2.0.md new file mode 100644 index 0000000000..22848f98eb --- /dev/null +++ b/src/content/docs/en-us/highlights/2026/06-chocolatey-gui-3.2.0.md @@ -0,0 +1,13 @@ +--- +order: 0 +xref: highlight-2026-06-10-gui-3.2.0 +title: What's new in Chocolatey GUI v3.2.0 +description: Learn all about what's new in Chocolatey GUI v3.2.0. +highlight: + postedDateTime: 2026-06-10T00:03:20Z + ctaXref: chocolateygui-release-notes + ctaAnchor: v3.2.0 + ctaText: Read the release notes + showOnHome: true + showOnHighlights: true +--- From ca91a12aac69145e229ccc080f23af7247f3fbc9 Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Wed, 10 Jun 2026 12:57:04 +0200 Subject: [PATCH 3/4] (doc) Add Licensed Extension 8.2.0 release notes Add documentation for Chocolatey Licensed Extension version 8.2.0 release, including dependency updates and enhancements related to intunewinapputil support. Update highlight visibility settings to manage which releases display on the home page. Key Changes: - Create new highlight document for Licensed Extension v8.2.0 - Add v8.2.0 release notes with dependency and enhancement details - Update showOnHome flag to false for older extension highlights - Update showOnHome flag to false for older agent highlight Reason of the change: - Document the new Licensed Extension v8.2.0 release - Manage homepage visibility to feature current releases - Maintain accurate release information in documentation --- .../docs/ChocolateyProductDependencies.mdx | 2 +- .../highlights/2025/02-chocolatey-agent-1.1.5.md | 2 +- .../2025/02-chocolatey-extension-5.0.8.md | 2 +- .../2026/05-chocolatey-extension-8.1.0.md | 2 +- .../2026/05-chocolatey-extension-8.2.0.md | 13 +++++++++++++ .../docs/en-us/licensed-extension/release-notes.mdx | 11 +++++++++++ 6 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 src/content/docs/en-us/highlights/2026/05-chocolatey-extension-8.2.0.md diff --git a/src/components/docs/ChocolateyProductDependencies.mdx b/src/components/docs/ChocolateyProductDependencies.mdx index 1062dbbe62..34ced40f38 100644 --- a/src/components/docs/ChocolateyProductDependencies.mdx +++ b/src/components/docs/ChocolateyProductDependencies.mdx @@ -14,7 +14,7 @@ Please refer to our +## 8.2.0 (June 10, 2026) \{#v8.2.0} + + +### Dependency Change + +- Update to support the latest version of `intunewinapputil`. + +### Enhancement + +- Pin `intunewinapputil` version to a known working version. + ## 8.1.0 (May 13, 2026) \{#v8.1.0} Read our [blog post](https://blog.chocolatey.org/2026/05/announcing-ccm-0160-cli-272-cli-146-cle-810-agent-410-gui-310-releases) about this release. From 181d9d95878ad86e3939ddcb168488b28e66e771 Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Wed, 10 Jun 2026 12:59:04 +0200 Subject: [PATCH 4/4] (maint) Update highlight date to June 2026 Update the top sidebar highlight to reflect the latest Chocolatey product releases for June 2026 instead of May. Key Changes: - Update postedDateTime from 2026-05-13 to 2026-06-10 - Change ctaAnchor from may-2026 to june-2026 - Update ctaText from "View May's highlights" to "View June's highlights" Reason of the change: - Keep highlight content current with the latest product release information - Ensure navigation links point to the correct monthly highlights section --- .../docs/en-us/highlights/00-top-sidebar-highlight.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/en-us/highlights/00-top-sidebar-highlight.md b/src/content/docs/en-us/highlights/00-top-sidebar-highlight.md index ad73e8f79b..1e51a31b10 100644 --- a/src/content/docs/en-us/highlights/00-top-sidebar-highlight.md +++ b/src/content/docs/en-us/highlights/00-top-sidebar-highlight.md @@ -4,10 +4,10 @@ xref: highlight-sidebar-top-highlights title: Chocolatey product releases description: We recently released a new version of multiple Chocolatey Products. highlight: - postedDateTime: 2026-05-13T00:00:00Z + postedDateTime: 2026-06-10T00:00:00Z ctaXref: highlights - ctaAnchor: may-2026 - ctaText: View May's highlights + ctaAnchor: june-2026 + ctaText: View June's highlights showOnHome: false showOnHighlights: false showInSidebar: true