Skip to content

Commit 7bcbb77

Browse files
authored
Merge pull request #1063 from AdmiringWorm/ccm-release-notes
(ENGTASKS-3461) (#1057) Add release notes for CCM 0.13.0
2 parents 54e2820 + 5112f2e commit 7bcbb77

File tree

4 files changed

+46
-1
lines changed

4 files changed

+46
-1
lines changed

src/content/docs/en-us/central-management/release-notes.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,24 @@ This covers the release notes for the Chocolatey Central Management (`chocolatey
3232

3333
- Please see our [GitHub repository issues](https://github.com/chocolatey/chocolatey-licensed-issues/labels/CentralManagement).
3434

35+
## 0.13.0 (September 19, 2024) \{#v0.13.0}
36+
37+
<Callout type="warning">
38+
The dependencies of all the Chocolatey Central Management packages (`chocolatey-management-database`, `chocolatey-management-service`, and `chocolatey-management-web`) have changed in this release. This is to allow the installation of .NET 8.0, which is now a requirement to run Chocolatey Central Management.
39+
40+
In addition, support for SQL Server 2014 and earlier has been removed. Any attempt to install one of the Chocolatey Central Management packages against one of these instances will results in an error. [Further information about this change can be found in our blog post](https://blog.chocolatey.org/2024/09/announcing-ccm-release-0.13.0/).
41+
</Callout>
42+
43+
### Breaking Changes
44+
45+
- Add support for .NET 8.0 to all Chocolatey Central Management components.
46+
- Remove support for SQL Server 2012 and 2014.
47+
48+
### Improvements
49+
50+
- Provide ability to ensure that all CCM Chocolatey packages are not being installed to a SQL Server 2012/2014 instance.
51+
- Update front-end to use common [choco-theme](https://github.com/chocolatey/choco-theme) behavior.
52+
3553
## 0.12.1 (May 23, 2024) \{#may-23-2024}
3654

3755
### Bug Fixes

src/content/docs/en-us/highlights/2024/06-new-in-choco-v2.3.0-sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ highlight:
1111
ctaText: See what's new
1212
showOnHome: false
1313
showOnHighlights: false
14-
showInSidebar: true
14+
showInSidebar: false
1515
---
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
order: 0
3+
xref: highlight-sidebar-2024-09-19-ccm-release-notes
4+
title: Chocolatey Central Management v0.13.0
5+
description: Uplift to .NET 8.0, removing support for SQL Server 2014, plus more.
6+
showInSidebar: false
7+
highlight:
8+
postedDateTime: 2024-09-19T00:00:00Z
9+
ctaXref: ccm-release-notes
10+
ctaAnchor: v0.13.0
11+
ctaText: See what's new
12+
showOnHome: false
13+
showOnHighlights: false
14+
showInSidebar: true
15+
---
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
order: 0
3+
xref: highlight-2024-09-19-ccm-new-in-v0-13-0
4+
title: What's new in Chocolatey Central Management
5+
description: Learn all about what's new in Chocolatey Central Management v0.13.0, including an uplift of the framework to .NET 8.0.
6+
showInSidebar: false
7+
highlight:
8+
postedDateTime: 2024-09-19T00:00:00Z
9+
ctaXref: ccm-release-notes
10+
ctaAnchor: v0.13.0
11+
ctaText: Read the release notes
12+
---

0 commit comments

Comments
 (0)