Skip to content

Commit 2a0ddbc

Browse files
committed
(doc) Add release notes for CCM 0.13.0
This updates the release notes section for Chocolatey Central Management to include the release notes of the changes that will be coming in v0.13.0.
1 parent 7d37b7a commit 2a0ddbc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
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) \(#september-19-2024)
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+
### Improvement
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

0 commit comments

Comments
 (0)