chore(deps): update dependency azure/azure-service-operator to v2.8.0 #211
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.6.0
->v2.8.0
Release Notes
Azure/azure-service-operator (Azure/azure-service-operator)
v2.8.0
Compare Source
Release notes
Breaking changes
Use "never" rather than "" to prevent syncing for AZURE_SYNC_PERIOD
The documentation always said that an
AZURE_SYNC_PERIOD
of""
meant to use the default value (15m
), butin actuality in the code
""
meant never sync. This corrects the behavior to be as documented. After this release,the behavior is as follows:
AZURE_SYNC_PERIOD
to"never"
.containerservice.azure.com ManagedCluster property .spec.properties.windowsProfile.adminPassword is now a secret reference rather than a string
The
spec.properties.windowsProfile.adminPassword
onManagedCluster
has been changed from a string to aSecretReference
.We try to avoid breaking changes, but in this case, allowing raw passwords in the spec is a security
problem and as such we've decided to make a break to correct this issue.
Action required: If the
containerservice.azure.com/ManagedCluster
resource is used in your clusterand the
spec.properties.windowsProfile.adminPassword
property is set, follow the steps in thebreaking changes document
Upcoming Breaking changes
v20230202preview ManagedCluster will be removed, due to underlying Azure API version deprecation
Other versions will continue to be supported. We recommend you move to use a different CRD version to avoid
seeing errors from Azure due to the 2023-02-02-preview API being deprecated.
New resources
Features
Improvements
Bug fixes
.type
and.properties.type
(#4108)Documentation
Full Changelog: Azure/azure-service-operator@v2.7.0...v2.8.0
v2.7.0
Compare Source
Release notes
Breaking changes
Metrics endpoint has changed from 8080 to 8443 and now requires HTTPS
ASO no longer depends on
kube-rbac-proxy
and now correctly secures the metrics endpoint by default.These options are configured via the following options in the Helm chart:
For more details about how to scrape metrics, see the metrics guide.
Secret or ConfigMap values which cannot be written now trigger a reconcile error
Previously, if ASO couldn't find the corresponding secret/configmap value, it would just skip creating it with no error. This is almost
never what users expect: if they ask for a specific ConfigMap or Secret value to be exported they expect it to actually get exported. ASO now
behaves as expected in cases where it cannot find the value to export and will set an appropriate
Ready
condition warning.See #3925 for more details.
Upcoming Breaking changes
None
New resources
Features
--set metrics.profiling=true/false (default: false)
(#3833)Improvements
Bug fixes
Reconciling
condition would sometimes fail to overwriteAzureResourceNotFound
(#3834)Documentation
External Contributors
Full Changelog: Azure/azure-service-operator@v2.6.0...v2.7.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.