Skip to content

Commit 1b474d6

Browse files
authored
Merge pull request #1145 from AdmiringWorm/cli-release-notes
(doc) Add CLI 2.4.3 release notes
2 parents 9be5646 + 3487c20 commit 1b474d6

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

src/components/docs/ChocolateyComponentDependencies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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.2 | | | |
16+
| chocolatey v2.4.3 | | | |
1717
| chocolatey.extension v6.3.1 | v2.0.0 | | |
1818
| chocolatey-agent v2.2.2 | | v6.0.0 | |
1919
| chocolateygui v2.1.1 | v2.0.0 | | |

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ This covers changes for the "chocolatey" and "chocolatey.lib" packages, which ar
2424

2525
<ChocolateyComponentDependenciesLink />
2626

27+
## 2.4.3 (February 27, 2025) \{#v2.4.3}
28+
29+
### Bug Fixes
30+
31+
- Fix - Search option `--id-starts-with` only returned packages starting with `chocolatey` - see [#1836](https://github.com/chocolatey/choco/issues/1836).
32+
- Fix - Warning that `--trace` is being used when it's not being used - see [#3622](https://github.com/chocolatey/choco/issues/3622).
33+
- [Security] Fix - Update bundled 7zip executables to v24.09 - see [#3626](https://github.com/chocolatey/choco/issues/3626).
34+
2735
## 2.4.2 (January 31, 2025) \{#v2.4.2}
2836

2937
### Bug Fix

src/content/docs/en-us/highlights/2025/01-chocolatey-cli-2.4.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ highlight:
88
ctaXref: choco-release-notes
99
ctaAnchor: v2.4.2
1010
ctaText: Read the release notes
11-
showOnHome: true
11+
showOnHome: false
1212
showOnHighlights: true
1313
---
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-27-chocolatey-cli-2.4.3
4+
title: What's new in Chocolatey CLI 2.4.3
5+
description: Learn all about what's new in Chocolatey CLI 2.4.3.
6+
highlight:
7+
postedDateTime: 2025-02-27T00:03:20Z
8+
ctaXref: choco-release-notes
9+
ctaAnchor: v2.4.3
10+
ctaText: Read the release notes
11+
showOnHome: true
12+
showOnHighlihts: true
13+
---

0 commit comments

Comments
 (0)