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

chore(deps): update terraform hashicorp/terraform to v1.9.7 #347

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 10, 2024

This PR contains the following updates:

Package Type Update Change
hashicorp/terraform required_version minor 1.8.2 -> 1.9.7
hashicorp/terraform patch v1.9.3 -> v1.9.7

Release Notes

hashicorp/terraform (hashicorp/terraform)

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates 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 added the dependencies Pull requests that update a dependency file label Sep 10, 2024
@renovate renovate bot requested a review from air-hand as a code owner September 10, 2024 23:00
@renovate renovate bot enabled auto-merge (rebase) September 10, 2024 23:00
Copy link

coderabbitai bot commented Sep 10, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to v1.9.5 chore(deps): update dependency hashicorp/terraform to v1.9.5 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch from 6d889a0 to 30167ae Compare September 10, 2024 23:12
@renovate renovate bot changed the title chore(deps): update dependency hashicorp/terraform to v1.9.5 chore(deps): update terraform hashicorp/terraform to v1.9.5 Sep 10, 2024
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to v1.9.5 chore(deps): update dependency hashicorp/terraform to v1.9.5 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch from 30167ae to 2c6a929 Compare September 11, 2024 03:14
@air-hand
Copy link
Owner

air-hand commented Sep 11, 2024

Ref renovatebot/renovate#30500

@renovate renovate bot changed the title chore(deps): update dependency hashicorp/terraform to v1.9.5 chore(deps): update terraform hashicorp/terraform to v1.9.5 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch from 2c6a929 to 29dfe63 Compare September 11, 2024 04:01
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to v1.9.5 chore(deps): update dependency hashicorp/terraform to v1.9.5 Sep 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency hashicorp/terraform to v1.9.5 chore(deps): update terraform hashicorp/terraform to v1.9.5 Sep 11, 2024
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to v1.9.5 chore(deps): update dependency hashicorp/terraform to v1.9.5 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch 3 times, most recently from cfac7e8 to 926bc0b Compare September 12, 2024 04:26
@renovate renovate bot changed the title chore(deps): update dependency hashicorp/terraform to v1.9.5 chore(deps): update terraform hashicorp/terraform to v1.9.5 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch from 926bc0b to 3a8b445 Compare September 12, 2024 12:09
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to v1.9.5 chore(deps): update dependency hashicorp/terraform to v1.9.5 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch 3 times, most recently from 1a97ae2 to 384e733 Compare September 12, 2024 21:15
@renovate renovate bot changed the title chore(deps): update dependency hashicorp/terraform to v1.9.5 chore(deps): update terraform hashicorp/terraform to v1.9.5 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch from 384e733 to b844b61 Compare September 13, 2024 03:41
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to v1.9.5 chore(deps): update dependency hashicorp/terraform to v1.9.5 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch 3 times, most recently from f3091eb to c0a2c8c Compare October 8, 2024 22:14
@renovate renovate bot changed the title chore(deps): update dependency hashicorp/terraform to v1.9.7 chore(deps): update terraform hashicorp/terraform to v1.9.7 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch from c0a2c8c to b49590f Compare October 9, 2024 17:34
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to v1.9.7 chore(deps): update dependency hashicorp/terraform to v1.9.7 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch from b49590f to b9e1521 Compare October 9, 2024 19:13
@renovate renovate bot changed the title chore(deps): update dependency hashicorp/terraform to v1.9.7 chore(deps): update terraform hashicorp/terraform to v1.9.7 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch from b9e1521 to 5ff1a4a Compare October 10, 2024 00:37
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to v1.9.7 chore(deps): update dependency hashicorp/terraform to v1.9.7 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch 2 times, most recently from 92d5ae1 to 804a83b Compare October 10, 2024 08:07
@renovate renovate bot changed the title chore(deps): update dependency hashicorp/terraform to v1.9.7 chore(deps): update terraform hashicorp/terraform to v1.9.7 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch from 804a83b to 580671f Compare October 10, 2024 12:06
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to v1.9.7 chore(deps): update dependency hashicorp/terraform to v1.9.7 Oct 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency hashicorp/terraform to v1.9.7 chore(deps): update terraform hashicorp/terraform to v1.9.7 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch from 580671f to 2b78ae0 Compare October 10, 2024 19:04
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to v1.9.7 chore(deps): update dependency hashicorp/terraform to v1.9.7 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch 3 times, most recently from c24a29a to c122c77 Compare October 11, 2024 03:43
@renovate renovate bot changed the title chore(deps): update dependency hashicorp/terraform to v1.9.7 chore(deps): update terraform hashicorp/terraform to v1.9.7 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch from c122c77 to ffb393b Compare October 11, 2024 21:08
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to v1.9.7 chore(deps): update dependency hashicorp/terraform to v1.9.7 Oct 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency hashicorp/terraform to v1.9.7 chore(deps): update terraform hashicorp/terraform to v1.9.7 Oct 12, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch from ffb393b to 3c4fcfd Compare October 12, 2024 22:36
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to v1.9.7 chore(deps): update dependency hashicorp/terraform to v1.9.7 Oct 12, 2024
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch from 3c4fcfd to a67acc6 Compare October 13, 2024 00:47
@renovate renovate bot changed the title chore(deps): update dependency hashicorp/terraform to v1.9.7 chore(deps): update terraform hashicorp/terraform to v1.9.7 Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file minor patch terraform-deps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant