Skip to content

Commit e494090

Browse files
committed
(doc) Add upcoming release notes for Chocolatey CLI
This includes the release notes for the upcoming changes made in Chocolatey CLI, as well as the neccessary highlight for this release.
1 parent a6fc308 commit e494090

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

src/components/docs/ChocolateyComponentDependencies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Please refer to our <Xref title="Support Lifecycle information" value="chocolate
1818
| 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 |
21-
| chocolatey v1.4.1 | | | |
21+
| chocolatey v1.4.3 | | | |
2222
| chocolatey.extension v5.0.6 | v1.2.0 | | |
2323
| chocolatey-agent v1.1.4 | | v4.0.0 | |
2424
| chocolateygui v1.1.3 | v1.0.0 | | |

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,24 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar
3838
- Fix - Searching for specific version on a NuGet v3 only feed returns no results - see [#3396](https://github.com/chocolatey/choco/issues/3396).
3939
- 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).
4040

41+
## 1.4.3 (February 10, 2025) \{#v1.4.3}
42+
43+
### Bug Fixes
44+
45+
- Fix - Unable to upgrade packages on certain authenticated feeds - see [#3613](https://github.com/chocolatey/choco/issues/3613).
46+
- Fix - Trace warning is outputted even when `--trace` argument is not used - see [#3621](https://github.com/chocolatey/choco/issues/3621).
47+
- [Security] Fix - Update bundled 7zip executables to v24.09 - see [#3625](https://github.com/chocolatey/choco/issues/3625).
48+
49+
## 1.4.2 (Unreleased) \{#v1.4.2}
50+
51+
<Callout type="info">
52+
Due to a previous bug in 1.4.1, which has been corrected in Chocolatey CLI v1.4.3, the artifacts from the 1.4.2 release have been removed.
53+
</Callout>
54+
55+
### Bug Fix
56+
57+
- [Security] Fix - Trace logging is allowed in non-elevated session - see [#3603](https://github.com/chocolatey/choco/issues/3603).
58+
4159
## 1.4.1 (December 4, 2024) \{#v1.4.1}
4260

4361
### Bug Fix
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
order: 0
3+
xref: highlight-2025-02-10-chocolatey-cli-1.4.3
4+
title: What's new in Chocolatey CLI 1.4.3
5+
description: Learn all about what's new in Chocolatey CLI 1.4.3.
6+
highlight:
7+
postedDateTime: 2025-02-10T00:03:20Z
8+
ctaXref: choco-release-notes
9+
ctaAnchor: v1.4.3
10+
ctaText: Read the release notes
11+
showOnHome: true
12+
showOnHighlihts: true
13+
---

0 commit comments

Comments
 (0)