-
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 dependency hashicorp/terraform to v1.10.4 #156
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/terraform-monorepo
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
narinder17,
mananpatel26 and
JoshuaGlassKainos
November 28, 2024 08:18
Plan Result (sandbox)
Change Result (Click me) # azurerm_resource_group.shared_resource_group will be updated in-place
~ resource "azurerm_resource_group" "shared_resource_group" {
id = "/subscriptions/bf308a5c-0624-4334-8ff8-8dca9fd43783/resourceGroups/crumble-shared-infrastructure-sandbox"
name = "crumble-shared-infrastructure-sandbox"
~ tags = {
"Team Contact" = "#Cloud-Native"
"application" = "core"
"autoShutdown" = "true"
"builtFrom" = "https://github.com/HMCTS/cnp-plum-shared-infrastructure.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#platops-help"
"environment" = "sandbox"
~ "expiresAfter" = "2025-01-21" -> "2025-01-22"
"managedBy" = "CNP"
"startupMode" = "onDemand"
}
# (2 unchanged attributes hidden)
}
# module.application_insights.azurerm_application_insights.this will be updated in-place
~ resource "azurerm_application_insights" "this" {
id = "/subscriptions/bf308a5c-0624-4334-8ff8-8dca9fd43783/resourceGroups/crumble-shared-infrastructure-sandbox/providers/Microsoft.Insights/components/crumble-sandbox"
name = "crumble-sandbox"
~ tags = {
"application" = "core"
"autoShutdown" = "true"
"builtFrom" = "https://github.com/HMCTS/cnp-plum-shared-infrastructure.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#platops-help"
"environment" = "sandbox"
~ "expiresAfter" = "2025-01-21" -> "2025-01-22"
"managedBy" = "CNP"
"startupMode" = "onDemand"
}
# (16 unchanged attributes hidden)
}
# module.application_insights.azurerm_monitor_activity_log_alert.main[0] will be updated in-place
~ resource "azurerm_monitor_activity_log_alert" "main" {
id = "/subscriptions/bf308a5c-0624-4334-8ff8-8dca9fd43783/resourceGroups/crumble-shared-infrastructure-sandbox/providers/Microsoft.Insights/activityLogAlerts/Application Insights daily cap reached - crumble-sandbox"
name = "Application Insights daily cap reached - crumble-sandbox"
~ tags = {
"application" = "core"
"autoShutdown" = "true"
"builtFrom" = "https://github.com/HMCTS/cnp-plum-shared-infrastructure.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#platops-help"
"environment" = "sandbox"
~ "expiresAfter" = "2025-01-21" -> "2025-01-22"
"managedBy" = "CNP"
"startupMode" = "onDemand"
}
# (5 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
# module.servicebus-namespace.azurerm_servicebus_namespace.servicebus_namespace will be updated in-place
~ resource "azurerm_servicebus_namespace" "servicebus_namespace" {
id = "/subscriptions/bf308a5c-0624-4334-8ff8-8dca9fd43783/resourceGroups/crumble-shared-infrastructure-sandbox/providers/Microsoft.ServiceBus/namespaces/crumble-servicebus-sandbox"
name = "crumble-servicebus-sandbox"
~ tags = {
"application" = "core"
"autoShutdown" = "true"
"builtFrom" = "https://github.com/HMCTS/cnp-plum-shared-infrastructure.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#platops-help"
"environment" = "sandbox"
~ "expiresAfter" = "2025-01-21" -> "2025-01-22"
"managedBy" = "CNP"
"startupMode" = "onDemand"
}
# (13 unchanged attributes hidden)
}
# module.vault.azurerm_key_vault.kv will be updated in-place
~ resource "azurerm_key_vault" "kv" {
id = "/subscriptions/bf308a5c-0624-4334-8ff8-8dca9fd43783/resourceGroups/crumble-shared-infrastructure-sandbox/providers/Microsoft.KeyVault/vaults/crumblesi-sandbox"
name = "crumblesi-sandbox"
~ tags = {
"Team Contact" = "#Cloud-Native"
"application" = "core"
"autoShutdown" = "true"
"builtFrom" = "https://github.com/HMCTS/cnp-plum-shared-infrastructure.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#platops-help"
"environment" = "sandbox"
~ "expiresAfter" = "2025-01-21" -> "2025-01-22"
"managedBy" = "CNP"
"startupMode" = "onDemand"
}
# (13 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# module.vault.azurerm_user_assigned_identity.managed_identity[0] will be updated in-place
~ resource "azurerm_user_assigned_identity" "managed_identity" {
id = "/subscriptions/bf308a5c-0624-4334-8ff8-8dca9fd43783/resourceGroups/managed-identities-sandbox-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/crumble-sandbox-mi"
name = "crumble-sandbox-mi"
~ tags = {
"Team Contact" = "#Cloud-Native"
"application" = "core"
"autoShutdown" = "true"
"builtFrom" = "https://github.com/HMCTS/cnp-plum-shared-infrastructure.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#platops-help"
"environment" = "sandbox"
~ "expiresAfter" = "2025-01-21" -> "2025-01-22"
"managedBy" = "CNP"
"startupMode" = "onDemand"
}
# (5 unchanged attributes hidden)
}
Plan: 0 to add, 6 to change, 0 to destroy. |
Plan Result (aat)
|
Plan Result (prod)
|
renovate
bot
changed the title
Update dependency hashicorp/terraform to v1.10.0
Update dependency hashicorp/terraform to v1.10.1
Dec 4, 2024
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 4, 2024 13:55
44afa25
to
52b50ec
Compare
renovate
bot
changed the title
Update dependency hashicorp/terraform to v1.10.1
Update dependency hashicorp/terraform to v1.10.2
Dec 11, 2024
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 11, 2024 15:38
52b50ec
to
dd221d1
Compare
hmcts-jenkins-cft
bot
added
sandbox/add-or-update
and removed
sandbox/no-changes
labels
Dec 11, 2024
renovate
bot
changed the title
Update dependency hashicorp/terraform to v1.10.2
Update dependency hashicorp/terraform to v1.10.3
Dec 18, 2024
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 18, 2024 13:05
dd221d1
to
acc66f5
Compare
hmcts-jenkins-cft
bot
added
sandbox/no-changes
and removed
sandbox/add-or-update
labels
Dec 18, 2024
renovate
bot
changed the title
Update dependency hashicorp/terraform to v1.10.3
Update dependency hashicorp/terraform to v1.10.4
Jan 8, 2025
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
January 8, 2025 12:23
acc66f5
to
14e7e4d
Compare
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:
1.9.8
->1.10.4
Release Notes
hashicorp/terraform (hashicorp/terraform)
v1.10.4
Compare Source
1.10.4 (January 8, 2025)
BUG FIXES:
type conversion: Empty map conversions now return correct type information (#36262)
terraform console
: Fix crash when printing ephemeral values (#36267)v1.10.3
Compare Source
1.10.3 (December 18, 2024)
BUG FIXES:
v1.10.2
Compare Source
1.10.2 (December 11, 2024)
BUG FIXES:
v1.10.1
Compare Source
1.10.1 (December 4, 2024)
BUG FIXES:
templatefile
would panic if given and entirely unknown map of variables (#36118)templatefile
would panic if the variables map contains marked values (#36127)for_each
(#36119)v1.10.0
Compare Source
1.10.0 (November 27, 2024)
NEW FEATURES:
ephemeralasnull
function: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.BUG FIXES:
secret_suffix
in thekubernetes
backend now includes validation to prevent errors when thesecret_suffix
ends with a number (#35666).error_message
values to pass the core validate step, so variable validation can be completed later during plan(#35537)
self
with many instances could encounter an error during evaluation (#35895)plantimestamp()
function would return an invalid date during validation (#35902)plan -generate-config-out
) for string attributes that contain primitive types (e.g. numbers or booleans) (#35984)issensitive
could incorrectly assert that an unknown value was not sensitive during plan, but later became sensitive during apply, causing failures where changes did not match the planned result (#36012)ENHANCEMENTS:
element
function now accepts negative indices (#35501)terraform validate
(#35543)plan
,apply
, andrefresh
commands now produce a deprecated warning when using the-state
flag. Instead use thepath
attribute within thelocal
backend to modify the state file. (#35660)UPGRADE NOTES:
assume_role
block (#35721)moved
: Moved blocks now respect reserved keywords when parsing resource addresses. Configurations that reference resources with type names that match top level blocks and keywords frommoved
blocks will need to prepend theresource.
identifier to these references. (#35850)Previous Releases
For information on prior major and minor releases, refer to their changelogs:
Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.