-
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.21] Bump version v2.21.7 (#5818)
* Bump version v2.21.7 * Update changelog
- Loading branch information
1 parent
4c39540
commit f216aee
Showing
4 changed files
with
24 additions
and
12 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
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,33 +1,45 @@ | ||
{ | ||
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.21.md#v2216", | ||
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.21.md#v2217", | ||
"entries": [ | ||
{ | ||
"category": "added", | ||
"description": "Add keepalive-time Konnectivity setting + set keepalive to 1m by default." | ||
"description": "Add support for ca-bundle to metering cronjobs." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "Allow `clusterNetwork.proxyMode` update via the KKP API (PATCH endpoint)." | ||
}, | ||
{ | ||
"category": "changed", | ||
"description": "Update Metering to v1.0.3." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Update machine-controller to v1.54.5. This fixes an issue with Flatcar nodes not joining the cluster for clusters that don't use OSM." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Allow k8s version upgrade for clusters with non-amd64 nodes & Canal CNI and IPVS for all k8s versions." | ||
"description": "Fix partially deployed CSI validating webhook on CCM/CSI migrated clusters on vSphere." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Fix OpenStack cloud provider tenant to project fields migration." | ||
"description": "Fix setting a provider incompatibility rule for all providers." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Prevent DataVolumes from being Garbage Collected with KubeVirt version >=1.55.0." | ||
"description": "Fix uppercase labels in cluster/project metrics." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Persist annotations when upgrading a cluster." | ||
"description": "Include tunneling agent IP in apiserver's TLS cert SANs." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Fix a bug that was resulting in outdated Project and/or Cluster labels in metering reports." | ||
"description": "Remove promtail sidecar from user cluster MLA that sets `fs.inotify.max_user_instances`." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Unblock etcd backup controller's reconciliation loop in case `defaultDestination` field was missing on Seed CR." | ||
"description": "Set proper NodePort range in Cilium config if non-default range is used." | ||
} | ||
] | ||
} |