Skip to content

Releases: kubermatic/kubermatic

v2.25.6

24 Jun 12:55
6d2bcda
Compare
Choose a tag to compare

Bugfixes

  • Fix a critical regression in Applications with Helm sources, which resulted in "release: not found" errors (#13462)

v2.24.10

24 Jun 12:55
2a0d34d
Compare
Choose a tag to compare

Bugfixes

  • Fix a critical regression in Applications with Helm sources, which resulted in "release: not found" errors (#13462)

v2.25.5

18 Jun 09:05
95eb6b3
Compare
Choose a tag to compare

New Features

  • Add spec.componentsOverride.coreDNS to Cluster objects, deprecate spec.clusterNetwork.coreDNSReplicas in favor of the new spec.componentsOverride.coreDNS.replicas field (#13417)

Bugfixes

  • Add displayName and scope columns for printing the cluster templates; kubectl get clustertemplates will now show the actual display name and scope for the cluster templates (#13419)
  • Address inconsistencies in Helm that lead to an Application being stuck in "pending-install" (#13332)
  • Fix a bug where CNI was always being defaulted to cilium irrespective of what was configured in the cluster template or default cluster template (#6708)
  • Fix misleading errors about undeploying the cluster-backup components from newly created user clusters (#13416)
  • Fix: use correct networkpolicy port for metrics-server (#13438)

Updates

  • Update Go version to 1.22.4 (#13428, #6712)
  • Update github.com/gophercloud/gophercloud to 1.11.0 (#13412, #6704)
  • Update machine-controller to v1.59.2, fixing support for Rockylinux 8 on AWS (#13433)

v2.24.9

18 Jun 09:05
f455a55
Compare
Choose a tag to compare

New Features

  • Add spec.componentsOverride.coreDNS to Cluster objects, deprecate spec.clusterNetwork.coreDNSReplicas in favor of the new spec.componentsOverride.coreDNS.replicas field (#13418)

Bugfixes

  • Add displayName and scope columns for printing the cluster templates; kubectl get clustertemplates will now show the actual display name and scope for the cluster templates (#13419)
  • Add Kubernetes 1.28.x support for cluster-autoscaler addon (#13386)
  • Address inconsistencies in Helm that lead to an Application being stuck in "pending-install" (#13301)
  • Fix a bug where unrequired cloud-config secret was being propagated to the user clusters (#13372)
  • Fix null pointer exception that occurred while our controllers checked whether the CSI addon is in use or not (#13369)
  • Fix: use correct networkpolicy port for metrics-server (#13446)

Updates

  • Update Go version to 1.21.11 (#13429, #6711)
  • Update OSM to v1.4.3; fixing cloud-init bootstrapping issues on Ubuntu 22.04 on Azure (#13378)
  • Update machine-controller to v1.58.5, fixing support for Rockylinux 8 on AWS (#13432)

v2.23.16

18 Jun 09:05
a7bd42f
Compare
Choose a tag to compare

Bugfixes

  • Add displayName and scope columns for printing the cluster templates; kubectl get clustertemplates will now show the actual display name and scope for the cluster templates (#13419)
  • Fix a bug where unrequired cloud-config secret was being propagated to the user clusters (#13373)
  • Fix: use correct networkpolicy port for metrics-server (#13447)

Updates

  • Update machine-controller to v1.57.8, fixing support for Rockylinux 8 on AWS (#13431)
  • Update OSM to v1.3.6; fixing cloud-init bootstrapping issues on Ubuntu 22.04 on Azure (#13379)

v2.25.4

21 May 14:19
v2.25.4
7e54dad
Compare
Choose a tag to compare

Bugfixes

  • Fix #13393 where externally deployed Velero CRDs are removed automatically from the user cluster (#13396)
  • Fix a bug where unrequired cloud-config secret was being propagated to the user clusters (#13366)
  • Fix null pointer exception that occurred while our controllers checked whether the CSI addon is in use or not (#13369)

Updates

  • Update OSM to v1.5.2; fixing cloud-init bootstrapping issues on Ubuntu 22.04 on Azure (#13380)

v2.25.3

30 Apr 19:09
e445930
Compare
Choose a tag to compare

Bugfixes

  • [ACTION REQUIRED] The latest Ubuntu 22.04 images ship with cloud-init 24.x package. This package has breaking changes and thus rendered our OSPs as incompatible. It's recommended to refresh your machines with latest provided OSPs to ensure that a system-wide package update, that updates cloud-init to 24.x, doesn't break the machines (#13359)

Updates

  • Update operating-system-manager to v1.5.1.

v2.24.8

30 Apr 19:09
5dfeec6
Compare
Choose a tag to compare

Bugfixes

  • [ACTION REQUIRED] The latest Ubuntu 22.04 images ship with cloud-init 24.x package. This package has breaking changes and thus rendered our OSPs as incompatible. It's recommended to refresh your machines with latest provided OSPs to ensure that a system-wide package update, that updates cloud-init to 24.x, doesn't break the machines (#13359)

Updates

  • Update operating-system-manager to v1.4.2.

v2.23.15

30 Apr 19:07
0b29936
Compare
Choose a tag to compare

Bugfixes

  • [ACTION REQUIRED] The latest Ubuntu 22.04 images ship with cloud-init 24.x package. This package has breaking changes and thus rendered our OSPs as incompatible. It's recommended to refresh your machines with latest provided OSPs to ensure that a system-wide package update, that updates cloud-init to 24.x, doesn't break the machines (#13359)

Updates

  • Update operating-system-manager to v1.3.5.

v2.25.2

29 Apr 12:31
dfedf3e
Compare
Choose a tag to compare

New Feature

  • Seed MLA: introduce signout_redirect_url field in Grafana chart to configure the URL to redirect the user to after signing out from Grafana (#13313)

Bugfixes

  • Add CSIDriver support for DigitalOcean and Azure File in Kubernetes 1.29 (#13335)
  • Enable local command in the installer for Enterprise Edition (#13333)
  • Fix Azure CCM not being reconciled because of labelling changes (#13334)
  • Fix template value for MachineDeployments in edit mode (#6669)
  • Hotfix to mitigate a bug in new releases of Chromium that causes browser crashes on mat-select component. For more details: https://issuetracker.google.com/issues/335553723 (#6667)
  • Improve Helm repository prefix handling for system applications; only prepend oci:// prefix if it doesn't already exist in the specified URL (#13336)
  • Installer does not validate IAP client_secrets for Grafana and Alertmanager the same way it does for encryption_key (#13315)

Chore

  • Update machine-controller to v1.59.1 (#13350)