Skip to content

Releases: kubermatic/operating-system-manager

v1.5.2

06 May 16:54
5b548e0
Compare
Choose a tag to compare

Bugfixes

  • Fix Ubuntu nodes on Azure failing to bootstrap due to cloud-init error (#390)

v1.4.3

06 May 16:54
7ebea46
Compare
Choose a tag to compare

Bugfixes

  • Fix Ubuntu nodes on Azure failing to bootstrap due to cloud-init error (#389)

v1.3.6

06 May 16:53
df2f651
Compare
Choose a tag to compare

Bugfixes

  • Fix Ubuntu nodes on Azure failing to bootstrap due to cloud-init error (#391)

v1.2.6

06 May 16:53
ac68746
Compare
Choose a tag to compare

Bugfixes

  • Fix Ubuntu nodes on Azure failing to bootstrap due to cloud-init error (#392)

v1.5.1

30 Apr 14:31
d3bb43a
Compare
Choose a tag to compare

Bugfixes

  • Update OSPs to make them compatible with the latest cloud-init package
  • [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.

v1.4.2

30 Apr 14:31
eace24a
Compare
Choose a tag to compare

Bugfixes

  • Update OSPs to make them compatible with the latest cloud-init package
  • [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.

v1.3.5

30 Apr 14:31
db65b80
Compare
Choose a tag to compare

Bugfixes

  • Update OSPs to make them compatible with the latest cloud-init package
  • [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.

v1.2.5

30 Apr 14:50
a96954b
Compare
Choose a tag to compare

Bugfixes

  • Update OSPs to make them compatible with the latest cloud-init package
  • [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.

v1.5.0

13 Mar 09:16
v1.5.0
e183c03
Compare
Choose a tag to compare

Action Required

  • [ACTION REQUIRED] Migrate from the Kubernetes release bucket (https://storage.googleapis.com/kubernetes-release/release) to dl.k8s.io for downloading binaries. If IP-based or URL-based filtering is in place, you need to allow the appropriate IP addresses and domains as described in the official dl.k8s.io announcement (#333)

New Feature

  • Add support for flatcar on VMware Cloud Director (#330)
  • Flatcar is now supported on GCE (#334)
  • Logger for the controller was switched from klog to zap, existing flags for configuring the logger, -logtostderr, -v, etc have been removed. Use -log-debug=true/false and -log-format=text/json instead (#343)
  • Support for Kubernetes v1.29 (#344)
  • Add support for edge cloud provider (#349)

Bugfixes

  • Cloud-config is no longer generated for external cloud providers and for clusters that are on k8s v1.29 or higher (#353)
  • Fix an issue where cloud-init scripts re-ran on machine reboot (#365)
  • Fix containerd configuration for Flatcar nodes on stable 3815.2.0 or higher (#357)
  • Fix the network setup on vmware cloud director with flatcar, pool ips and the latest images (#368)

Chore

  • Logger for the webhook was switched from klog to zap, existing flags for configuring the logger, -logtostderr, -v, etc have been removed. Use -log-debug=true/false and -log-format=text/json instead (#332)
  • OSM is now built using Go 1.22.1 (#370)
  • Set --cloud-provider=external for GCE when external CCM is installed (#347)

Cleanup

  • Remove support for Kubernetes v1.26 (#369)

v1.4.1

15 Feb 15:17
v1.4.1
5874af6
Compare
Choose a tag to compare

Bugfixes

  • Cloud-config is no longer generated for external cloud providers (#355)
  • Fix containerd configuration for Flatcar nodes on stable 3815.2.0 or higher (#358)

Chore

  • OSM is now built using Go 1.21.5 (#338)