Skip to content

v1.5.0

Compare
Choose a tag to compare
@embik embik released this 13 Mar 09:16
· 30 commits to main since this release
v1.5.0
e183c03

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)