nlamirault / terraform-oci-oke

Terraform module for Oracle Cloud Infrastructure Kubernete Engine
0 stars 0 forks source link

Update dependency hashicorp/terraform to v1.3.2 #10

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

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`](https://togithub.com/hashicorp/terraform/releases/tag/v1.3.2) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.3.1...v1.3.2) #### 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](https://togithub.com/hashicorp/terraform/issues/31890)) - Prevent errors when the provider reports that a deposed instance no longer exists ([#​31902](https://togithub.com/hashicorp/terraform/issues/31902)) - Using `ignore_changes = all` could cause persistent diffs with legacy providers ([#​31914](https://togithub.com/hashicorp/terraform/issues/31914)) - Fix cycles when resource dependencies cross over between independent provider configurations ([#​31917](https://togithub.com/hashicorp/terraform/issues/31917)) - Improve handling of missing resource instances during `import` ([#​31878](https://togithub.com/hashicorp/terraform/issues/31878)) ### [`v1.3.1`](https://togithub.com/hashicorp/terraform/releases/tag/v1.3.1) [Compare Source](https://togithub.com/hashicorp/terraform/compare/v1.3.0...v1.3.1) #### 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](https://togithub.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](https://togithub.com/hashicorp/terraform/issues/31847)) - Prevent cycles in some situations where a provider depends on resources in the configuration which are participating in planned changes. ([#​31857](https://togithub.com/hashicorp/terraform/issues/31857)) - Fixed an error when attempting to destroy a configuration where resources do not exist in the state. ([#​31858](https://togithub.com/hashicorp/terraform/issues/31858)) - Data sources which cannot be read during will no longer prevent the state from being serialized. ([#​31871](https://togithub.com/hashicorp/terraform/issues/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](https://togithub.com/hashicorp/terraform/issues/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.



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