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.3.2 #65

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
hashicorp/terraform patch 1.3.0 -> 1.3.2

Release Notes

hashicorp/terraform

v1.3.2

Compare Source

1.3.2 (October 06, 2022)

BUG FIXES:

  • Fixed a crash caused by Terraform incorrectly re-registering output value preconditions during the apply phase (rather than just reusing the already-planned checks from the plan phase). (#​31890)
  • Prevent errors when the provider reports that a deposed instance no longer exists (#​31902)
  • Using ignore_changes = all could cause persistent diffs with legacy providers (#​31914)
  • Fix cycles when resource dependencies cross over between independent provider configurations (#​31917)
  • Improve handling of missing resource instances during import (#​31878)

v1.3.1

Compare Source

1.3.1 (September 28, 2022)

NOTE:

  • On darwin/amd64 and darwin/arm64 architectures, terraform binaries are now built with CGO enabled. This should not have any user-facing impact, except in cases where the pure Go DNS resolver causes problems on recent versions of macOS: using CGO may mitigate these issues. Please see the upstream bug https://github.com/golang/go/issues/52839 for more details.

BUG FIXES:

  • Fixed a crash when using objects with optional attributes and default values in collections, most visible with nested modules. (#​31847)
  • Prevent cycles in some situations where a provider depends on resources in the configuration which are participating in planned changes. (#​31857)
  • Fixed an error when attempting to destroy a configuration where resources do not exist in the state. (#​31858)
  • Data sources which cannot be read during will no longer prevent the state from being serialized. (#​31871)
  • Fixed a crash which occured when a resource with a precondition and/or a postcondition appeared inside a module with two or more instances. (#​31860)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added area/terraform Terraform dependency/terraform Dependency Terraform kind/renovate Categorizes issue or PR as related to Renovate lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. priority/low This issue can probably be picked up by anyone looking to contribute to the project, as an entry fix size/xs Size XS status/review_needed The issue or PR needs to be reviewed labels Sep 28, 2022
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot changed the title Update dependency hashicorp/terraform to v1.3.1 Update dependency hashicorp/terraform to v1.3.2 Oct 6, 2022
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-1.x branch from 68e5ce1 to b11dc23 Compare October 6, 2022 17:39
@nlamirault nlamirault merged commit 13d6692 into master Oct 7, 2022
@delete-merged-branch delete-merged-branch bot deleted the renovate/hashicorp-terraform-1.x branch October 7, 2022 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/terraform Terraform dependency/terraform Dependency Terraform kind/renovate Categorizes issue or PR as related to Renovate lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. priority/low This issue can probably be picked up by anyone looking to contribute to the project, as an entry fix size/xs Size XS status/review_needed The issue or PR needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant