Skip to content

Releases: kubernetes-sigs/image-builder

v0.1.4

05 May 21:49
v0.1.4
5ae3178
Compare
Choose a tag to compare

This patch release includes new features, bug fixes, and enhancements!

Bug Fixes 🐛

  • Fix installation of Azure CLI by using pip3 (#201)
  • Fix installation of cloud-init in CentOS installations due to unnecessary symlink (#223)
  • Fix invalid link in OVA metadata (#226)

Enhancements 📈

  • Make sure AWS SSM agent is installed on CentOS and Ubuntu images (#196)
  • Install rng-tools on Photon based images (#204)
  • Add flag kubernetes_load_additional_images to control whether or not when using the HTTP install method for Kubernetes, whether to load all container images or just the core K8s images (#207)
  • Clarify OVA make targets based on hypervisor location (e.g. local, esx, vsphere) #203
  • Add ability to specify additional containerd configuration (#195) Thanks @voor !
  • Pre-create Kubernetes audit log with restrictive permissions (#213)
  • Bump Ubuntu ISO revision to 18.04.4 (#225)

Features 🚀

  • Add support for the vsphere builder (#186) Thanks @marema31 !
  • Default to containerd v1.3.4 (#208)
  • Take over building CAPV HAProxy OVA from the CAPV project (#214)

v0.1.3

05 May 21:29
v0.1.3
defa6bb
Compare
Choose a tag to compare

This patch release fixes a bug with Photon-3 based OVAs

Bug Fixes 🐛

  • Set PhotonOS password expiry to never (#192)

v0.1.2

24 Mar 20:53
v0.1.2
decd4ab
Compare
Choose a tag to compare

This patch release includes enhancements and a new CAPI provider

Enhancements

  • The OVA builds use version 1.3.1 of the guestinfo datasource provider for cloud-init (#190)
  • The containerd sandbox image is now configurable (#188)

Features

  • A builder for QEMU has been introduced (#169)

v0.1.1

20 Mar 16:00
v0.1.1
0e03931
Compare
Choose a tag to compare

v0.1.1

This patch release in the v0.1.x series of image-builder contains bug-fixes and enchancements since v0.1.0.

Bug Fixes 🐛

  • Fix path to sample cloud-init metadata in govc-cloudinit script (#166)
  • Fix location of "Wants=" in containderd unit file (#168)
  • OVF metadata is now set when using a remote ESXi host for vSphere builder (#178)

Enhancements

  • Enabled IPv6 forwarding on instances (#97)
  • Enhanced user documentation (#164)
  • Add skuLongSummary field to the Azure create SKU template (#167)
  • Default to t3 instance type in AMI builder (#170)
  • Set containerd TasksMax to infinity (#172)
  • Several changes to OVF metadata (#175, #180, #182)
  • PhotonOS builds now upgrade all system packages after OS install (#176)
  • PhotonOS images no longer have Docker installed and then disabled (#179)
  • Checksum of CNI tarball can now be provided programmatically (#184)