Skip to content

Commit

Permalink
(doc) Add release notes for CCM 0.13.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AdmiringWorm committed Sep 19, 2024
1 parent 7d37b7a commit 2a0ddbc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/content/docs/en-us/central-management/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,24 @@ This covers the release notes for the Chocolatey Central Management (`chocolatey

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

## 0.13.0 (September 19, 2024) \(#september-19-2024)

<Callout type="warning">
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.

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/)
</Callout>

### Breaking Changes

- Add support for .NET 8.0 to all Chocolatey Central Management components.
- Remove support for SQL Server 2012 and 2014.

### Improvement

- Provide ability to ensure that all CCM Chocolatey packages are not being installed to a SQL Server 2012/2014 instance.
- Update front-end to use common [choco-theme](https://github.com/chocolatey/choco-theme) behavior.

## 0.12.1 (May 23, 2024) \{#may-23-2024}

### Bug Fixes
Expand Down

0 comments on commit 2a0ddbc

Please sign in to comment.