Skip to content

Releases: crossplane-contrib/provider-azure

v0.20.0

10 Oct 20:21
6b2f5e9
Compare
Choose a tag to compare

Summary

provider-azure now publishes to xpkg.upbound.io/crossplane-contrib/provider-azure and index.docker.io/crossplanecontrib/provider-azure.

You can also now view auto-generated documentation for provider-helm at https://marketplace.upbound.io/providers/crossplane-contrib/provider-azure!

What's Changed

  • Migrate to crossplane-contrib by @negz in #341
  • Use bundled packages and update CI to dual publish to DockerHub and Upbound Marketplace by @hasheddan in #350
  • Update to push to crossplane-contrib org by @hasheddan in #353

Full Changelog: v0.19.0...v0.20.0

v0.19.0

20 May 09:39
8714e68
Compare
Choose a tag to compare

v0.19.0 is a feature release introducing external secret stores support as an alpha feature and a number of important bug fixes and new resource types (DNS zones and record sets).

What's Changed

New Contributors

Full Changelog: v0.18.1...v0.19.0

v0.18.1

15 Dec 16:43
159d0d8
Compare
Choose a tag to compare

This is a bugfix release for the AKS cluster provisioning issue.

What's Changed

  • [Backport release-0.18] Reuse generated password for AKSCluster's Application by @github-actions in #317

Full Changelog: v0.18.0...v0.18.1

v0.18.0

02 Dec 19:22
7e7f436
Compare
Choose a tag to compare

This release introduces the PublicIPAddress, MySQLServerConfiguration, KeyVaultSecret managed resources and may other fixes as detailed below.

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.1

11 Nov 13:04
5954830
Compare
Choose a tag to compare

Updates

  • #303 - "Fix panic when returning error with provider reference name" by @hasheddan

v0.17.0

03 Sep 06:35
33f728d
Compare
Choose a tag to compare

Updates

  • #247 - "Mark status.endpoint as optional in AKSCluster" by @turkenh
  • #250 - "Update/fix examples" by @turkenh
  • #253 - "Fix Print Columns for Subnet" by @turkenh
  • #255 - "Propagate handy GitHub workflows" by @negz
  • #260 - "compute.akscluster: updated version to an available one in that region" by @muvaf
  • #263 - "e2e: update integration test script" by @muvaf
  • #274 - "Remove FieldRequired for EnableVMProtection VNET property" by @antoninbas
  • #283 - "Add global poll interval flag" by @hasheddan
  • #284 - "Read PostgreSQL admin password from connection secret" by @ulucinar
  • #285 - "Add PostgreSQLServerConfiguration managed resource" by @ulucinar

v0.16.1

12 May 11:55
a1ab4c6
Compare
Choose a tag to compare

Per crossplane/crossplane#2299 , providers can optionally have metadata about the groups and kinds they have. This patch release includes a version of provider-azure with such metadata.

No breaking changes are present.

v0.16.0

04 May 01:08
5eb6913
Compare
Choose a tag to compare

Updates