-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/v2.23] Patch release version bump, KKP update (#6278)
* Update KKP version, bump patch * Update web for 2.23.5 patch release * Improve changelog * Update forgotten replace block in go.mod * Fix json format in changelog * Update KKP version * Improve changelog * Update KKP version * Update changelog
- Loading branch information
1 parent
3602bf3
commit 4f5c01f
Showing
8 changed files
with
40 additions
and
16 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,13 +1,37 @@ | ||
{ | ||
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.23.md#v2234", | ||
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.23.md#v2235", | ||
"entries": [ | ||
{ | ||
"category": "added", | ||
"description": "Introduce `DisableAdminKubeconfig` flag in `KubermaticSettings` to disable the admin kubeconfig feature from dashboard." | ||
}, | ||
{ | ||
"category": "changed", | ||
"description": "Add Cilium 1.13.7 as supported CNI version, deprecate Cilium version 1.13.6 as it's impacted by CVE-2023-39347, CVE-2023-41333 (Moderate Severity), CVE-2023-41332 (Low Severity)." | ||
}, | ||
{ | ||
"category": "changed", | ||
"description": "Update to OSM v1.3.3." | ||
}, | ||
{ | ||
"category": "changed", | ||
"description": "Update to nginx-ingress-controller v1.9.3 (fixes CVE-2023-44487, HTTP/2 rapid reset attack)." | ||
}, | ||
{ | ||
"category": "changed", | ||
"description": "Update web terminal to use latest curl version (8.4.0)." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Operating system profile is configured correctly when updating a MachineDeployment now." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "No longer show 1.14.1 as available Cilium version as it was never supported." | ||
"description": "Fix Hetzner API response validation for server type and networks." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "If a vSphere user cluster uses a custom datastore, the seed's default datastore is no longer validated." | ||
"description": "Fix logout failing when Keycloak is used as identity provider." | ||
} | ||
] | ||
} |