v0.8.0
v0.8.0
release fixes the configurations of the Container.storage
and Blob.storage
MRs and consumes a fix for a Terrajet issue which prevents an MR from being deleted if a referenced secret is deleted beforehand. Also Server.dbforpostgresql
resources now expose connection details secrets which can be used with the provider-sql
.
Breaking Changes
The following resources have been promoted to v1alpha2
:
EventHubNamespace.eventhub.azure.jet.crossplane.io/v1alpha2
EventHub.eventhub.azure.jet.crossplane.io/v1alpha2
ConsumerGroup.eventhub.azure.jet.crossplane.io/v1alpha2
AuthorizationRule.eventhub.azure.jet.crossplane.io/v1alpha2
IOTHubFallbackRoute.devices.azure.jet.crossplane.io
IOTHubEndpointStorageContainer.devices.azure.jet.crossplane.io
Please also note that Namespace.eventhub
has been renamed to EventHubNamespace.eventhub
due to an upstream Kubernetes issue.
For these breaking changes, you will need to rename the versions of these promoted resources from v1alpha1
to v1alpha2
in your existing manifests and also rename any Namespace.eventhub.azure.jet.crossplane.io
resource as EventHubNamespace.eventhub.azure.jet.crossplane.io
.
If you have any existing managed resources that are affected by these version changes or the renaming, then you can set the spec.DeletionPolicy
to Orphan
on these resources, delete the managed resources, do the provider upgrade*, and then and reimport the Cloud resources using the updated manifests.
We are still improving provider upgrades that involve breaking changes. You can track the progress here.
*: In order to upgrade the provider, you will need to delete the existing provider package, e.g., v0.7.0
, via a kubectl delete provider.pkg crossplane-provider-jet-azure
and then install the new version v0.8.0
of the provider.
What's Changed
- Fix external name configurations of
storage_container
andstorage_blob
resources by @sergenyalcin in #135 - Consume terrajet fix for issue #216 by @ulucinar in #140
- Promote EventHub resources to v1alpha2 by @ytsarev in #149
- Promote IOTHubEndpointStorageContainer and IOTHubFallbackRoute to v1alpha2 by @ytsarev in #150
- Create ConnectionDetails secret for PostgreSQL Server by @ezgidemirel in #152
- Update terrajet to v0.4.0 by @ulucinar in #143
New Contributors
- @ytsarev made their first contribution in #149
- @ezgidemirel made their first contribution in #152
Full Changelog: v0.7.0...v0.8.0