Skip to content

Commit 851e468

Browse files
authored
Merge pull request #1104 from corbob/dec-4-releases
(doc) Add release notes
2 parents 170798a + 3acc83f commit 851e468

File tree

8 files changed

+92
-0
lines changed

8 files changed

+92
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ This covers the release notes for the Chocolatey Agent Service (`chocolatey-agen
3737

3838
## 2.2.0 (December 4, 2024) \{#v2.2.0}
3939

40+
Read our [blog post](https://blog.chocolatey.org/2024/12/announcing-agent-220-release) about this release.
41+
4042
### Feature
4143

4244
- Implement Background Job Management System.

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
<ChocolateyComponentDependenciesLink />
2626

27+
## 2.4.1 (Dec 4, 2024) \{#v2.4.1}
28+
29+
### Bug Fixes
30+
31+
- Fix - Searching for specific version on v3 only feed returns no results - see [#3396](https://github.com/chocolatey/choco/issues/3396).
32+
- Fix - Credentials from configured source used for a non-configured source when the URL is similar - see [#3565](https://github.com/chocolatey/choco/issues/3565).
33+
34+
## 1.4.1 (Dec 4, 2024) \{#v1.4.1}
35+
36+
### Bug Fix
37+
38+
- Fix - Credentials from configured source used for a non-configured source when the URL is similar - see [#3566](https://github.com/chocolatey/choco/issues/3566).
39+
2740
## 2.4.0 (Nov 12, 2024) \{#v2.4.0}
2841

2942
### Deprecated Feature
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
order: 0
3+
xref: highlight-2024-11-12-choco-release-notes
4+
title: What's new in Chocolatey CLI v2.4.0
5+
description: Learn all about what's new in Chocolatey CLI v2.4.0.
6+
showInSidebar: false
7+
highlight:
8+
postedDateTime: 2024-11-12T00:00:00Z
9+
ctaXref: choco-release-notes
10+
ctaAnchor: v2.4.0
11+
ctaText: Read the release notes
12+
---
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
order: 0
3+
xref: highlight-sidebar-2024-12-04-agent-release-notes
4+
title: Chocolatey Agent v2.2.0
5+
description: Improvements.
6+
showInSidebar: false
7+
highlight:
8+
postedDateTime: 2024-12-04T00:00:00Z
9+
ctaXref: agent-release-notes
10+
ctaAnchor: v2.2.0
11+
ctaText: See what's new
12+
showOnHome: false
13+
showOnHighlights: false
14+
showInSidebar: true
15+
---
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
order: 0
3+
xref: highlight-2024-12-04-agent-release-notes
4+
title: What's new in Chocolatey Agent v2.2.0
5+
description: Learn all about what's new in Chocolatey Agent v2.2.0.
6+
showInSidebar: false
7+
highlight:
8+
postedDateTime: 2024-12-04T00:00:00Z
9+
ctaXref: agent-release-notes
10+
ctaAnchor: v2.2.0
11+
ctaText: Read the release notes
12+
---
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
order: 0
3+
xref: highlight-sidebar-2024-12-04-licensed-extension-release-notes
4+
title: Chocolatey Extension v6.3.0
5+
description: Bugfixes and improvements.
6+
showInSidebar: false
7+
highlight:
8+
postedDateTime: 2024-12-04T00:00:00Z
9+
ctaXref: licensed-extension-release-notes
10+
ctaAnchor: v6.3.0
11+
ctaText: See what's new
12+
showOnHome: false
13+
showOnHighlights: false
14+
showInSidebar: true
15+
---
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
order: 0
3+
xref: highlight-2024-12-04-licensed-extension-release-notes
4+
title: What's new in Chocolatey Licensed Extension v6.3.0
5+
description: Learn all about what's new in Chocolatey Licensed Extension v6.3.0.
6+
showInSidebar: false
7+
highlight:
8+
postedDateTime: 2024-12-04T00:00:00Z
9+
ctaXref: choco-release-notes
10+
ctaAnchor: v6.3.0
11+
ctaText: Read the release notes
12+
---

src/content/docs/en-us/licensed-extension/release-notes.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ Please see <Xref title="Install the Licensed Edition" value="setup-licensed" />
4545

4646
<ChocolateyComponentDependenciesLink />
4747

48+
## 6.3.0 (Dec 4, 2024) \{#v6.3.0}
49+
50+
### Bug Fixes
51+
52+
- Fix - Ensure invalid .arguments files do not prevent running Chocolatey CLI commands.
53+
- Fix - Update Search threshold text to match open source.
54+
55+
### Improvement
56+
57+
- Provide better information through the user agent when querying remote repositories including the Licensed Extension version.
58+
4859
## 6.2.1 (June 27, 2024) \{#v6.2.1}
4960

5061
### Bug Fixes

0 commit comments

Comments
 (0)