chore(deps): update dependency upbound/provider-azure to v1 - autoclosed #91
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:
v0.42.1
->v1.4.0
Release Notes
upbound/provider-azure (upbound/provider-azure)
v1.4.0
Compare Source
The
v1.4.0
release introduces a new resourceBastionHost.network.azure.upbound.io/v1beta1
, bug fixes, and dependency updates.What's Changed
692973e
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/765Full Changelog: crossplane-contrib/provider-upjet-azure@v1.3.0...v1.4.0
v1.3.0
Compare Source
The
v1.3.0
release introduces new resources, bug fixes, enhancements, and dependency updates.Support for New Resources
PimActiveRoleAssignment.authorization.azure.upbound.io/v1beta1
PimEligibleRoleAssignment.authorization.azure.upbound.io/v1beta1
Bug Fixes and Enhancements
What's Changed
a5ac7e5
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/751New Contributors
Full Changelog: crossplane-contrib/provider-upjet-azure@v1.2.0...v1.3.0
v1.2.0
Compare Source
The
v1.2.0
release introduces converting singleton lists in the MR APIs to embedded objects, adding a new resourceVirtualMachineRunCommand.compute
, and dependency updates.In this release, we've updated how Terraform configuration blocks are handled in our APIs. Terraform configuration blocks, even if they have a
MaxItems
constraint of 1, are (almost) always generated as lists. We now generate the lists with aMaxItems
constraint of 1 as embedded objects in our MR APIs. This also helps when updating or patching via SSA the (previously list) objects.The new
v1beta2
versions of the CRD APIs incorporate these changes, ensuring backward compatibility for clients using the olderv1beta1
versions. Any clients wanting to use the embedded objects-based APIs should update to thev1beta2
versions of the CRD APIs.RedisCache.cache.azure.upbound.io/v1beta2
resource'sspec.forProvider
, with this release we can see thespec.forProvider.redisConfiguration
field as an object:v1beta1
YAML output of the resource, we see the field as a list:For a detailed overview of the implementation, please see https://github.com/crossplane/upjet/pull/387 and https://github.com/crossplane/upjet/pull/400
What's Changed
6546280
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/7180ad4b8f
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/717cdcb360
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/72644c2b7a
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/7360ad4b8f
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/737New Contributors
Full Changelog: crossplane-contrib/provider-upjet-azure@v1.1.0...v1.2.0
v1.1.0
Compare Source
The
v1.1.0
release introduces MR metrics, a new resource, bug fixes, enhancements, and dependency updates.We are excited to introduce a new set of managed resource (MR) metrics in this release. These metrics are pivotal for monitoring the state and performance of resources managed through Crossplane. This enhancement follows the implementation guidelines from the provider-kubernetes and incorporates changes from https://github.com/crossplane/crossplane-runtime/pull/683. The newly available metrics include:
For a detailed overview of the implementation, please refer to this https://github.com/crossplane/crossplane-runtime/pull/683.
Note that, for async resources,
upjet_resource_ttr_bucket{"group","kind","version"}
gives a more accurate measurement of when the external resource becomes available, compared tocrossplane_managed_resource_first_time_to_readiness_seconds{"gvk"}
.Support for a New Resource
Deployment.cognitiveservices.azure.upbound.io/v1beta1
Bug Fixes and Enhancements
What's Changed
2b51285
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/6700c45773
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/677a9cee75
-8f11-42e4-bc19-953757f4ea3c in requests by @ulucinar in https://github.com/crossplane-contrib/provider-upjet-azure/pull/687e12d46a
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/691b4ffde6
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/692d70bba7
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/7021746f4a
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/712New Contributors
Full Changelog: crossplane-contrib/provider-upjet-azure@v1.0.1...v1.1.0
v1.0.1
Compare Source
The release
v1.0.1
introduces:a9cee75d-8f11-42e4-bc19-953757f4ea3c
in the requests that are made by the provider.UserAgent
header.crossplane-provider-upjet-azure/v1.0.1
(arm64-darwin)
The resulting
User-Agent
header value looks like the following:What's Changed
a9cee75
-8f11-42e4-bc19-953757f4ea3c in requests by @github-actions in https://github.com/crossplane-contrib/provider-upjet-azure/pull/697Full Changelog: crossplane-contrib/provider-upjet-azure@v1.0.0...v1.0.1
v1.0.0
Compare Source
In the
v1.0.0
release, we've upgraded the underlying Terraform provider version from3.57.0
to3.95.0
.Explore the
API Changes
section below for a concise overview of the modifications introduced by this version bump.The release introduces support for the conversion functions to be able to handle any future breaking API changes. Also includes updates to the dependencies.
Support for a New Resource
WorkspaceRootDbfsCustomerManagedKey.databricks.azure.upbound.io/v1beta1
Bug Fixes and Enhancements
io.Discard
logger for the controller-runtime if debug logging is not enabled. If debug logging is enabled, then the controller-runtime uses a debug mode zap logger as usual https://github.com/crossplane-contrib/provider-upjet-azure/pull/678Breaking UX Changes
The release switches the order of the
SYNCED
andREADY
printer columns so that theSYCNED
column is now printed before theREADY
column as follows:This used to be first the
READY
column and then theSYNCED
column previously. Please see https://github.com/crossplane/upjet/pull/360 for further details.API Changes
APIOperationPolicy.apimanagement.azure.upbound.io/v1beta1
APIPolicy.apimanagement.azure.upbound.io/v1beta1
Policy.apimanagement.azure.upbound.io/v1beta1
ProductPolicy.apimanagement.azure.upbound.io/v1beta1
API.apimanagement.azure.upbound.io/v1beta1
=>spec.forProvider.revision
is now required parameter.Logger.apimanagement.azure.upbound.io/v1beta1
=>spec.forProvider.eventhub.connectionString
is now optional parameter.HybridRunBookWorkerGroup.automation.azure.upbound.io/v1beta1
=> added reference and selector forspec.forProvider.automationAccountName
field.BotChannelWebChat.botservice.azure.upbound.io/v1beta1
=>spec.forProvider.siteNames
has been replaced withspec.forProvider.site
code block.WorkspaceCustomerManagedKey.databricks.azure.upbound.io/v1beta1
=> This resource has been deprecated and will be removed in future versions of provider. Please use theWorkspaceRootDbfsCustomerManagedKey
resource instead.FlexibleServer.dbforpostgresql.azure.upbound.io/v1beta1
=>status.atProvider.identity.{principalId,tenantId}
have been removed.LabServiceLab.labservices.azure.upbound.io/v1beta1
=>spec.forProvider.connectionSetting
is now required parameter.LinuxWebApp.web.azure.upbound.io/v1beta1
=>spec.forProvider.siteConfig.autoHealSetting.trigger.statusCode.win32Status
has been replaced withspec.forProvider.siteConfig.autoHealSetting.trigger.statusCode.win32StatusCode
.LinuxWebAppSlot.web.azure.upbound.io/v1beta1
=>spec.forProvider.siteConfig.autoHealSetting.trigger.statusCode.win32Status
has been replaced withspec.forProvider.siteConfig.autoHealSetting.trigger.statusCode.win32StatusCode
.WindowsWebApp.web.azure.upbound.io/v1beta1
=>spec.forProvider.siteConfig.autoHealSetting.trigger.statusCode.win32Status
has been replaced withspec.forProvider.siteConfig.autoHealSetting.trigger.statusCode.win32StatusCode
.WindowsWebAppSlot.web.azure.upbound.io/v1beta1
=>spec.forProvider.siteConfig.autoHealSetting.trigger.statusCode.win32Status
has been replaced withspec.forProvider.siteConfig.autoHealSetting.trigger.statusCode.win32StatusCode
.What's Changed
5d5d22a
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/6430d103c3
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/661ab5e6d0
by @renovate in https://github.com/crossplane-contrib/provider-upjet-azure/pull/663New Contributors
Full Changelog: crossplane-contrib/provider-upjet-azure@v0.42.2...v1.0.0
v0.42.2
Compare Source
The release
v0.42.2
introduces:io.Discard
logger for the controller-runtime if debug logging is not enabled. If debug logging is enabled, then the controller-runtime uses a debug mode zap logger as usual https://github.com/crossplane-contrib/provider-upjet-azure/pull/678What's Changed
Full Changelog: crossplane-contrib/provider-upjet-azure@v0.42.1...v0.42.2
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.