Skip to content
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

Add notes for 2.1.3, 6.2.0, and 2.3.0 of Chocolatey Products #1001

Merged
merged 6 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 52 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,58 @@
"xcopy"
],
"languageToolLinter.languageTool.ignoredWordsInWorkspace": [
"format-filesize",
"get-packageparameters",
"choco-info",
"choco-warning",
"chocolatey",
"chocolateyinstall",
"format-filesize",
"get-checksumvalid",
"get-chocolateyconfigvalue",
"get-chocolateypath",
"get-chocolateyunzip",
"get-chocolateywebfile",
"get-environmentvariable",
"get-environmentvariablenames",
"get-ftpfile",
"get-osarchitecturewidth",
"get-packageparameters",
"get-toolslocation",
"get-uacenabled",
"get-uninstallregistrykey",
"get-viruscheckvalid",
"get-webfile",
"get-webfilename",
"get-webheaders",
"install-binfile",
"install-chocolateyenvironmentvariable",
"install-chocolateyexplorermenuitem",
"install-chocolateyfileassociation",
"install-chocolateyinstallpackage",
"install-chocolateypackage",
"install-chocolateypath",
"install-chocolateypinnedtaskbaritem",
"install-chocolateypowershellcommand",
"install-chocolateyshortcut",
"install-chocolateyvsixpackage",
"install-chocolateywindowsservice",
"install-chocolateyzippackage",
"install-vsix",
"qde",
"sonatype"
"set-environmentvariable",
"set-powershellexitcode",
"sonatype",
"start-chocolateyprocessasadmin",
"start-chocolateywindowsservice",
"stop-chocolateywindowsservice",
"test-processadminrights",
"uninstall-binfile",
"uninstall-chocolateyenvironmentvariable",
"uninstall-chocolateypackage",
"uninstall-chocolateywindowsservice",
"uninstall-chocolateyzippackage",
"update-sessionenvironment",
"write-functioncalllogmessage"
]
}
10 changes: 9 additions & 1 deletion input/en-us/agent/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RedirectFrom: docs/release-notes-agent

## Summary

This covers the release notes for the Chocolatey Agent Service (`chocolatey-agent`) package, which covers Self-Service and Central Management client functionality. For more information, installation options, etc, please refer to [Chocolatey Agent Service](xref:setup-agent).
This covers the release notes for the Chocolatey Agent Service (`chocolatey-agent`) package, which covers Self-Service and Central Management client functionality. For more information, installation options, etc., please refer to [Chocolatey Agent Service](xref:setup-agent).

