Skip to content

Commit 6edc5e8

Browse files
authored
Merge pull request #1128 from gep13/update-release-notes-again
(doc) Add release notes for CLI, CLE and Agent
2 parents 7dd5ae6 + f825e21 commit 6edc5e8

File tree

5 files changed

+41
-16
lines changed

5 files changed

+41
-16
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: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,27 @@ 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}
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+
34+
## 2.4.1 (December 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

34-
## 1.4.1 (Dec 4, 2024) \{#v1.4.1}
41+
## 1.4.1 (December 4, 2024) \{#v1.4.1}
3542

3643
### Bug Fix
3744

3845
- 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).
3946

40-
## 2.4.0 (Nov 12, 2024) \{#v2.4.0}
47+
## 2.4.0 (November 12, 2024) \{#v2.4.0}
4148

4249
### Deprecated Feature
4350

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: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,15 @@ 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}
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+
56+
## 6.3.0 (December 4, 2024) \{#v6.3.0}
4957

5058
### Bug Fixes
5159

@@ -1233,7 +1241,7 @@ Pro users now have the ability to download packages (minus internalization). Thi
12331241
- Package Synchronizer:
12341242
-Synchronize to a new location per package version.
12351243

1236-
## 1.7.0 (Sep 22, 2016) \{#sep-22-2016}
1244+
## 1.7.0 (September 22, 2016) \{#sep-22-2016}
12371245

12381246
### Bug Fixes
12391247

@@ -1254,13 +1262,13 @@ Pro users now have the ability to download packages (minus internalization). Thi
12541262
- Warn of issue with `-UseOriginalLocation` when only using one file.
12551263
- Add `--append-useoriginallocation` and feature internalizeAppendUseOriginalLocation that makes the determination to add to the end of `Install-ChocolateyPackage` when using local resources.
12561264

1257-
## 1.6.3 (Sep 20, 2016) \{#sep-20-2016}
1265+
## 1.6.3 (September 20, 2016) \{#sep-20-2016}
12581266

12591267
### Bug Fix
12601268

12611269
- Require Chocolatey be upgraded to at least 0.10.1 due to internal incompatibilities that affect this extension.
12621270

1263-
## 1.6.2 (Sep 19, 2016 - pulled) \{#sep-19-2016 - pulled}
1271+
## 1.6.2 (September 19, 2016 - pulled) \{#sep-19-2016 - pulled}
12641272

12651273
### Bug Fix
12661274

@@ -1271,15 +1279,15 @@ Pro users now have the ability to download packages (minus internalization). Thi
12711279
- Install/upgrade - support MSP (patch files).
12721280
- PackageBuilder - support MSU/MSP files.
12731281

1274-
## 1.6.1 (Sep 8, 2016) \{#sep-8-2016}
1282+
## 1.6.1 (September 8, 2016) \{#sep-8-2016}
12751283

12761284
### Bug Fixes
12771285

12781286
- Package Builder (`choco new`):
12791287
- Fix - Do not error on missing appsearch table in MSI.
12801288
- Fix - Do not add similarly named items from AppSearch table to template properties more than once.
12811289

1282-
## 1.6.0 (Sep 8, 2016) \{#sep-8-2016}
1290+
## 1.6.0 (September 8, 2016) \{#sep-8-2016}
12831291

12841292
Some really big improvements are now available in v1.6.0. We are excited to share them with you!
12851293

@@ -1322,7 +1330,7 @@ Some really big improvements are now available in v1.6.0. We are excited to shar
13221330
- handle variables in urls set like `${word}`.
13231331
- Append `-UseOriginalLocation` to the end of the arguments passed to `Install-ChocolateyPackage`. Work with splatting properly as well.
13241332

1325-
## 1.5.1 (Aug 9, 2016) \{#aug-9-2016}
1333+
## 1.5.1 (August 9, 2016) \{#aug-9-2016}
13261334

13271335
### Bug Fix
13281336

0 commit comments

Comments
 (0)