Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

chore(deps): update module hashicorp/terraform to v0.12.24 #259

Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 5, 2020

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/terraform require patch v0.12.19 -> v0.12.24

Release Notes

hashicorp/terraform

v0.12.24

Compare Source

NOTES:

  • cli: Windows executable signing.

Our Windows 32-bit and 64-bit executables for this version and up will be signed with a HashiCorp cert. Windows users will no longer see a warning about an "unknown publisher" when running our software.

BUG FIXES:

  • command/login: Fix bug when using terraform login on Windows (#​24397)
  • registry: Fix panic when server is unreachable (#​24411)

v0.12.23

Compare Source

v0.12.22

Compare Source

ENHANCEMENTS:

  • registry: Add configurable retries for module and provider discovery requests to the remote registry (#​24260)
  • registry: Add configurable request timeout for the remote registry client (#​24259)

BUG FIXES:

  • cli: Fix terraform state mv to correctly set the resource each mode based on the target address (#​24254)
  • cli: The terraform plan command (and the implied plan run by terraform apply with no arguments) will now print any warnings that were generated even if there are no changes to be made. (#​24095)

v0.12.21

Compare Source

NEW FEATURES:

  • backend/cos: New backend "cos", supporting using Tencent Cloud Storage as a remote backend.
  • command/login: Enable "terraform login" and add support for UI-generated tokens (#​23995)
  • command/logout: Add "terraform logout" command to remove local credentials (#​24048)

ENHANCEMENTS:

  • command/workspace delete: release lock after workspace removal warning (#​24085)
  • lang/funcs: add setsubtract function (#​23424)

BUG FIXES:

  • command/state show: Fix an issue when a resource has a non-default provider configured (#​24027)
  • backend/remote-state: Fix issues where lingering lock files remained when deleting non-empty workspaces (#​24085)
  • command/import: Release lock if initialization error occurs on import (#​23318)
  • terraform: Fix panic when using for_each with a set containing null values (#​24047)

v0.12.20

Compare Source

ENHANCEMENTS:

  • config: New built-in functions try and can are intended to ease working with data structures whose shape isn't known statically. (#​23794)
  • config: New, optional syntax for required_providers setting in terraform blocks. This is not intended for general use yet but will support upcoming enhancements. [#​23843]

BUG FIXES:

  • command/show: Fix an issue with show and aliased providers (#​23848)
  • core: Always clean up empty resources before empty modules (#​23822)
  • internal/modsdir/manifest: Fix CLI issue with Windows machines (#​23865)

EXPERIMENTS:

  • This release includes an opt-in experiment for custom validation rules on module variables.

    The feature is not yet finalized and is subject to breaking changes even in minor releases, but we're introducing it here in order to solicit feedback from module developers about which use-cases it is meeting, any use-cases it isn't meeting, and any situations where things feel harder to express than they might be.

    Due to the experimental nature of this feature, we do not recommend using it in "production" modules yet and we require an explicit experimental feature opt-in of variable_validation. Depending on what feedback we receive, the design of this experimental feature may change significantly in future versions without an automatic upgrade path.


Renovate configuration

📅 Schedule: 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, check this box

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

@codecov
Copy link

codecov bot commented May 5, 2020

Codecov Report

Merging #259 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #259   +/-   ##
=======================================
  Coverage   52.96%   52.96%           
=======================================
  Files         126      126           
  Lines        6062     6062           
=======================================
  Hits         3211     3211           
  Misses       2657     2657           
  Partials      194      194           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7bdb99c...878b254. Read the comment docs.

@suzuki-shunsuke suzuki-shunsuke merged commit 6f6d445 into master May 5, 2020
@renovate renovate bot deleted the renovate/github.aaakk.us.kg-hashicorp-terraform-0.x branch May 5, 2020 23:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants