-
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.
Bump version and changelog for March Minor release 2.25.0 (#6584)
Signed-off-by: archups <[email protected]>
- Loading branch information
Showing
8 changed files
with
155 additions
and
10 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,4 +1,149 @@ | ||
{ | ||
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.25.md", | ||
"entries": [] | ||
"entries": [ | ||
{ | ||
"category": "added", | ||
"description": "Add support for Kubernetes 1.29." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "Add support for Edge provider." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "EE: Add KubeVirt to the Default Applications Catalog." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "EE: Add k8sgpt operator to the Default Applications Catalog." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "EE: Add nvidia-gpu-operator to the Default Applications Catalog." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "EE: Update default application definitions with latest helm chart version." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "Add logo, upstream documentation and source code link fields to the applications." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "Comments are now persisted in the values section of ApplicationDefinitions and ApplicationInstallations when using the new defaultValuesBlock and valuesBlock fields respectively." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "Add K8sGPT to the Webshell." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "EE: Add new feature to create, restore and schedule backups for user cluster namespaces." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "Support for configuring static network for flatcar machines." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "Support for disabling CSI driver for user clusters." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "Option to enable Cilium Ingress capabilities for user clusters." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "Flatcar is now supported on GCE." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "Added Flatcar as supported OS on VMware Cloud Director." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "Add support for configuring allowed IP allocation modes for VMware Cloud Director." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "Support for attaching multiple networks to a vApp on VMware Cloud Director." | ||
}, | ||
{ | ||
"category": "added", | ||
"description": "Add `ClusterBackupStorageLocation` and related user cluster configurations." | ||
}, | ||
{ | ||
"category": "changed", | ||
"description": "User Cluster MLA: Grafana has been updated to v10.2.2" | ||
}, | ||
{ | ||
"category": "changed", | ||
"description": "API change: Update MachineDeployment form for Anexia provider. Add configuration support for named templates and multiple disks." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Set LoadBalancerSKU on Azure clusters if the field is set in the preset." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Fix a bug where Operating System Profiles were not being listed for GCP." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Fix a bug where dedicated credentials were incorrectly being required as mandatory input when editing provider settings for a cluster." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Fix invalid project ID in API requests for Nutanix provider." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Fix a bug where OSPs were not being listed for VMware Cloud Director." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Fix issue in editing and updating applications of cluster template." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Fix issue with cursor position inside YAML editor." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Fix a bug where dedicated credentials were incorrectly being required as mandatory input when editing provider settings for a cluster." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "No longer fail constructing vSphere endpoint when a `/` suffix is present in the datacenter configuration." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Resolved an issue where logs were duplicated when multiple pods from the same service were deployed on the same Kubernetes node." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Stop constantly re-deploying operating-system-manager when registry mirrors are configured." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Fix OIDC network policy, by allowing to set NamespaceOverride to specify where the ingress controller is deployed." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Fix missing image registry override for hubble-ui components if Cilium is deployed as System Application." | ||
}, | ||
{ | ||
"category": "fixed", | ||
"description": "Enable web terminal button when at least one MD replica is ready." | ||
}, | ||
{ | ||
"category": "deprecated", | ||
"description": "Deprecate v1.11 and v1.12 Cilium and Hubble KKP Addons, as Cilium CNI is managed by Applications from version 1.13." | ||
}, | ||
{ | ||
"category": "removed", | ||
"description": "Some of high cardinality metrics were dropped from the User Cluster MLA Prometheus. If your KKP installation was using some of those metrics for the custom Grafana dashboards for the user clusters, your dashboards might stop showing some of the charts." | ||
} | ||
] | ||
} |