-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update Terraform azurerm to ~> 4.13.0 #12
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/azurerm-4.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
requested review from
DanielKChristou,
narinder17 and
staceywilson
September 27, 2024 08:29
Plan Result (sandbox - TerraformPlanApply)
|
Plan Result (nonprod - TerraformPlanApply)
|
Plan Result (prod - TerraformPlanApply)
|
renovate
bot
changed the title
Update Terraform azurerm to ~> 4.3.0
Update Terraform azurerm to ~> 4.4.0
Oct 5, 2024
renovate
bot
force-pushed
the
renovate/azurerm-4.x
branch
2 times, most recently
from
October 11, 2024 05:40
1961c11
to
f16ca68
Compare
renovate
bot
changed the title
Update Terraform azurerm to ~> 4.4.0
Update Terraform azurerm to ~> 4.5.0
Oct 11, 2024
renovate
bot
changed the title
Update Terraform azurerm to ~> 4.5.0
Update Terraform azurerm to ~> 4.6.0
Oct 19, 2024
renovate
bot
force-pushed
the
renovate/azurerm-4.x
branch
from
October 19, 2024 11:05
f16ca68
to
bc23ac9
Compare
renovate
bot
changed the title
Update Terraform azurerm to ~> 4.6.0
Update Terraform azurerm to ~> 4.7.0
Oct 26, 2024
renovate
bot
force-pushed
the
renovate/azurerm-4.x
branch
from
October 26, 2024 05:42
bc23ac9
to
c29810c
Compare
renovate
bot
changed the title
Update Terraform azurerm to ~> 4.7.0
Update Terraform azurerm to ~> 4.8.0
Nov 1, 2024
renovate
bot
force-pushed
the
renovate/azurerm-4.x
branch
from
November 1, 2024 11:48
c29810c
to
9e48f16
Compare
renovate
bot
changed the title
Update Terraform azurerm to ~> 4.8.0
Update Terraform azurerm to ~> 4.9.0
Nov 8, 2024
renovate
bot
force-pushed
the
renovate/azurerm-4.x
branch
from
November 8, 2024 08:27
9e48f16
to
c216659
Compare
renovate
bot
force-pushed
the
renovate/azurerm-4.x
branch
from
November 15, 2024 08:54
c216659
to
1408f28
Compare
renovate
bot
changed the title
Update Terraform azurerm to ~> 4.9.0
Update Terraform azurerm to ~> 4.10.0
Nov 15, 2024
renovate
bot
force-pushed
the
renovate/azurerm-4.x
branch
from
November 23, 2024 02:46
1408f28
to
36e1410
Compare
renovate
bot
changed the title
Update Terraform azurerm to ~> 4.10.0
Update Terraform azurerm to ~> 4.11.0
Nov 23, 2024
renovate
bot
changed the title
Update Terraform azurerm to ~> 4.11.0
Update Terraform azurerm to ~> 4.12.0
Nov 30, 2024
renovate
bot
force-pushed
the
renovate/azurerm-4.x
branch
from
November 30, 2024 11:19
36e1410
to
c8c8f0f
Compare
renovate
bot
force-pushed
the
renovate/azurerm-4.x
branch
from
December 6, 2024 08:56
c8c8f0f
to
41ba93e
Compare
renovate
bot
changed the title
Update Terraform azurerm to ~> 4.12.0
Update Terraform azurerm to ~> 4.13.0
Dec 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
~> 4.0.1
->~> 4.13.0
Release Notes
hashicorp/terraform-provider-azurerm (azurerm)
v4.13.0
Compare Source
ENHANCEMENTS:
azurerm_cognitive_deployment
- support for thedynamic_throttling_enabled
property (#28100)azurerm_key_vault_managed_hardware_security_module_key
- thekey_type
property now supportsoct-HSM
(#28171)azurerm_machine_learning_datastore_datalake_gen2
- can now be used with storage account in a different subscription (#28123)azurerm_network_watcher_flow_log
-target_resource_id
supports subnets and network interfaces (#28177)BUG:
azurerm_logic_app_standard
- update theidentity
property to support User Assigned Identities (#28158)azurerm_cdn_frontdoor_origin_group
- update validation of theinterval_in_seconds
property to match API behaviour (#28143)azurerm_container_group
- retrieve log analytics workspace key from config when updating resource (#28025)azurerm_mssql_elasticpool
- fix sku tier and family validation that prevented the creation of Hyperscale PRMS pools (#28178)azurerm_search_service
- thepartition_count
property can now be up to3
when using basic sku (#28105)v4.12.0
Compare Source
FEATURES:
azurerm_mssql_managed_database
(#27026)BUG FIXES:
azurerm_application_insights_api_key
- fix condition that nil checks the list of available API keys to prevent an indefinate loop when keys created outside of Terraform are present (#28037)azurerm_data_factory_linked_service_azure_sql_database
- sendtenant_id
only if it has been specified (#28120)azurerm_eventgrid_event_subscription
- fix crash when flatteningadvanced_filter
(#28110)azurerm_virtual_network_gateway
- fix crash issue when specifyingroot_certificate
orrevoked_certificate
(#28099)ENHANCEMENTS:
go-azure-sdk
tov0.20241128.1112539
(#28137)containerapps
- update api version to2024-03-01
(#28074)Search
- update api version to2024-06-01-preview
(#27803)azurerm_logic_app_standard
- add support for thepublic_network_access
property (#27913)azurerm_search_service
- add support for thecustomer_managed_key_encryption_compliance_status
property (#27478)azurerm_container_registry_task
- add validation oncpu
as well as onagent_pool_name
andagent_setting
(#28098)azurerm_databricks_workspace
- add support for theenhanced_security_compliance
block (#26606)azurerm_eventhub
- deprecatenamespace_name
andresource_group_name
in favour ofnamespace_id
(#28055)azurerm_logic_app_standard
- add support for thepublic_network_access
property (#27913)azurerm_search_service
- add support for thecustomer_managed_key_encryption_compliance_status
property (#27478)azurerm_cosmosdb_account
- add support for valueEnableNoSQLFullTextSearch
in thecapabilities.name
property (#28114)v4.11.0
Compare Source
NOTES:
azurerm_key_vault_certificate
andazurerm_key_vault_secret
now support ephemeral valuesFEATURES:
azurerm_key_vault_certificate
(#28083)azurerm_key_vault_secret
(#28083)azurerm_eventgrid_namespace
(#27682)ENHANCEMENTS:
hashicorp/go-azure-sdk
tov0.20241118.1115603
(#28075)batch
- upgrade api version to2024-07-01
(#27982)containerregistry
- upgrade api version to2023-11-01-preview
(#27983)azurerm_application_gateway
-1.1
is now accepted as a validrule_set_version
in thewaf_configuration
block (#28039)azurerm_arc_machine
- add support for theidentity
andtags
properties (#27987)azurerm_container_app
-secret.name
now accepts up to 253 characters and.
(#27935)azurerm_network_manager
-scope_accesses
now acceptsRouting
(#28033)azurerm_network_watcher_flow_log
- add support for thetarget_resource_id
property (#26015)azurerm_role_assignment
-condition_version
will be defaulted to2.0
whencondition
has been set (#27189)azurerm_subnet
-Informatica.DataManagement/organizations
is a validservice_delegation
(#27993)azurerm_virtual_network
-Informatica.DataManagement/organizations
is a validservice_delegation
(#27993)azurerm_web_application_firewall_policy
-1.1
is now accepted as a validversion
forMicrosoft_BotManagerRuleSet
rule types (#28039)BUG FIXES:
azurerm_api_management
-public_ip_address_id
is no longer required whenzone
has been set (#27976)azurerm_api_management_diagnostic
- raise and error whenoperation_name_format
is used with andidentity
that is notapplicationinsights
(#27630)azurerm_api_management_api_diagnostic
- raise and error whenoperation_name_format
is used with andidentity
that is notapplicationinsights
(#27630)azurerm_application_gateway
-rewrite_rule_set
can be supplied when usingBasic
sku (#28011)azurerm_container_registry_token_password
- correctly mark as gone if container registry token doesn't exist (#27232)azurerm_kusto_cluster
-allowed_fqdn
andallowed_ip_ranges
can now be set to empty lists (#27529)azurerm_linux_function_app_slot
- create content settings when using a consumpton plan (#25412)azurerm_virtual_network_gatway
- updatingip_configuration
now recreates the resource (#27828)v4.10.0
Compare Source
BREAKING CHANGES:
cognitive
to2024-10-01
, due to a behavioural change in this version of the API, theprimary_access_key
andsecondary_access_key
can not be retrieved iflocal_authentication_enabled
has been set tofalse
. These properties that may have had values previously will now be empty. This has affected theazurerm_ai_services
andazurerm_cognitive_account
resources as well as theazurerm_cognitive_account
data source (#27851)FEATURES:
azurerm_key_vault_managed_hardware_security_module_key
(#27827)azurerm_netapp_backup_vault
(#27188)azurerm_netapp_backup_policy
(#27188)ENHANCEMENTS:
terraform-plugin-framework
to versionv1.13.0
(#27936)terraform-plugin-framework-validators
to versionv0.14.0
(#27936)terraform-plugin-go
to versionv0.25.0
(#27936)terraform-plugin-mux
to versionv0.17.0
(#27936)terraform-plugin-sdk/v2
to versionv2.35.0
(#27936)azurerm_bastion_host
- add support for thezones
property (#27909)azurerm_application_gateway
- support more values for thestatus_code
property (#27535)azurerm_bastion_host
- support for thezones
property (#27909)azurerm_communication_service
- support forusgov
region (#27919)azurerm_email_communication_service
- support forusgov
region added (#27919)azurerm_linux_function_app
- support for .NET 9 (#27879)azurerm_linux_function_app_slot
- support for .NET 9 (#27879)azurerm_linux_web_app
- support for .NET 9 (#27879)azurerm_linux_web_app_slot
- support for .NET 9 (#27879)azurerm_windows_web_app
- support for .NET 9 (#27879)azurerm_windows_web_app_slot
- support for .NET 9 (#27879)azurerm_windows_function_app
- support for .NET 9 (#27879)azurerm_windows_function_app_slot
- support for .NET 9 (#27879)BUG FIXES:
azurerm_log_analytics_workspace_table
- use the subscription from workspace ID (#27590)azurerm_traffic_manager_external_endpoint
- the value forpriority
will be dynamically assigned by the API (#27966)azurerm_traffic_manager_azure_endpoint
- the value forpriority
will be dynamically assigned by the API (#27966)v4.9.0
Compare Source
FEATURES:
azurerm_dynatrace_monitor
(#27432)azurerm_dashboard_grafana_managed_private_endpoint
(#27781)azurerm_data_protection_backup_instance_mysql_flexible_server
(#27464)azurerm_mongo_cluster
(#27636)azurerm_stack_hci_network_interface
(#26888)ENHANCEMENTS:
go-azure-sdk
tov0.20241104.1140654
(#27896)go-azure-helpers
tov0.71.0
(#27897)golang-jwt
tov4.5.1
(#27938)storage
- allowazurerm_storage_account
to be used in Data Plane restrictive environments (#27818)azurerm_cognitive_deployment
-sku.0.name
now supportsDataZoneStandard
(#27926)azurerm_mssql_managed_database
- support for thetags
property (#27857)azurerm_oracle_cloud_vm_cluster
- support for thedomain
,scan_listener_port_tcp
,scan_listener_port_tcp_ssl
andzone_id
properties (#27808)azurerm_public_ip_prefix
- support for thesku_tier
property (#27882)azurerm_public_ip
- support for thedomain_name_label_scope
property (#27748)azurerm_subnet
-default_outbound_access_enabled
can now be updated (#27858)azurerm_storage_container
- support for thestorage_account_id
property (#27733)azurerm_storage_share
- support for thestorage_account_id
property (#27733)v4.8.0
Compare Source
FEATURES:
azurerm_virtual_network_peering
(#27530)azurerm_machine_learning_workspace_network_outbound_rule_fqdn
(#27384)azurerm_stack_hci_extension
(#26929)azurerm_stack_hci_marketplace_gallery_image
(#27532)azurerm_trusted_signing_account
(#27720)ENHANCEMENTS:
mysql
- upgrade api version to2023-12-30
(#27767)network
- upgrade api version to2024-03-01
(#27746)azurerm_cosmosdb_account
: support for CMK throughmanaged_hsm_key_id
property (#26521)azurerm_cosmosdb_account
- support further versions formongo_server_version
(#27763)azurerm_container_app_environment
- changing thelog_analytics_workspace_id
property no longer creates a new resource (#27794)azurerm_data_factory_linked_service_azure_sql_database
- add support for thecredential_name
property (#27629)azurerm_key_vault_key
-expiration_date
only recreates the resource when it is removed from the config file (#27813)azurerm_kubernetes_cluster
- fix issue wheremaintenance_window_auto_upgrade
/maintenance_window_auto_upgrade
/maintenance_window_node_os
might not be read into state (#26915)azurerm_kubernetes_cluster
- support for thebackend_pool_type
property (#27596)azurerm_kubernetes_cluster
- support for thedaemonset_eviction_for_empty_nodes_enabled
,daemonset_eviction_for_occupied_nodes_enabled
, andignore_daemonsets_utilization_enabled
properties (#27588)azurerm_load_test
-description
can now be updated (#27800)azurerm_oracle_cloud_vm_cluster
- export theocid
property (#27785)azurerm_orchestrated_virtual_machine_scale_set
- add support forsku_profile
block (#27599)azurerm_web_application_firewall_policy
- add support forpolicy_settings.0.file_upload_enforcement
(#27774)BUG FIXES:
azurerm_automation_hybrid_runbook_worker_group
- correctly mark resource as gone if it's absent when reading it (#27797)azurerm_automation_hybrid_runbook_worker
- correctly mark resource as gone if it's absent when reading it (#27797)azurerm_automation_python3_package
- correctly mark resource as gone if it's absent when reading it (#27797)azurerm_data_protection_backup_vault
- prevent panic when checking value ofcross_region_restore_enabled
(#27762)azurerm_role_management_policy
- fix panic when unmarshalling the policy into a specific type (#27731)azurerm_security_center_subscription_pricing
- correctly type assert theadditional_extension_properties
property when building the payload (#27721)azurerm_synapse_workspace_aad_admin
- will no correctly delete when usingazurerm_synapse_workspace_aad_admin
withazurerm_synapse_workspace
(#27606)azurerm_windows_function_app_slot
- fixed panic in state migration (#27700)v4.7.0
Compare Source
FEATURES:
azurerm_oracle_adbs_character_sets
(#27698)azurerm_oracle_adbs_national_character_sets
(#27698)azurerm_oracle_autonomous_database
(#27696)azurerm_oracle_db_nodes
(#27698)azurerm_oracle_db_system_shapes
(#27698)azurerm_oracle_gi_versions
(#27698)azurerm_dev_center_project_pool
(#27706)azurerm_oracle_autonomous_database
(#27696)azurerm_video_indexer_account
(#27632)ENHANCEMENTS:
go-azure-sdk
tov0.20241021.1074254
(#27713)newrelic
- upgrade api version to2024-03-01
(#27135)cosmosdb
- upgrade api version to2024-08-15
(#27659)azurerm_application_gateway
- support for the newBasic
SKU value (#27440)azurerm_consumption_budget_management_group
- the propertynotification.threshold_type
can now be updated (#27511)azurerm_consumption_budget_resource_group
- the propertynotification.threshold_type
can now be updated (#27511)azurerm_container_app
- add support for thetemplate.container.readiness_probe.initial_delay
andtemplate.container.startup_probe.initial_delay
properties (#27551)azurerm_mssql_managed_instance
- thestorage_account_type
property can now be updated (#27737)BUG FIXES:
azurerm_automation_software_update_configuration
- correct validation to not allow5
and allow-1
(#25574)azurerm_cosmosdb_sql_container
- fix recreation logic forpartition_key_version
(#27692)azurerm_mssql_database
- updating short term retention policy now works as expected (#27714)azurerm_network_watcher_flow_log
- fix issue wheretags
were not being updated (#27389)azurerm_postgresql_flexible_server_virtual_endpoint
- retrieve and parsereplica_server_id
for cross-region scenarios as well as remove custom poller for the delete operation (#27509)v4.6.0
Compare Source
FEATURES:
azurerm_dev_center_attached_network
(#27638)azurerm_oracle_cloud_vm_cluster
(#27678)azurerm_oracle_exadata_infrastructure
(#27678)azurerm_oracle_cloud_vm_cluster
(#27678)azurerm_oracle_db_servers
(#27678)azurerm_oracle_exadata_infrastructure
(#27678)ENHANCEMENTS:
redisenterprise
- upgrade api version to2024-06-01-preview
(#27597)azurerm_app_configuration
- support for premium sku (#27674)azurerm_container_app
- support for themax_inactive_revisions
property (#27598)azurerm_kubernetes_cluster
- remove lock on subnets (#27583)azurerm_nginx_deployment
- allow updates forsku
(#27604)azurerm_fluid_relay_server
- support for thecustomer_managed_key
property (#27581)azurerm_linux_virtual_machine
- support theUBUNTU_PRO
value for thelicense_type
property (#27534)BUGS:
azurerm_api_management_api_diagnostic
- do not setOperationNameFormat
when theidentifier
property isazuremonitor
(#27456)azurerm_api_management
- prevent a panic (#27649)azurerm_mssql_database
- makeshort_term_retention_policy.backup_interval_in_hours
computed (#27656)v4.5.0
Compare Source
FEATURES:
azurerm_stack_hci_virtual_hard_disk
(#27474)ENHANCEMENTS:
azurerm_bastion_host
- support for thePremium
SKU andsession_recording_enabled
property (#27278)azurerm_log_analytics_cluster
- thesize_gb
property now supports all of 100, 200, 300, 400, 500, 1000, 2000, 5000, 10000, 25000, and 50000 (#27616)azurerm_mssql_elasticpool
- allowPRMS
for thefamily
property (#27615)BUG FIXES:
azurerm_mssql_database
- now creates successfully when elastic pool is hyperscale (#27505)azurerm_postgresql_flexible_server_configuration
- now locks to prevent conflicts when deploying multiple (#27355)v4.4.0
Compare Source
ENHANCEMENTS:
github.com/hashicorp/go-azure-sdk
tov0.20240923.1151247
(#27491)azurerm_site_recovery_replicated_vm
- support for thetarget_virtual_machine_size
property (#27480)BUG FIXES:
azurerm_app_service_certificate
-key_vault_secret_id
can now be versionless (#27537)azurerm_linux_virtual_machine_scale_set
- prevent crash whenauto_upgrade_minor_version_enabled
is nil (#27353)azurerm_role_assignment
- correctly parse ID when it's a root or provider scope (#27237)azurerm_storage_blob
-source_content
is now ForceNew (#27508)azurerm_virtual_network_gateway_connection
- revertshared_key
to Optional and Computed (#27560)v4.3.0
Compare Source
FEATURES:
azurerm_advisor_suppression
(#26177)azurerm_data_protection_backup_policy_mysql_flexible_server
(#26955)azurerm_key_vault_managed_hardware_security_module_key_rotation_policy
(#27306)azurerm_stack_hci_deployment_setting
(#25646)azurerm_stack_hci_storage_path
(#26509)azurerm_vpn_server_configuration
(#27054)ENHANCEMENTS:
managementgroups
- migrate tohashicorp/go-azure-sdk
(#26430)nginx
- upgrade api version to2024-06-01-preview
(#27345)azurerm_linux[windows]_web[function]_app[app_slot]
- upgrade api version from2023-01-01
to2023-12-01
(#27196)azurerm_cosmosdb_account
- support for the capabilityEnableNoSQLVectorSearch
(#27357)azurerm_container_app_custom_domain - fix parsing the certificate ID error #25972azurerm_container_app_custom_domain
- support other certificate types (#25972)azurerm_linux_virtual_machine_scale_set
- thezones
property can now be updated without creating a new resource (#27288)azurerm_orchestrated_virtual_machine_scale_set
- thezones
property can now be updated without creating a new resource (#27288)azurerm_role_management_policy
- support for resource scope (#27205)azurerm_spring_cloud_gateway
- changing theenvironment_variables
andsensitive_environment_variables
properties no longer creates a new resource (#27404)azurerm_static_web_app
- support for thepublic_network_access_enabled
property (#26345)azurerm_shared_image
- support for thedisk_controller_type_nvme_enabled
property (#26370)azurerm_storage_blob
- changing thesource
property no longer creates a new resource (#27394)azurerm_storage_object_replication
- changing therules.x. source_container_name
andrules.x. destination_container_name
properties no longer creates a new resource (#27394)azurerm_windows_virtual_machine_scale_set
- thezones
property can now be updated without creating a new resource (#27288)BUG FIXES:
azurerm_application_insights
- fix crash when read forDataVolumeCap
isnil
(#27352)azurerm_container_app
- relax validation on the ingress traffic property (#27396)azurerm_log_analytics_workspace_table
- will now correctly settotal_retention_in_days
whensku
isBasic
(#27420)v4.2.0
Compare Source
FEATURES:
azurerm_arc_machine
(#26647)azurerm_arc_machine_automanage_configuration_assignment
(#26657)ENHANCEMENTS:
network/bastionhosts
- upgrade api version from2023-11-01
to2024-01-01
(#27277)recoveryservices
- upgraderecoveryservicessiterecovery
from2022-10-0
1 to2024-04-01
(#27281)azurerm_data_protection_backup_vault
- support for theproperty cross_region_restore_enabled
property (#27197)azurem_mssql_managed_instance
- support for theservice_principal_type
property (#27240)BUG FIXES:
azurerm_cosmosdb_account
- fix crash during state migration (#27302)azurerm_servicebus_queue
- fix defaults of thedefault_message_ttl
andauto_delete_on_idle
properties (#27305)v4.1.0
Compare Source
ENHANCEMENTS:
hashicorp/go-azure-sdk
tov0.20240903.1111904
(#27268)2024-03-01
to2024-07-01
(#27230)hdinsights
- update the HDInsights Node definition validation of VM sizes to include new V5 types (#27270)azurerm_api_management_logger
- support for theapplication_insights.connection_string
property (#27137)azurerm_bot_service_azure_bot
- will now send the value for thedeveloper_app_insights_api_key
property (#27280)azurerm_netapp_volume
- support for thesmb3_protocol_encryption_enabled
property (#27228)azurerm_subnet
- supportMicrosoft.DevOpsInfrastructure
as delegation service (#27259)BUG FIXES:
azurerm_mysql_flexible_server
- correctly setsource_server_id
in the state file (#27295)azurerm_cosmosdb_account
- theip_range_filter
property now supports IPV4 addresses (#27208)azurerm_cosmosdb_account
- added state migration forip_range_filter
underlying type change fromstring
toset
(#27276)azurerm_linux_virtual_machine
- theadmin_ssh_key.public_key
property now supportsed25519
ssh keys (#27202)azurerm_sentinel_automation_rule
- no longer panics when usingcondition_json
(#27269)azurerm_kubernetes_cluster
- thehost_encryption_enabled
andnode_public_ip_enabled
properties are now set correctly (#27218)Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.