chore(deps): update terraform azurerm to v4.58.0#1053
Merged
Conversation
🚀 Preview Deployment Ready!Your pull request has been built and is ready for preview deployment. Container Images Built
Quick Deploy with Helm# Add the wrongsecrets helm repository
helm repo add wrongsecrets https://owasp.org/wrongsecrets-ctf-party
helm repo update
# Deploy with preview images
helm install my-preview wrongsecrets/wrongsecrets-ctf-party \
--set balancer.repository=ghcr.io/OWASP/wrongsecrets-balancer \
--set balancer.tag=pr-1053 \
--set wrongsecretsCleanup.repository=ghcr.io/OWASP/cleaner \
--set wrongsecretsCleanup.tag=pr-1053 \
--set imagePullPolicy=Always
# Port forward to access locally
kubectl port-forward service/wrongsecrets-balancer 3000:3000Deploy with Custom ValuesClick to see preview-values.yamlbalancer:
repository: ghcr.io/OWASP/wrongsecrets-balancer
tag: pr-1053
wrongsecretsCleanup:
repository: ghcr.io/OWASP/cleaner
tag: pr-1053
# Preview configuration
ingress:
enabled: true
hosts:
- host: >-
preview-pr-1053.wrongsecrets.local
paths:
- "/"# Save the above values to preview-values.yaml, then:
helm install my-preview wrongsecrets/wrongsecrets-ctf-party \
-f preview-values.yamlDeploy with Local Build Scripts# Clone this PR
git fetch origin pull/1053/head:pr-1053
git checkout pr-1053
# Use the existing deployment script with custom images
./build-and-deploy.shTest the Changes
Container RegistryThe preview images are available at:
This preview was automatically generated for PR #1053 |
5749994 to
6d0991d
Compare
This file contains hidden or 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
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.56.0→~> 4.58.04.56.0→4.58.0Release Notes
hashicorp/terraform-provider-azurerm (azurerm)
v4.58.0Compare Source
FEATURES:
azurerm_network_security_perimeter(#31356)azurerm_network_security_perimeter_profile(#31356)azurerm_network_security_perimeter(#31356)azurerm_network_security_perimeter_access_rule(#31356)azurerm_network_security_perimeter_association(#31356)azurerm_network_security_perimeter_profile(#31356)azurerm_resource_group(#31270)ENHANCEMENTS:
go-azure-sdk- update tov0.20251219.1184026(#31397)azurerm_backup_policy_file_share- add support forbackup_tierandsnapshot_retention_in_days(#29243)azurerm_cosmosdb_cassandra_cluster-versionnow supports4.1and5.0(#31424)azurerm_function_app_flex_consumption- themaximum_instance_countproperty now allows values from1-1000(#31392)azurerm_kubernetes_cluster-network_data_planeandnetwork_policynow support updating tocilium(#30958)azurerm_kusto_eventhub_data_connection- add support forretrieval_start_date(#31445)azurerm_kusto_iothub_data_connection- add support forretrieval_start_date(#31413)azurerm_kusto_script- add support forscript_levelandprincipal_permissions_action(#31403)azurerm_linux_function_app- add support for24tosite_config.application_stack.node_version(#31098)azurerm_linux_function_app_slot- add support for24tosite_config.application_stack.node_version(#31098)azurerm_linux_web_app- add support for24-ltstosite_config.application_stack.node_version(#31098)azurerm_linux_web_app_slot- add support for24-ltstosite_config.application_stack.node_version(#31098)azurerm_mssql_managed_instance- increasestorage_size_in_gbmaximum to32768(#31387)azurerm_netapp_volume_group_oracle-service_levelnow supportsFlexible(#31508)azurerm_netapp_volume_group_sap_hana-service_levelnow supportsFlexible(#31508)azurerm_network_manager_routing_configuration- add support for theroute_table_usage_modeproperty (#31463)azurerm_windows_function_app- add support for~24tosite_config.application_stack.node_version(#31248)azurerm_windows_function_app_slot- add support for~24tosite_config.application_stack.node_version(#31248)data.azurerm_container_registry-admin_passwordis now sensitive (#31428)BUG FIXES:
azurerm_api_management- fix an issue that prevented updates tohostname_configuration.*.key_vault_certificate_id(#31534)azurerm_api_management_custom_domain- fix an issue that prevented updates to[management|portal|developer_portal|scm|gateway].key_vault_certificate_id(#31534)azurerm_container_app_custom_domain- no longer error during read when container app is deleted outside of Terraform (#31523)azurerm_databricks_workspace- removed a legacy workaround that prevented apply operations from succeeding whenmanaged_disk_cmk_rotation_to_latest_version_enabledandtagswere updated simultaneously (#31509)azurerm_storage_account- can now update a Storage Standard ZRS account (#31431)clients- fix correlation id across many clients (#31368)v4.57.0Compare Source
NOTE: This release removes the Mobile Network (
azurerm_mobile_network*) resources and data sources due to Azure having retired the serviceFEATURES:
azurerm_automation_runtime_environment(#30991)ENHANCEMENTS:
azurerm_data_protection_backup_vault_customer_managed_key- thekey_vault_key_idproperty now supports keys from a Managed HSM vault (#31365)azurerm_kubernetes_cluster- support for thenode_provisioning_profileblock (#30517)azurerm_log_analytics_cluster_customer_managed_key- thekey_vault_key_idproperty now supports keys from a Managed HSM vault (#31375)azurerm_mssql_database- thetransparent_data_encryption_key_vault_key_idproperty now supports keys from a Managed HSM vault (#31373)BUG FIXES:
azurerm_data_factory- fix ID parsing errors whencustomer_managed_key_identity_idis an empty string (#28621)azurerm_eventhub-partition_countcan now be updated for dedicated clusters (#30993)azurerm_linux_function_app- fix panic when deployed without all required permissions (#31344)Configuration
📅 Schedule: Branch creation - On day 1 and 15 of the month ( * * 1,15 * * ) (UTC), 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.