Skip to content

Commit c7cafde

Browse files
authored
Merge pull request #1348 from AdmiringWorm/doc-add-release-notes-documentation
(docs) Add Chocolatey Product release notes
2 parents 46da22f + 181d9d9 commit c7cafde

14 files changed

Lines changed: 98 additions & 12 deletions

src/components/docs/ChocolateyProductDependencies.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Please refer to our <Xref title="Support Lifecycle information" value="chocolate
1313

1414
| Package Name / Dependency | chocolatey | chocolatey.extension | chocolateygui |
1515
| ------------------------------ | ----------- | -------------------- | ------------- |
16-
| chocolatey v2.7.2 | | | |
17-
| chocolatey.extension v8.1.0 | v2.7.0 | | |
16+
| chocolatey v2.7.3 | | | |
17+
| chocolatey.extension v8.2.0 | v2.7.0 | | |
1818
| chocolatey-agent v4.1.0 | | v8.0.0 | |
19-
| chocolateygui v3.1.0 | v2.7.0 | | |
19+
| chocolateygui v3.2.0 | v2.7.0 | | |
2020
| chocolateygui.extension v3.0.0 | | v8.0.0 | v3.0.0 |
2121
| chocolatey v1.4.6 | | | |
2222
| chocolatey.extension v5.0.8 | v1.2.0 | | |

src/content/docs/en-us/choco/release-notes.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar
2424

2525
<ChocolateyProductDependenciesLink />
2626

27+
## 2.7.3 (June 10, 2026) \{#v2.7.3}
28+
29+
### Bug Fix
30+
31+
- Corrupted package prevents new package installations.
32+
- 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).
33+
34+
### Contributors
35+
36+
2 contributors made this release possible.
37+
38+
<a href="https://github.com/Kylotan"><img src="https://avatars.githubusercontent.com/u/1117104?v=4" alt="Profile image for contributor Kylotan" height="32" width="32"/></a> <a href="https://github.com/vexx32"><img src="https://avatars.githubusercontent.com/u/32407840?u=d8213fbf5ef964c29ef7cfda6497c9dddb38cca9&v=4" alt="Profile image for contributor vexx32" height="32" width="32"/></a>
39+
2740
## 2.7.2 (May 13, 2026) \{#v2.7.2}
2841

2942
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.

src/content/docs/en-us/chocolatey-gui/release-notes.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,29 @@ This covers changes for the "chocolateygui" package, which is available as FOSS.
2424

2525
<ChocolateyProductDependenciesLink />
2626

27+
## 3.2.0 (June 10, 2026) \{#v3.2.0}
28+
29+
### Bug Fix
30+
31+
- Gallery URL not available for packages on the Chocolatey Community Repository.
32+
- 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).
33+
34+
### Documentation
35+
36+
- (maint) Fix typos in resource strings.
37+
- See [!1140](https://github.com/chocolatey/ChocolateyGUI/pull/1140) by [AdmiringWorm](https://github.com/AdmiringWorm).
38+
39+
### Enhancement
40+
41+
- Add Context Menu Item To Allow Packages From Chocolatey Community Repository To Open URL.
42+
- 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).
43+
44+
### Contributors
45+
46+
2 contributors made this release possible.
47+
48+
<a href="https://github.com/AdmiringWorm"><img src="https://avatars.githubusercontent.com/u/1474648?v=4" alt="Profile image for contributor AdmiringWorm" height="32" width="32"/></a> <a href="https://github.com/LordMike"><img src="https://avatars.githubusercontent.com/u/1027111?v=4" alt="Profile image for contributor LordMike" height="32" width="32"/></a>
49+
2750
## 3.1.0 (May 13, 2026) \{#v3.1.0}
2851

2952
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.

src/content/docs/en-us/highlights/00-top-sidebar-highlight.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ xref: highlight-sidebar-top-highlights
44
title: Chocolatey product releases
55
description: We recently released a new version of multiple Chocolatey Products.
66
highlight:
7-
postedDateTime: 2026-05-13T00:00:00Z
7+
postedDateTime: 2026-06-10T00:00:00Z
88
ctaXref: highlights
9-
ctaAnchor: may-2026
10-
ctaText: View May's highlights
9+
ctaAnchor: june-2026
10+
ctaText: View June's highlights
1111
showOnHome: false
1212
showOnHighlights: false
1313
showInSidebar: true

src/content/docs/en-us/highlights/2025/02-chocolatey-agent-1.1.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ highlight:
88
ctaXref: agent-release-notes
99
ctaAnchor: v1.1.5
1010
ctaText: Read the release notes
11-
showOnHome: true
11+
showOnHome: false
1212
showOnHighlights: true
1313
---

src/content/docs/en-us/highlights/2025/02-chocolatey-central-management-0.13.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ highlight:
88
ctaXref: ccm-release-notes
99
ctaAnchor: v0.13.2
1010
ctaText: Read the release notes
11-
showOnHome: true
11+
showOnHome: false
1212
showOnHighlights: true
1313
---

src/content/docs/en-us/highlights/2025/02-chocolatey-extension-5.0.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ highlight:
88
ctaXref: licensed-extension-release-notes
99
ctaAnchor: v5.0.8
1010
ctaText: Read the release notes
11-
showOnHome: true
11+
showOnHome: false
1212
showOnHighlights: true
1313
---

src/content/docs/en-us/highlights/2026/05-chocolatey-cli-1.4.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ highlight:
88
ctaXref: choco-release-notes
99
ctaAnchor: v1.4.6
1010
ctaText: Read the release notes
11-
showOnHome: true
11+
showOnHome: false
1212
showOnHighlihts: true
1313
---

src/content/docs/en-us/highlights/2026/05-chocolatey-extension-8.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ highlight:
88
ctaXref: licensed-extension-release-notes
99
ctaAnchor: v8.1.0
1010
ctaText: Read the release notes
11-
showOnHome: true
11+
showOnHome: false
1212
showOnHighlights: true
1313
---
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
order: 0
3+
xref: highlight-2026-06-10-licensed-extension-8.2.0
4+
title: What's new in Chocolatey Licensed Extension v8.2.0
5+
description: Learn all about what's new in Chocolatey Licensed Extension v8.2.0.
6+
highlight:
7+
postedDateTime: 2026-06-10T00:03:20Z
8+
ctaXref: licensed-extension-release-notes
9+
ctaAnchor: v8.2.0
10+
ctaText: Read the release notes
11+
showOnHome: true
12+
showOnHighlights: true
13+
---

0 commit comments

Comments
 (0)