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 dependency hashicorp/terraform to v1.9.1 in testdrive/utils.go (main) #4752

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change Pending
hashicorp/terraform minor 1.8.5 -> 1.9.1 1.9.2

Release Notes

hashicorp/terraform (hashicorp/terraform)

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


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies PRs that update a dependency file label Jul 15, 2024
@renovate renovate bot requested review from a team as code owners July 15, 2024 03:58
@renovate renovate bot requested review from chenrui333 and removed request for a team July 15, 2024 03:58
@renovate renovate bot enabled auto-merge (squash) July 15, 2024 03:58
@renovate renovate bot requested review from lukemassa and X-Guardian and removed request for a team July 15, 2024 03:58
@github-actions github-actions bot added go Pull requests that update Go code size/xs labels Jul 15, 2024
@renovate renovate bot merged commit 24101fe into main Jul 15, 2024
29 checks passed
@renovate renovate bot deleted the renovate/main-hashicorp-terraform-1.x branch July 15, 2024 04:16
@@ -35,7 +35,7 @@ import (
)

const hashicorpReleasesURL = "https://releases.hashicorp.com"
const terraformVersion = "1.8.5" // renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
const terraformVersion = "1.9.1" // renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be 1.9.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies PRs that update a dependency file go Pull requests that update Go code size/xs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant