-
Notifications
You must be signed in to change notification settings - Fork 6
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.2 #5546
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.
+1
−1
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
Plan Result (aat)
|
Plan Result (prod)
|
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
October 4, 2024 17:20
95124ae
to
fc7aa75
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
October 7, 2024 09:10
fc7aa75
to
c9c0151
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
October 7, 2024 10:08
c9c0151
to
420c1eb
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
October 7, 2024 11:16
420c1eb
to
a0a6afb
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
October 7, 2024 12:00
a0a6afb
to
897ec01
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
October 7, 2024 14:01
897ec01
to
baca40b
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
October 7, 2024 15:41
baca40b
to
872395a
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
October 8, 2024 07:53
872395a
to
ef4eaec
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 13, 2024 10:10
ee3cdc1
to
55438c6
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 13, 2024 13:59
55438c6
to
a411a52
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 13, 2024 14:25
a411a52
to
9eb0339
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
2 times, most recently
from
December 16, 2024 10:36
d695781
to
5f10f04
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 16, 2024 11:39
5f10f04
to
91fc0ea
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 16, 2024 12:27
91fc0ea
to
6bec549
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 16, 2024 13:58
6bec549
to
edb133f
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 16, 2024 15:02
edb133f
to
97f3f01
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 16, 2024 17:31
97f3f01
to
cb190c3
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 17, 2024 12:08
cb190c3
to
da8f47e
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 17, 2024 12:58
da8f47e
to
6d301ad
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 17, 2024 15:57
6d301ad
to
a17e8b4
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 17, 2024 17:56
a17e8b4
to
e7443cf
Compare
renovate
bot
force-pushed
the
renovate/terraform-monorepo
branch
from
December 17, 2024 19:25
e7443cf
to
aa1325b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
aat/no-changes
dependencies
Pull requests that update a dependency file
ns:civil
prd:civil
prod/no-changes
rel:civil-service-pr-5546
0 participants
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.8.1
->1.10.2
Release Notes
hashicorp/terraform (hashicorp/terraform)
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:
v1.9.8
Compare Source
1.9.8 (October 16, 2024)
BUG FIXES:
provider_meta
blocks with invalid names (#35842)v1.9.7
Compare Source
1.9.7 (October 2, 2024)
BUG FIXES:
v1.9.6
Compare Source
1.9.6 (September 18, 2024)
BUG FIXES:
v1.9.5
Compare Source
1.9.5 (August 20, 2024)
ENHANCEMENTS:
BUG FIXES:
removed
blocks with provisioners were not executed when the resource was in a nested module. (#35611)v1.9.4
Compare Source
1.9.4 (August 7, 2024)
BUG FIXES:
v1.9.3
Compare Source
1.9.3 (July 24, 2024)
ENHANCEMENTS:
condition
returnedfalse
) but the error message is derived from an unknown value. (#35400)BUG FIXES:
removed
block. (#35458)v1.9.2
Compare Source
1.9.2 (July 10, 2024)
BUG FIXES:
count
andfor_each
meta attributes. (#35432)v1.9.1
Compare Source
1.9.1 (Unreleased)
UPGRADE NOTES:
terraform init
orterraform get
in case of larger git repositories. Please do file an issue if you find the performance difference noticable. (#35376)BUG FIXES:
terraform test
: Removed additional erroneous error message when referencing attributes that don't exist. (#35408)import
blocks: Fix crash that occurs when incorrectly referencing theto
resource from theid
attribute. (#35420)v1.9.0
Compare Source
v1.8.5
Compare Source
1.8.5 (June 5, 2024)
BUG FIXES:
terraform test
: Remove duplicate warning diagnostic when providing values for unknown variables in run blocks. (#35172)v1.8.4
Compare Source
1.8.4 (May 22, 2024)
BUG FIXES:
core
: Fix exponential slowdown in some cases when modules are usingdepends_on
. (#35157)import
blocks: Fix bug where resources with nested, computed, and optionalid
attributes would fail to generate configuration. (#35220)golang.org/x/net
release, which addressed CVE-2023-45288 (#35165)v1.8.3
Compare Source
1.8.3 (May 8, 2024)
BUG FIXES:
terraform test
: Providers configured within an overridden module could panic. (#35110)core
: Fix crash when a provider incorrectly plans a nested object when the configuration isnull
(#35090)v1.8.2
Compare Source
1.8.2 (April 24, 2024)
BUG FIXES:
terraform apply
: Prevent panic when a provider erroneously provides unknown values. (#35048)terraform plan
: Replace panic with error message when self-referencing resources and data sources from thecount
andfor_each
meta attributes. (#35047)terraform test
: RestoreTF_ENV_*
variables being made available to testing modules. (#35014)terraform test
: Prevent crash when referencing local variables within overridden modules. (#35030)ENHANCEMENTS:
OTHER CHANGES:
cloud
block and environment variables likeTF_CLOUD_ORGANIZATION
remain unchanged. (#35050)NOTE:
Starting with this release, we are including a copy of our license file in all packaged versions of our releases, such as the release .zip files. If you are consuming these files directly and would prefer to extract the one terraform file instead of extracting everything, you need to add an extra argument specifying the file to extract, like this:
Configuration
📅 Schedule: Branch creation - "after 8am and before 5pm every weekday" in timezone Europe/London, Automerge - "after 8am and before 11am every weekday" in timezone Europe/London.
🚦 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.