Skip to content

v0.1.8

Compare
Choose a tag to compare
@codenrhoden codenrhoden released this 19 Mar 18:57
v0.1.8
d6a2b02

This patch release addresses an issue with the v0.1.7 container image not working for building AMIs

The GA container image can be found at k8s.gcr.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.8

Known Issues

The v0.1.8 container image should not be used for building Azure images, as there is a resource cleanup issue with Packer >= 1.6.2 (hashicorp/packer#10713). v0.1.7 should be used for Azure, v0.1.8 for all others.

Deprecation notices

  • The ESX builder for OVAs is deprecated and will be removed in an upcoming release. Building OVAs with VMware vSphere, Fusion, and Workstation are all still supported
  • The HAProxy OVA is deprecated and will be removed in an upcoming release. Cluster API Provider vSphere (CAPV) no longer uses this image, and now uses kube-vip for control plane load-balancing.

Bug Fixes 🐛

  • Default Packer version bumped from v1.6.0 to v1.6.6 to support AMIs (#548)
  • Address CI flakiness for Windows nodes by not trying to update Windows Defender during build (#550)
  • Fix issue with OVF metadata when building Windows OVAs (#545)

Enhancements 📈

  • Bump containerd in Flatcare to 1.4.4 (#543)

Features 🚀

  • Add support for Azure Gen2 VMs (#422)