Skip to content

Commit c217abd

Browse files
authored
Merge pull request #1168 from gep13/agent-2.3.0-release
(doc) Add Agent 2.3.0 release notes
2 parents 0db5014 + fb60c96 commit c217abd

File tree

4 files changed

+27
-7
lines changed

4 files changed

+27
-7
lines changed

src/components/docs/ChocolateyComponentDependencies.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please refer to our <Xref title="Support Lifecycle information" value="chocolate
1515
| ------------------------------ | ----------- | -------------------- | ------------- |
1616
| chocolatey v2.4.3 | | | |
1717
| chocolatey.extension v6.3.1 | v2.0.0 | | |
18-
| chocolatey-agent v2.2.2 | | v6.0.0 | |
18+
| chocolatey-agent v2.3.0 | | 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.3 | | | |
@@ -28,7 +28,7 @@ Please refer to our <Xref title="Support Lifecycle information" value="chocolate
2828
Due to the nature of how Chocolatey package dependencies work, we can ensure that all the required package versions are
2929
installed. For example, if you were to install chocolateygui.extension then it would make sure that the following tree
3030
of packages, with as a minimum these package versions, are installed:
31-
31+
3232
| Package Name | Version |
3333
| ----------------------- | ------- |
3434
| chocolateygui.extension | v2.0.0 |
@@ -40,19 +40,19 @@ Please refer to our <Xref title="Support Lifecycle information" value="chocolate
4040
<Callout type="info">
4141
Newer package versions may be available at the time of installation, and Chocolatey will pick the highest
4242
available that matches the defined dependency range.
43-
43+
4444
However, there is nothing that can be done to ensure that indirect dependencies are satisfied.
4545
For example, if you currently have chocolateygui v0.18.1 installed along with chocolateygui.extension
4646
v0.2.1 and you first upgrade to chocolateygui v0.19.0, then you will see errors if you attempt to
4747
run Chocolatey GUI, since the chocolateygui.extension package also needs to be updated.
48-
48+
4949
Based on the package releases, the recommended installation/upgrade order is the following:
50-
50+
5151
* chocolateygui.extension
5252
* chocolateygui
5353
* chocolatey-agent
5454
* chocolatey.extension
5555
* chocolatey
56-
56+
5757
This will ensure that all dependencies, both direct and indirect, are installed.
5858
</Callout>

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

+7
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ This covers the release notes for the Chocolatey Agent Service (`chocolatey-agen
3535

3636
<ChocolateyComponentDependenciesLink />
3737

38+
## 2.3.0 (April 16, 2025) \{#v2.3.0}
39+
40+
### Improvement
41+
42+
- Implement support for job dashboard
43+
44+
3845
## 2.2.2 (January 31, 2025) \{#v2.2.2}
3946

4047
### Bug Fix

src/content/docs/en-us/highlights/2025/01-chocolatey-agent-2.2.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ highlight:
88
ctaXref: agent-release-notes
99
ctaAnchor: v2.2.2
1010
ctaText: Read the release notes
11-
showOnHome: true
11+
showOnHome: false
1212
showOnHighlights: true
1313
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
order: 0
3+
xref: highlight-2025-04-16-agent-release-notes
4+
title: What's new in Chocolatey Agent v2.3.0
5+
description: Learn all about what's new in Chocolatey Agent v2.3.0
6+
highlight:
7+
postedDateTime: 2025-04-16T00:01:00Z
8+
ctaXref: agent-release-notes
9+
ctaAnchor: v2.3.0
10+
ctaText: Read the release notes
11+
showOnHome: true
12+
showOnHighlights: true
13+
---

0 commit comments

Comments
 (0)