New resources
- Version
2022-03-01
of Compute resources (#2409) networking.PrivateDnsZone
(#2430)subscription.Alias
(#2446)machinelearning.Workspaces
,machinelearing.WorkspacesCompute
, andmachinelearning.WorkspacesConnection
(#2319)
Features
- Samples are now tested in CI to make sure they work out of the box. Note that you may still need to change names if the sample names are taken.
- Support for national clouds (#2441)
- Updated versions of a few dependencies for CVE reasons (#2384)
- Expose metrics container port for scraping (#2380)
Bug fixes
- Fix bug where a resource would continue to display a Ready condition with Severity
Warning
due to a required Secret not existing after the secret was already created. (#2422) - Resources no longer have reconcile triggered if a secret named the same as their secret is updated in a different namespace (#2403)
- Fixed bug where resources could report successful resource creation when in reality resource creation failed. Operator would then continuously hit error attempting to get resource because it didn't exist. (#2381).
Upcoming deprecations
The v1alpha1
resources will be deprecated in a future release.
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.
Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2