Skip to content

Commit 1b2f768

Browse files
committed
(doc) Add release notes for CLI, CLE and Agent
As part of a combined release to address an issue with the --trace option across all Chocolatey products, this commit updates the release notes for all 6 products.
1 parent d93ff69 commit 1b2f768

File tree

5 files changed

+31
-6
lines changed

5 files changed

+31
-6
lines changed

src/components/docs/ChocolateyComponentDependencies.mdx

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

1414
| Package Name / Dependency | chocolatey | chocolatey.extension | chocolateygui |
1515
| ------------------------------ | ----------- | -------------------- | ------------- |
16-
| chocolatey v2.4.1 | | | |
17-
| chocolatey.extension v6.3.0 | v2.0.0 | | |
18-
| chocolatey-agent v2.2.1 | | v6.0.0 | |
16+
| chocolatey v2.4.2 | | | |
17+
| chocolatey.extension v6.3.1 | v2.0.0 | | |
18+
| chocolatey-agent v2.2.2 | | v6.0.0 | |
1919
| chocolateygui v2.1.1 | v2.0.0 | | |
2020
| chocolateygui.extension v2.0.0 | | v6.0.0 | v2.0.0 |
2121
| chocolatey v1.4.1 | | | |

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ This covers the release notes for the Chocolatey Agent Service (`chocolatey-agen
3535

3636
<ChocolateyComponentDependenciesLink />
3737

38+
## 2.2.2 (January 31, 2025) \{#v2.2.2}
39+
40+
### Bug Fix
41+
42+
- [Security] Fix - Prevent use of an option when running in Self-Service mode.
43+
- See the <Xref title="documentation" value="self-service-anywhere" anchor="background-service-restricted-options" />.
44+
45+
3846
## 2.2.1 (December 9, 2024) \{#v2.2.1}
3947

4048
### Bug Fix
@@ -67,7 +75,7 @@ Read our [blog post](https://blog.chocolatey.org/2024/06/announcing-cli-230-cle-
6775

6876
### Bug Fix
6977

70-
- [Security] Fix - Prevent usage of options when running in Self-Service mode.
78+
- [Security] Fix - Prevent use of options when running in Self-Service mode.
7179
- See the [documentation](https://docs.chocolatey.org/en-us/features/self-service-anywhere#background-service-restricted-options).
7280

7381

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

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

2525
<ChocolateyComponentDependenciesLink />
2626

27+
## 2.4.2 (January 31, 2025) \{#v2.4.2}
28+
29+
### Bug Fix
30+
31+
- [Security] Fix - Trace logging is allowed in non-elevated session - see [#3604](https://github.com/chocolatey/choco/issues/3604).
32+
33+
2734
## 2.4.1 (Dec 4, 2024) \{#v2.4.1}
2835

2936
### Bug Fixes
3037

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).
38+
- Fix - Searching for specific version on a NuGet v3 only feed returns no results - see [#3396](https://github.com/chocolatey/choco/issues/3396).
39+
- Fix - Credentials from configured source are used for a non-configured source when the URL is similar - see [#3565](https://github.com/chocolatey/choco/issues/3565).
3340

3441
## 1.4.1 (Dec 4, 2024) \{#v1.4.1}
3542

src/content/docs/en-us/features/self-service-anywhere.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Chocolatey CLI allows a number of different options that can be used to configur
7979
* `--virus-positives-minimum`
8080
* Added in Chocolatey Agent 2.1.3 and Chocolatey Licensed Extension 6.2.0:
8181
* `--ignore-pinned`
82+
* Added in Chocolatey Agent 2.2.2 and Chocolatey Licensed Extension 6.3.1:
83+
* `--trace`
8284

8385
### See It In Action
8486

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

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

4646
<ChocolateyComponentDependenciesLink />
4747

48+
## 6.3.1 (January 31, 2025) \{v6.3.1}
49+
50+
### Bug Fix
51+
52+
- [Security] Fix - Prevent use of an option when running in Self-Service mode.
53+
- See the <Xref title="documentation" value="self-service-anywhere" anchor="background-service-restricted-options" />.
54+
55+
4856
## 6.3.0 (Dec 4, 2024) \{#v6.3.0}
4957

5058
### Bug Fixes

0 commit comments

Comments
 (0)