Skip to content
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.9.8 #5546

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2024

This PR contains the following updates:

Package Update Change
hashicorp/terraform minor 1.8.1 -> 1.9.8

Release Notes

hashicorp/terraform (hashicorp/terraform)

v1.9.8

Compare Source

1.9.8 (October 16, 2024)

BUG FIXES:

  • init: Highlight missing subdirectories of registry modules in error message (#​35848)
  • init: Prevent crash when loading provider_meta blocks with invalid names (#​35842)
  • config generation: Escape all invalid syntax in generate map keys with quotes (#​35837)
  • plan: also validate provider requirements from state (#​35864)

v1.9.7

Compare Source

1.9.7 (October 2, 2024)

BUG FIXES:

  • config generation: escape map keys with whitespaces (#​35754)

v1.9.6

Compare Source

1.9.6 (September 18, 2024)

BUG FIXES:

  • plan renderer: Render complete changes within unknown nested blocks. (#​35644)
  • plan renderer: Fix crash when attempting to render unknown nested blocks that contain attributes forcing resource replacement. (#​35644)
  • plan renderer: Fix crash when rendering a plan that contains null attributes being update to unknown values. (#​35709)

v1.9.5

Compare Source

1.9.5 (August 20, 2024)

ENHANCEMENTS:

  • cloud: The cloud block can now interact with workspaces that have HCP resource IDs. (#​35495)

BUG FIXES:

  • core: 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:

  • core: Unneeded variable validations were being executed during a destroy plan, which could cause plans starting with incomplete state to fail. (#​35511)
  • init: Don't crash when discovering invalid syntax in duplicate required_providers blocks. (#​35533)

v1.9.3

Compare Source

1.9.3 (July 24, 2024)

ENHANCEMENTS:

  • Terraform now returns a more specific error message in the awkward situation where an input variable validation rule is known to have failed (condition returned false) but the error message is derived from an unknown value. (#​35400)

BUG FIXES:

  • core: Terraform no longer performs an unnecessary refresh when removing an instance targeted by a removed block. (#​35458)
  • config generation: Fix validation error when using nested computed or deprecated attributes. (#​35484)
  • Updated to newer github.com/hashicorp/go-retryablehttp version, addressing CVE-2024-6104, and bringing in updates for several indirect dependencies. (#​35473)
  • Moved to building with Go 1.22.5, which addresses CVE-2024-24791 and several other non-security bugs. (#​35494)

v1.9.2

Compare Source

1.9.2 (July 10, 2024)

BUG FIXES:

  • core: Fix panic when self-referencing direct instances from count and for_each meta attributes. (#​35432)

v1.9.1

Compare Source

1.9.1 (Unreleased)

UPGRADE NOTES:

  • Library used by Terraform (hashicorp/go-getter) for installing/updating modules was upgraded from v1.7.5 to v1.7.6. This addresses CVE-2024-6257. This change may have a negative effect on performance of terraform init or terraform 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 the to resource from the id 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 using depends_on. (#​35157)
  • import blocks: Fix bug where resources with nested, computed, and optional id attributes would fail to generate configuration. (#​35220)
  • Updated to new 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 is null (#​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 the count and for_each meta attributes. (#​35047)
  • terraform test: Restore TF_ENV_* variables being made available to testing modules. (#​35014)
  • terraform test: Prevent crash when referencing local variables within overridden modules. (#​35030)

ENHANCEMENTS:

  • Improved performance by removing unneeded additional computation for a disabled experimental feature. (#​35066)

OTHER CHANGES:

  • Update all references to Terraform Cloud to refer to HCP Terraform, the service's new name. This only affects display text; the cloud block and environment variables like TF_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:

unzip terraform_1.8.2_linux_amd64.zip terraform

Configuration

📅 Schedule: Branch creation - "after 8am and before 5pm every weekday" in timezone Europe/London, Automerge - "after 8am and before 5pm 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 3, 2024 08:38
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 3, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Oct 3, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 3, 2024
@hmcts-jenkins-a-to-c
Copy link
Contributor

Plan Result (aat)

No changes. Your infrastructure matches the configuration.

@hmcts-jenkins-a-to-c
Copy link
Contributor

Plan Result (prod)

No changes. Your infrastructure matches the configuration.

@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 95124ae to fc7aa75 Compare October 4, 2024 17:20
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from fc7aa75 to c9c0151 Compare October 7, 2024 09:10
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from c9c0151 to 420c1eb Compare October 7, 2024 10:08
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 420c1eb to a0a6afb Compare October 7, 2024 11:16
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from a0a6afb to 897ec01 Compare October 7, 2024 12:00
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 897ec01 to baca40b Compare October 7, 2024 14:01
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from baca40b to 872395a Compare October 7, 2024 15:41
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 872395a to ef4eaec Compare October 8, 2024 07:53
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from a9f1e0e to a44eb5d Compare October 24, 2024 11:02
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from a44eb5d to 421dfc7 Compare October 24, 2024 11:34
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 421dfc7 to 559b672 Compare October 24, 2024 12:47
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 559b672 to 7fed0bf Compare October 24, 2024 13:28
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 7fed0bf to 4f16ffe Compare October 24, 2024 14:18
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 4f16ffe to f7af661 Compare October 24, 2024 15:14
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from f7af661 to 82e3b9d Compare October 24, 2024 16:31
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 82e3b9d to 81e71db Compare October 24, 2024 18:21
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 81e71db to eeedb55 Compare October 25, 2024 08:25
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from eeedb55 to 1852c23 Compare October 25, 2024 10:59
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 1852c23 to 357bd18 Compare October 25, 2024 12:07
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 357bd18 to 4ab4abb Compare October 25, 2024 12:55
@renovate renovate bot force-pushed the renovate/terraform-monorepo branch from 4ab4abb to ca2f5f6 Compare October 25, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants