Skip to content

v0.1.4

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

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)