v0.11.0
Release v0.11.0 bumps the Object version from v1alpha1
to v1alpha2
. The conversion is done through a conversion webhook so there is no action needed from user side, although we recommend to upgrade the Objects used to v1alpha2
.
The field that is changing is spec.managementPolicy
of v1alpha1
which was a provider-kubernetes native solution and is being replaced by the spec.managementPolicies
in v1alpha2
which are BETA in Crossplane.
The conversion is done as follows:
Table of conversion
managementPolicy(v1alpha1) | managementPolicies(v1alpha2) |
---|---|
Default | ["*"] |
ObserveCreateUpdate | ["Observe", "Create", "Update"] |
ObserveDelete | ["Observe", "Delete"] |
Observe | ["Observe"] |
What's Changed
Full Changelog: v0.10.0...v0.11.0