Skip to content

v0.2.2

Compare
Choose a tag to compare
@justaugustus justaugustus released this 24 Jul 13:58
v0.2.2

cluster-api-provider-azure v0.2.2

Notable changes

  • Enable clusters with HA control plane nodes (#245, #243)
  • Upgrade to Kubernetes v1.15.1 (#243)
  • Use all available AZ for VM SKU/subscription, including restrictions (#223, #229)
  • Remove SSH private key material from AzureMachineProviderSpec (#246)
  • Add check to validate Azure environment variables in generate-yaml.sh (#239)
  • Add retries to containerd download in custom script (#226)
  • Update cri-containerd to v1.2.7 (#241)
  • Update CAPI to v0.1.8 (#242)
  • Migrate to go modules (#231)
  • Update Azure dependencies (#216)
    • github.com/Azure/azure-sdk-for-go: v31.1.0
    • github.com/Azure/go-autorest: v12.3.0
    • github.com/Azure/go-autorest/autorest: v0.5.0
    • github.com/Azure/go-autorest/autorest/azure/auth: v0.1.0
    • github.com/Azure/go-autorest/autorest/to: v0.2.0
    • github.com/Azure/go-autorest/autorest/validation: v0.1.0

Provided tools

clusterctl

clusterctl is a tool for bootstrapping a cluster for hosting the cluster-api components.
See the Getting Started Guide.

Container image

The Azure controller manager image is available here: quay.io/k8s/cluster-api-azure-controller:0.2.2


A full diff between this version of capz (v0.2.2) and the previous one (v0.2.1) can be found here.