Skip to content

Releases: kubernetes-sigs/cluster-api-provider-azure

v0.4.2

21 Apr 17:48
f960483
Compare
Choose a tag to compare

Notable changes since v0.4.1

📖 Documentation

🔧 Dev tooling

💚 Testing

🏃 Dependencies

🐛 Bug Fixes

✨ Enhancements

The image for this release is us.gcr.io/k8s-artifacts-prod/cluster-api-azure/cluster-api-azure-controller:v0.4.2.

Thanks to all our contributors! 😊

v0.4.1

06 Apr 23:31
3b0ad94
Compare
Choose a tag to compare

Notable changes since v0.4.0

The image for this release is us.gcr.io/k8s-artifacts-prod/cluster-api-azure/cluster-api-azure-controller:v0.4.1.

Thanks to all our contributors! 😊

v0.4.0

17 Mar 22:24
v0.4.0
a8c7349
Compare
Choose a tag to compare

Cluster API Azure (v1alpha3)

Cluster API support

This release supports the v1alpha3/v0.3.x version of Cluster API

Getting started

Quick start: https://cluster-api.sigs.k8s.io/user/quick-start.html

Upgrading from v1alpha2

To upgrade from a running management cluster based on v1alpha2, follow these instructions in the book.

Changes since v0.3.0

The image for this release is us.gcr.io/k8s-artifacts-prod/cluster-api-azure/cluster-api-azure-controller:v0.4.0.

Thanks to all our contributors! 😊

v0.3.1

26 Feb 19:41
b27fd52
Compare
Choose a tag to compare

The image for this release is us.gcr.io/k8s-artifacts-prod/cluster-api-azure/cluster-api-azure-controller:v0.3.1.

Thanks to all our contributors! 😊

v0.3.0

24 Jan 22:54
v0.3.0
2c5b485
Compare
Choose a tag to compare

Cluster API Azure (v1alpha2)

Current Dependency Versions

The image for this release is us.gcr.io/k8s-artifacts-prod/cluster-api-azure/cluster-api-azure-controller:v0.3.0.

Thanks to all our contributors! 😊

v0.3.0-alpha.1

02 Oct 16:59
v0.3.0-alpha.1
4ee2261
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release

First alpha release of v1alpha2!

The image for this release is us.gcr.io/k8s-artifacts-prod/cluster-api-azure/cluster-api-azure-controller:v0.3.0-alpha.1.

Thanks to all our contributors! 😊

v0.2.2

24 Jul 13:58
v0.2.2
Compare
Choose a tag to compare

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.

v0.2.1

11 Jun 23:09
v0.2.1
Compare
Choose a tag to compare

cluster-api-provider-azure v0.2.1 Release notes

  • Updated documentation for development (#215)
  • Updated CAPI to v0.1.3 to address controller-manager image error (#217)

Provided tools

clusterctl

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

Image

v0.2.0

08 Jun 09:14
v0.2.0
Compare
Choose a tag to compare

cluster-api-provider-azure v0.2.0

Provided tools

clusterctl

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

Image

v0.1.0

26 Mar 21:05
v0.1.0
Compare
Choose a tag to compare

cluster-api-provider-azure v0.1.0 (floodgates) Release notes

This is the first minor release (v0.1.0) for cluster-api-provider-azure, affectionately abbreviated as capz.
We're codenaming the release floodgates, as it's the first time we're opening the floodgates and broadly announcing capz!

What you'll get out of the box:

  • (1) Resource group
  • (1) Virtual network
  • (2) Load balancers (Standard SKU, zone-redundant)
    • Public load balancer (with NAT rules to allow SSH to the control plane)
    • Private load balancer (internal control plane communication)
  • (2) Subnets
    • Control plane subnet
    • Node subnet
  • (2) NSG (Network security groups), attached to the subnets
    • Control plane NSG
    • Node NSG
  • (1) Route table
  • (2) Virtual machines, with a single NIC and OS disk (managed disk)
    • Kubernetes control plane
    • Kubernetes node

We encourage you to file issues and pull requests, so we can make this project better as a community!

clusterctl

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

Image

Limitations

  • Support for existing resources e.g., building in an existing resource group or virtual network has not been tested