Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Releases: Azure/azure-capi-cli-extension

v0.0.5

03 Jun 17:47
8a2fac4
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Preview release number five adds two new features:

  • az capi create --bootstrap-commands runs your custom commands on each VM before or after Kubernetes comes up
  • az capi create --template lets you bring your own custom template to create a workload cluster

There are also improvements to Windows node pool provisioning and many bug fixes.

Please take the extension for a test drive and let us know how it could be more useful to you.

az extension add --source https://github.com/Azure/azure-capi-cli-extension/releases/download/v0.0.5/capi-0.0.5-py2.py3-none-any.whl

Thank you to everyone who contributed to this release!

Please help guide the direction of this project by providing feedback and reporting bugs!

https://github.com/Azure/azure-capi-cli-extension/issues

v0.0.4

23 May 15:27
c6a4345
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Preview release number four focuses on easy provisioning of a workload cluster with the option to "pivot" and remove the management cluster. This enables az capi to act as a "fire-and-forget" tool for users who just want a Kubernetes cluster for testing or other short-lived applications.

This evolution is thanks to the hard work of @DannyBrito, who has also improved the az capi user experience, updated templates to the current Cluster API release, added new command options, and squashed numerous bugs. Thank you Danny!

Please take the extension for a test drive and let us know how it could be more useful to you.

Install the extension into your Azure CLI with this command:

az extension add --source https://github.com/Azure/azure-capi-cli-extension/releases/download/v0.0.4/capi-0.0.4-py2.py3-none-any.whl --upgrade

Thank you to everyone who contributed to this release!

Please help guide the direction of this project by providing feedback and reporting bugs!

https://github.com/Azure/azure-capi-cli-extension/issues

v0.0.3

30 Apr 21:32
a6d6920
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Preview release number three streamlines az capi create, both in terms of required arguments and its output. Please take the extension for a test drive and let us know how it could be more useful to you.

Install the extension into your Azure CLI with this command:

az extension add --source https://github.com/Azure/azure-capi-cli-extension/releases/download/v0.0.3/capi-0.0.3-py2.py3-none-any.whl --upgrade

Please help guide the direction of this project by providing feedback and reporting bugs!

https://github.com/Azure/azure-capi-cli-extension/issues

v0.0.2

20 Apr 20:50
cc1a831
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Second release to gather user feedback. All commands except for az capi management move and az capi mangement update are working, so please give az capi a try and let us know how it could be more useful to you.

Install the extension into your Azure CLI with this command:

az extension add --source https://github.com/Azure/azure-capi-cli-extension/releases/download/v0.0.2/capi-0.0.2-py2.py3-none-any.whl

Please help guide the direction of this project by providing feedback and reporting bugs!

https://github.com/Azure/azure-capi-cli-extension/issues

v0.0.1

25 Mar 17:47
9b6e9ff
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release to gather user feedback.

Install the extension into your Azure CLI with this command:

az extension add --source https://github.com/Azure/azure-capi-cli-extension/releases/download/v0.0.1/capi-0.0.1-py2.py3-none-any.whl

Please help guide the direction of this project by providing feedback and reporting bugs!

https://github.com/Azure/azure-capi-cli-extension/issues