Releases: crossplane-contrib/provider-azure
v0.20.0
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
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
- Actually cache the go build cache between CI runs by @hasheddan in #315
- Fix AKSCluster doc comment typo by @ulucinar in #313
- fix(e2e-test) changed pkg.crossplane.io to v1 by @haarchri in #323
- Add DNS Service Zone MR by @sergenyalcin in #305
- Update sdk version by @sergenyalcin in #326
- Bump Go version to v1.17 by @ulucinar in #333
- Add External Secret Stores support as an alpha feature by @turkenh in #332
- Add nil check for IPConfigurationPropertiesFormat by @sergenyalcin in #340
New Contributors
Full Changelog: v0.18.1...v0.19.0
v0.18.1
v0.18.0
This release introduces the PublicIPAddress
, MySQLServerConfiguration
, KeyVaultSecret
managed resources and may other fixes as detailed below.
What's Changed
- Feature/add public access in postgresql by @G5Olivieri in #293
- Feature/keyvault secret by @G5Olivieri in #289
- Fix panic when returning error with provider reference name by @hasheddan in #302
- [MySQLServer] Make forProvider.publicNetworkAccess effective by @mcbenjemaa in #301
- Add MySQLServerConfiguration managed resource by @sergenyalcin in #299
- PublicIPAddress support by @vaspahomov in #264
- Ignore minimalTlsVersion mismatch when the sslEnforcement is disabled by @sergenyalcin in #310
- Rename serialized ForProvider as "forProvider" by @ulucinar in #309
New Contributors
- @G5Olivieri made their first contribution in #293
- @mcbenjemaa made their first contribution in #301
- @sergenyalcin made their first contribution in #299
- @vaspahomov made their first contribution in #264
Full Changelog: v0.17.0...v0.18.0
v0.17.1
v0.17.0
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
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.