Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency azure/azure-service-operator to v2.11.0 #274

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2024

This PR contains the following updates:

Package Update Change
Azure/azure-service-operator minor v2.9.0 -> v2.11.0

Release Notes

Azure/azure-service-operator (Azure/azure-service-operator)

v2.11.0

Compare Source

Release notes

Breaking changes
Moved all the "ARM" variants of the CRD types into dedicated subpackages

This is only breaking for consumers of the Go package, not for users of the YAML, and only for those using the ARM types directly.

Upcoming Breaking changes
Deprecated managedclusters.containerservice.azure.com API versions
  • The v1api20210501 and v1api20231102preview versions will be removed in ASO release 2.12.
  • The v1api20230201 version will be removed in ASO release 2.13.

We recommend you move to use a different CRD version to avoid errors.

For more details see the breaking changes document.

New resources
  • Add support for new insights DiagnosticSettings resource (#​4363)
  • Add support for new alertsmanagement SmartDetectorAlertRule resource (#​4375)
  • Add support for new containerservice API version 2024-09-01 (#​4419)
  • Add support for new network API version 2024-03-01. This includes VNet, Subnet, and many other networking resources (#​4431)
  • And support for new network PrivateDNS API version 2024-06-01 (#​4431)
Features
Improvements
  • Updated numerous dependencies
Bug fixes
  • asoctl: Handle deprecated trustedaccessrolebinding storage version in asoctl clean crds (#​4403)
Documentation
  • Clarify some PostgreSQL User documentation (#​4360)
  • Improved CRD documentation by moving the "ARM" variants of the CRD types into dedicated subpackages.
  • Capture recent advice to users in our docs (#​4396)

Full Changelog: Azure/azure-service-operator@v2.10.0...v2.11.0

v2.10.0

Compare Source

Release notes

Breaking changes
MachineLearningServices/WorkspacesCompute properties marked as a SecretReference

The below properties on WorkspacesCompute has been changed from a string to a SecretReference
We always 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.

Affected Properties:

  • SslConfiguration.Key
  • SslConfiguration.Cert
  • VirtualMachineSshCredentials.PrivateKeyData
  • VirtualMachineSshCredentials.PublicKeyData
  • DatabricksProperties.DatabricksAccessToken

For more details see the breaking changes document.

Upcoming Breaking changes

We've made a number of breaking changes to properties to ensure they correctly use Secrets to store secret values.
To reduce the likelihood of future breaking changes of this type, we are working to improve our automated detection of properties that should be treated as secrets, see PR #​4289.

New resources
  • Add support for new machinelearningservices API version v1api20240401 (#​4237)
  • Add support for new machinelearningservices Registry resource (#​4339)
  • Add support for new kubernetesconfiguration FluxConfiguration resource (#​4275)
  • Add support for new cache API version v1api20230801 (#​4287)
  • Add support for new network DnsForwardingRuleSetsVirtualNetworkLink resource (#​4345)
  • Add support for new network ApplicationSecurityGroup group resource (#​4342)
  • Add support for new network ApplicationGatewayWebApplicationFirewallPolicies resource (#​4238)
Features
  • Allow the data encryption keys for PostgreSQL Flexible server to be configured via ConfigMap (#​4311)
Improvements
  • Allow significantly more Helm chart configuration (#​4211, #​4207)
  • Remove pre-upgrade check (#​4217)
  • Updated numerous dependencies
  • Improve controller pod security context restrictions (#​4242)
  • Release lease when the pod is terminated for faster pod shutdown (#​4250)
  • Improve the spec and status names for some resources (breaking for Go pkg consumers) (#​4341)
  • asoctl: Add some validation of crd-pattern to export template command (#​4245)
  • asoctl: Allow reuse of import command via Go code (#​4243)
  • asoctl: Allow number of simultaneous workers to be configured (#​4257)
  • asoctl: Reduce noise when importing PostgreSQL Flexible Server Configurations (#​4279)
  • asoctl: Reduce noise when importing MySQL Flexible Server Configurations (#​4282)
  • asoctl: Built-in role definitions should be skiped by import command (#​4263)
Bug fixes
  • Fix bug where a log could cause a panic (#​4249)
  • Fix bug where ASO's NetworkPolicy didn't allow egress to SqlServer's default port (#​4283)
  • Fix bug where ScheduledQueryRules could get stuck reconciling when encountering a BadRequest (#​4312)
  • Fix bug where storage account bypass parameter did not accept all allowed values (#​4328)
  • Fix bug where some ConfigMap and Secret references could fail to be exported (#​4330)
  • asoctl: Fix bug where resource names could be generated which where not valid in Kubernetes (#​4244)
  • asoctl: Fix bug where FrontDoor resources couldn't be imported (#​4262)
  • asoctl: Fix deadlock and ux bugs (#​4270)
Documentation
  • Add missing SQL User documentation (#​4230)
  • Add docs for non-podidentity managed identity (#​4227)
  • Add some additional documentation about the controller metrics endpoint (#​4273)
  • Update redis migration docs with correct redis key (#​4297)
  • Add ArgoCD FAQ item (#​4309)

Full Changelog: Azure/azure-service-operator@v2.9.0...v2.10.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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added kind/renovate Categorizes issue or PR as related to Renovate lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. priority/medium This issue or PR may be useful, and needs some attention size/xs Size XS status/review_needed The issue or PR needs to be reviewed labels Oct 22, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/azure-azure-service-operator-2.x branch from fd2acaf to 3b50846 Compare November 13, 2024 02:48
@renovate renovate bot changed the title chore(deps): update dependency azure/azure-service-operator to v2.10.0 chore(deps): update dependency azure/azure-service-operator to v2.11.0 Nov 13, 2024
@nlamirault nlamirault merged commit e0d2869 into master Nov 21, 2024
7 checks passed
@nlamirault nlamirault deleted the renovate/azure-azure-service-operator-2.x branch November 21, 2024 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/renovate Categorizes issue or PR as related to Renovate lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. priority/medium This issue or PR may be useful, and needs some attention size/xs Size XS status/review_needed The issue or PR needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant