-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(doc) Add release notes for CLI, CLE and Agent #1125
Conversation
5fac0ae
to
d7d7533
Compare
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.
d7d7533
to
476d3d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes LGTM, but it would be best to have another pair since I also made changes to this PR.
@pauby when you have a chance, can you have a look over this please? |
|
||
### Bug Fix | ||
|
||
- [Security] Fix - Prevent usage an option when running in Self-Service mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Security] Fix - Prevent usage an option when running in Self-Service mode. | |
- [Security] Fix - Prevent use of an option when running in Self-Service mode. |
@@ -70,6 +77,13 @@ Read our [blog post](https://blog.chocolatey.org/2024/06/announcing-cli-230-cle- | |||
- [Security] Fix - Prevent usage of options when running in Self-Service mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Security] Fix - Prevent usage of options when running in Self-Service mode. | |
- [Security] Fix - Prevent use of options when running in Self-Service mode. |
|
||
### Bug Fix | ||
|
||
- [Security] Fix - Prevent usage an option when running in Self-Service mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Security] Fix - Prevent usage an option when running in Self-Service mode. | |
- [Security] Fix - Prevent use of an option when running in Self-Service mode. |
|
||
- [Security] Fix - Trace logging is allowed in non-elevated session - see [#3604](https://github.com/chocolatey/choco/issues/3604). | ||
|
||
|
||
## 2.4.1 (Dec 4, 2024) \{#v2.4.1} | ||
|
||
### Bug Fixes | ||
|
||
- Fix - Searching for specific version on v3 only feed returns no results - see [#3396](https://github.com/chocolatey/choco/issues/3396). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fix - Searching for specific version on v3 only feed returns no results - see [#3396](https://github.com/chocolatey/choco/issues/3396). | |
- Fix - Searching for specific version on a NuGet v3 only feed returns no results - see [#3396](https://github.com/chocolatey/choco/issues/3396). |
|
||
- [Security] Fix - Trace logging is allowed in non-elevated session - see [#3604](https://github.com/chocolatey/choco/issues/3604). | ||
|
||
|
||
## 2.4.1 (Dec 4, 2024) \{#v2.4.1} | ||
|
||
### Bug Fixes | ||
|
||
- Fix - Searching for specific version on v3 only feed returns no results - see [#3396](https://github.com/chocolatey/choco/issues/3396). | ||
- 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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 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). | |
- 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). |
|
||
### Bug Fix | ||
|
||
- [Security] Fix - Prevent usage an option when running in Self-Service mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Security] Fix - Prevent usage an option when running in Self-Service mode. | |
- [Security] Fix - Prevent use of an option when running in Self-Service mode. |
|
||
### Bug Fix | ||
|
||
- [Security] Fix - Prevent usage an option when running in Self-Service mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Security] Fix - Prevent usage an option when running in Self-Service mode. | |
- [Security] Fix - Prevent use of an option when running in Self-Service mode. |
This PR is no longer required, as it was replaced by this one: #1128 since this one had some issues being updated due to an incident with GitHub. |
Description Of Changes
This updates the release notes section for Chocolatey CLI, Chocolatey Licensed Extension and Chocolatey Agent to include the changes that has gone into the v2.4.2, v1.4.2, v6.3.1, v5.0.7, v2.2.2, and v1.1.5 versions.
Motivation and Context
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.
Testing
Change Types Made
Change Checklist
Related Issue
N/A