> :choco-info: **NOTE**
>
Expand All @@ -30,6 +30,14 @@ This covers the release notes for the Chocolatey Agent Service (`chocolatey-agen
<?! Include "../../shared/chocolatey-component-dependencies.txt" /?>


## 2.1.3 (June 5, 2024){#v2.1.3}

### Improvement

- [Security] Prevent usage of new option when running in Self-Service mode.
- See the [documentation](https://docs.chocolatey.org/en-us/features/self-service-anywhere#background-service-restricted-options).


## 2.1.2 (January 31, 2024)

### Bug Fix
Expand Down
46 changes: 46 additions & 0 deletions input/en-us/choco/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,52 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar
<?! Include "../../shared/chocolatey-component-dependencies-link.txt" /?>


## 2.3.0 (June 5, 2024){#v2.3.0}

### Deprecated Feature

- Deprecate `unpackself` command - see [#3426](https://github.com/chocolatey/choco/issues/3426).

### Features

- Save software install location for future use - see [#3315](https://github.com/chocolatey/choco/issues/3315).
- Allow viewing package creation validation rules via new `choco rule` command - see [#3381](https://github.com/chocolatey/choco/issues/3381).

### Bug Fixes

- Fix - Ensure `Install-ChocolateyInstallPackage` does not add a trailing space to silent arguments - see [#2345](https://github.com/chocolatey/choco/issues/2345).
- Fix - Ensure `Install-ChocolateyPath` adds a new entry to the PATH when part of it is already there - see [#3318](https://github.com/chocolatey/choco/issues/3318).
- Fix - Using `Install-ChocolateyPath -PathType Machine` in a non-admin context spawns PowerShell endlessly and never completes - see [#3424](https://github.com/chocolatey/choco/issues/3424).

### Improvements

- Allow all packages from a source to be installed - see [#23](https://github.com/chocolatey/choco/issues/23).
- Allow the ability to add the configured sources when using the `--source` option - see [#72](https://github.com/chocolatey/choco/issues/72).
- Add `Uninstall-ChocolateyPath` function to manage removing entries from PATH - see [#310](https://github.com/chocolatey/choco/issues/310).
- Verify the checksum of a package before installation, and fail if not matched - see [#1144](https://github.com/chocolatey/choco/issues/1144).
- Show remembered arguments for packages - see [#1310](https://github.com/chocolatey/choco/issues/1310).
- Add the source URL where the package was downloaded from, to the output of the `choco install` and `choco upgrade` commands - see [#1485](https://github.com/chocolatey/choco/issues/1485).
- `choco apikey` - Exit 2 if nothing to do (enhanced exit code) - see [#1759](https://github.com/chocolatey/choco/issues/1759).
- `choco config` - Exit 2 if nothing to do (enhanced exit code) - see [#1760](https://github.com/chocolatey/choco/issues/1760).
- `choco feature` - Exit 2 if nothing to do (enhanced exit code) - see [#1761](https://github.com/chocolatey/choco/issues/1761).
- `choco pin` - Exit 2 if nothing to do (enhanced exit code) - see [#1762](https://github.com/chocolatey/choco/issues/1762).
- `choco source` - Exit 2 if nothing to do (enhanced exit code) - see [#1764](https://github.com/chocolatey/choco/issues/1764).
- `choco upgrade` - Exit 2 if nothing to do (enhanced exit code) - see [#2200](https://github.com/chocolatey/choco/issues/2200).
- Allow upgrading a pinned package without removing the pin beforehand - see [#2050](https://github.com/chocolatey/choco/issues/2050).
- Update `OS_NAME` environment variable to support Windows 11 and Server 2019/2022 - see [#2754](https://github.com/chocolatey/choco/issues/2754).
- Rerunning Install Script after reboot should not be necessary - see [#3327](https://github.com/chocolatey/choco/issues/3327).
- Improve package dependency lookup when an exact version is defined - see [#3433](https://github.com/chocolatey/choco/issues/3433).

### Documentation

- Clarify what `--include-programs` option does, in the help output - see [#147](https://github.com/chocolatey/choco/issues/147).
- Fix grammar in the pending reboot warning message - see [#3164](https://github.com/chocolatey/choco/pull/3164).
- Improve the feature `DisableCompatibilityChecks` help description - see [#3296](https://github.com/chocolatey/choco/pull/3296).
- Fix typos and punctuation in `choco feature` and `choco config` error output - see [#3324](https://github.com/chocolatey/choco/pull/3324).
- Clarify `Proxy BypassList` value must be a regular expression, in the help output - see [#3401](https://github.com/chocolatey/choco/issues/3401).
- Remove reference of unused `zip.sh` from README.md file - see [#3402](https://github.com/chocolatey/choco/pull/3402).


## 2.2.2 (August 8, 2023)

> :choco-warning: **WARNING**
Expand Down
3 changes: 3 additions & 0 deletions input/en-us/highlights/2024-06/_directory.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ShouldOutput: false
ShowInNavbar: false
ShowInSidebar: false
8 changes: 8 additions & 0 deletions input/en-us/highlights/2024-06/chocolatey-cli-2.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
Title: What's new in Chocolatey CLI v2.3.0
Link: /en-us/choco/release-notes#2.3.0
LinkText: Read the release notes
PostedDateTime: 2024-06-05T00:00:00Z
---

Learn all about what's new in Chocolatey CLI v2.3.0, including new features like the ability to save software installation location for later use, as well as many new improvements including enhanced exit codes for numerous Chocolatey CLI commands.
4 changes: 4 additions & 0 deletions input/en-us/highlights/2024-06/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
PostedDateTime: 2024-06-05T00:00:00Z
ShowOnHome: false
---
6 changes: 3 additions & 3 deletions input/en-us/highlights/highlight.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Title: Chocolatey Central Management v0.12.0
Link: en-us/central-management/release-notes#november-29-2023
Title: Chocolatey CLI v2.3.0
Link: en-us/choco/release-notes#2.3.0
LinkText: See what's new
ShouldOutput: false
ShowInNavbar: false
Expand All @@ -9,4 +9,4 @@ ShowOnHome: false
ShowInHighlight: true
---

Seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, refined documentation, plus more.
New rule command, enhanced exit codes, ability to upgrade pinned packages, visibility of saved command line arguments, plus more.
14 changes: 14 additions & 0 deletions input/en-us/licensed-extension/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,20 @@ Please see [Install the Licensed Edition](xref:setup-licensed) for information o

<?! Include "../../shared/chocolatey-component-dependencies-link.txt" /?>

## 6.2.0 (June 5, 2024){#v6.2.0}

> :choco-info: **NOTE**
>
> When upgrading to Chocolatey Licensed Extension 6.2.0, it is recommended that an upgrade to Chocolatey CLI 2.3.0 is also performed.

### Improvements

- [Security] Prevent usage of new option when running in Self-Service mode.
- See the [documentation](https://docs.chocolatey.org/en-us/features/self-service-anywhere#background-service-restricted-options).
- Show remembered arguments for packages - see [#1310](https://github.com/chocolatey/choco/issues/1310).
- `choco pin` - Exit 2 if nothing to do (enhanced exit code) - see [#1762](https://github.com/chocolatey/choco/issues/1762).


## 6.1.3 (February 21, 2024){#v6.1.3}

> :choco-info: **NOTE**
Expand Down
6 changes: 3 additions & 3 deletions input/shared/chocolatey-component-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Please refer to our [Support Lifecycle information](xref:chocolatey-components-d

| Package Name / Dependency | chocolatey | chocolatey.extension | chocolateygui |
|------------------------------- |-------------|----------------------|---------------|
| chocolatey v2.2.2 | | | |
| chocolatey.extension v6.1.3 | v2.0.0 | | |
| chocolatey-agent v2.1.2 | | v6.0.0 | |
| chocolatey v2.3.0 | | | |
| chocolatey.extension v6.2.0 | v2.0.0 | | |
| chocolatey-agent v2.1.3 | | v6.0.0 | |
| chocolateygui v2.1.1 | v2.0.0 | | |
| chocolateygui.extension v2.0.0 | | v6.0.0 | v2.0.0 |
| chocolatey v1.4.0 | | | |
Expand Down
Loading