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): bump github.com/hashicorp/terraform from 1.2.1 to 1.5.7 #276

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 8, 2023

Bumps github.com/hashicorp/terraform from 1.2.1 to 1.5.7.

Release notes

Sourced from github.com/hashicorp/terraform's releases.

v1.5.7

1.5.7 (September 7, 2023)

BUG FIXES:

  • terraform init: Terraform will no longer allow downloading remote modules to invalid paths. (#33745)
  • terraform_remote_state: prevent future possible incompatibility with states which include unknown check block result kinds. (#33818)

v1.5.6

1.5.6 (August 23, 2023)

BUG FIXES:

  • terraform_remote_state: Fixed a potential unsafe read panic when reading from multiple terraform_remote_state data sources (#33333)

v1.5.5

1.5.5 (August 9, 2023)

  • terraform init: Fix crash when using invalid configuration in backend blocks. (#33628)

v1.5.4

1.5.4 (July 26, 2023)

BUG FIXES:

  • check blocks: Fixes crash when nested data sources are within configuration targeted by the terraform import command. (#33578)
  • check blocks: Check blocks now operate in line with other checkable objects by also executing during import operations. (#33578)

v1.5.3

1.5.3 (July 12, 2023)

BUG FIXES:

  • core: Terraform could fail to evaluate module outputs when they are used in a provider configuration during a destroy operation (#33462)
  • backend/consul: When failing to save state, consul CAS failed with transaction errors no longer shows an error instance memory address, but an actual error message. (#33108)
  • plan renderer: Fixes crash when rendering the plan if a relevant attribute contains an integer index specified as a string. (#33475)

v1.5.2

1.5.2 (June 28, 2023)

BUG FIXES:

  • configs: Multiple import blocks with the same id string no longer result in a validation error (#33434)

v1.5.1

1.5.1 (June 21, 2023)

BUG FIXES:

... (truncated)

Changelog

Sourced from github.com/hashicorp/terraform's changelog.

1.5.7 (September 7, 2023)

BUG FIXES:

  • terraform init: Terraform will no longer allow downloading remote modules to invalid paths. (#33745)
  • terraform_remote_state: prevent future possible incompatibility with states which include unknown check block result kinds. (#33818)

1.5.6 (August 23, 2023)

BUG FIXES:

  • terraform_remote_state: Fixed a potential unsafe read panic when reading from multiple terraform_remote_state data sources (#33333)

1.5.5 (August 9, 2023)

  • terraform init: Fix crash when using invalid configuration in backend blocks. (#33628)

1.5.4 (July 26, 2023)

BUG FIXES:

  • check blocks: Fixes crash when nested data sources are within configuration targeted by the terraform import command. (#33578)
  • check blocks: Check blocks now operate in line with other checkable objects by also executing during import operations. (#33578)

1.5.3 (July 12, 2023)

BUG FIXES:

  • core: Terraform could fail to evaluate module outputs when they are used in a provider configuration during a destroy operation (#33462)
  • backend/consul: When failing to save state, consul CAS failed with transaction errors no longer shows an error instance memory address, but an actual error message. (#33108)
  • plan renderer: Fixes crash when rendering the plan if a relevant attribute contains an integer index specified as a string. (#33475)

1.5.2 (June 28, 2023)

BUG FIXES:

  • configs: Multiple import blocks with the same id string no longer result in a validation error (#33434)

1.5.1 (June 21, 2023)

BUG FIXES:

  • core: plan validation would fail for providers using nested set attributes with computed object attribute (#33377)

1.5.0 (June 12, 2023)

NEW FEATURES:

  • check blocks for validating infrastructure: Module and configuration authors can now write independent check blocks within their configuration to validate assertions about their infrastructure.

... (truncated)

Commits
  • ee58ac1 version: Prepare for 1.5.7 release
  • 3aa19f0 Merge pull request #33832 from hashicorp/jbardin/v1.5-backport-33821
  • ad1860c types documentation
  • 4f2443a Update CHANGELOG.md
  • 7499c6b Merge pull request #33818 from hashicorp/alisdair/check-results-state-compati...
  • f2f6a5c statefile: Ignore unknown check results on decode
  • cec3d4c Merge pull request #33789 from hashicorp/backport/schparky-edit-types/remarka...
  • ebf87e3 Merge pull request #33769 from hashicorp/backport-radditude/validate-module-n...
  • b8624b9 fix call to module installer
  • c897977 Update CHANGELOG.md
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/hashicorp/terraform](https://github.com/hashicorp/terraform) from 1.2.1 to 1.5.7.
- [Release notes](https://github.com/hashicorp/terraform/releases)
- [Changelog](https://github.com/hashicorp/terraform/blob/v1.5.7/CHANGELOG.md)
- [Commits](hashicorp/terraform@v1.2.1...v1.5.7)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 8, 2023
Copy link

stale bot commented Mar 13, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Mar 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 go Pull requests that update Go code wontfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants