-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/v2.25] prepare v2.25.2 (#6674)
- Loading branch information
Showing
8 changed files
with
17 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,21 @@ | ||
{ | ||
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.25.md#v2251", | ||
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.25.md#v2252", | ||
"entries": [ | ||
{ | ||
"category": "added", | ||
"description": "Add support for Kubernetes 1.27.13, 1.28.9 and 1.29.4 (fixes CVE-2024-3177)." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Fix `csi` Addon not applying cleanly on Azure user clusters that were created with KKP <= 2.24" | ||
"description": "Fix template value for MachineDeployments in edit mode" | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Cluster-autoscaler addon now works based on the namespace instead of cluster names; all MachineDeployments in the `kube-system` namespace are scaled." | ||
"description": "Hotfix to mitigate a bug in new releases of Chromium that causes browser crashes on `mat-select` component" | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Add Canal CNI version v3.27.3, having a fix to the ipset incompatibility bug." | ||
"description": "vSphere: fix anti-affinity DRS configuration for VMs" | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Resolve conflict in determining available Kubernetes versions where upgrades where possible in `Cluster` object but not via the Dashboard." | ||
}, | ||
{ | ||
"category": "security", | ||
"description": "Update Cilium to 1.14.9 and 1.13.14, mitigating CVE-2024-28860 and CVE-2024-28248." | ||
"description": "Fix Azure CCM not being reconciled because of labelling changes" | ||
} | ||
] | ||
} |