v2.0.0-beta.0
Release notes
- Added
v1beta
versions of all resources. - Added support for Azure generated secrets. Azure generated secrets are supported for the following resources:
storage.StorageAccount
cache.Redis
documentdb.DatabaseAccount
- Added support for the following new resources:
storage.StorageAccountsManagementPolicy
- Documentation improvements:
- Added CRD reference documentation. See for example the
authorization.azure.com
reference docs. - Document ASO's usage of
Condition
's (#2130). - Improved readability of supported resources page (#2221)
- Added CRD reference documentation. See for example the
- Added Helm chart.
- Enabled tracking of various Azure specific metrics in addition to built-in controller-runtime metrics (#2180).
- Updated version of
controller-runtime
,controller-gen
, andenvtest
(#2217). - Bug fixes:
- Fixed a bug where the
Ready
Condition of a resource was not set in some error cases (#2098). - Fixed a bug where some errors were incorrectly classified as a warning when they were actually fatal (#2108).
- Fixed a bug where resources with required fields weren't correctly being rejected when those fields were not included (#2126).
- Fixed a bug where some
Status
types hadkubebuilder
validations (#2148). - Fixed a bug where a VNET update could unexpectedly delete subnets in that VNET (#2169).
- Fixed a bug where invalid code could be generated for resources with multiple versions and complex relationships between those versions (#2186, #2201)
- Fixed a bug where the
Upcoming deprecations
The v1alpha1
resources will be deprecated no sooner than v2.0.0-beta.2
.
Please migrate away from these resources by updating the apiVersion
to the corresponding v1beta...
API. See supported resources for details about the specific apiVersion
to use for each type of resource.