MeilleursAgents / terraform-provider-ansiblevault

Read ansible vault from Terraform
https://registry.terraform.io/providers/MeilleursAgents/ansiblevault/latest
MIT License
76 stars 19 forks source link

chore(deps): bump github.com/hashicorp/terraform from 0.13.1 to 0.13.2 #98

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps github.com/hashicorp/terraform from 0.13.1 to 0.13.2.

Release notes

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

v0.13.2

0.13.2 (September 02, 2020)

NEW FEATURES:

  • Network-based Mirrors for Provider Installation: As an addition to the existing capability of "mirroring" providers into the local filesystem, a network mirror allows publishing copies of providers on an HTTP server and using that as an alternative source for provider packages, for situations where directly accessing the origin registries is impossible or undesirable. (#25999)

ENHANCEMENTS:

  • backend/http: add support for configuration by environment variable. (#25439)
  • command: Add support for provider redirects to 0.13upgrade. If a provider in the Terraform Registry has moved to a new namespace, the 0.13upgrade subcommand now detects this and follows the redirect where possible. (#26061)
  • command: Improve init error diagnostics when encountering what appears to be an in-house provider required by a pre-0.13 state file. Terraform will now display suggested terraform state replace-provider commands which will fix this specific problem. (#26066)

BUG FIXES:

  • command: Warn instead of error when the output subcommand with no arguments results in no outputs. This aligns the UI to match the 0 exit code in this situation, which is notable but not necessarily an error. (#26036)
  • terraform: Fix crashing bug when reading data sources during plan with blocks backed by objects, not collections (#26028)
  • terraform: Fix bug where variables values were asked for twice on the command line and provider input values were asked for but not saved (#26063)
Changelog

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

0.13.2 (September 02, 2020)

NEW FEATURES:

  • Network-based Mirrors for Provider Installation: As an addition to the existing capability of "mirroring" providers into the local filesystem, a network mirror allows publishing copies of providers on an HTTP server and using that as an alternative source for provider packages, for situations where directly accessing the origin registries is impossible or undesirable. (#25999)

ENHANCEMENTS:

  • backend/http: add support for configuration by environment variable. (#25439)
  • command: Add support for provider redirects to 0.13upgrade. If a provider in the Terraform Registry has moved to a new namespace, the 0.13upgrade subcommand now detects this and follows the redirect where possible. (#26061)
  • command: Improve init error diagnostics when encountering what appears to be an in-house provider required by a pre-0.13 state file. Terraform will now display suggested terraform state replace-provider commands which will fix this specific problem. (#26066)

BUG FIXES:

  • command: Warn instead of error when the output subcommand with no arguments results in no outputs. This aligns the UI to match the 0 exit code in this situation, which is notable but not necessarily an error. (#26036)
  • terraform: Fix crashing bug when reading data sources during plan with blocks backed by objects, not collections (#26028)
  • terraform: Fix bug where variables values were asked for twice on the command line and provider input values were asked for but not saved (#26063)
Commits
  • 01ed00f Release v0.13.2
  • 503fd1c Update CHANGELOG.md
  • c2e35ae backend/http: add support for configuration by environment variable (#25439)
  • 24f2017 website: Omitunnecessary instruction fror Registry
  • 19a0572 Update CHANGELOG.md
  • 45ac265 Merge pull request #26066 from hashicorp/alisdair/init-legacy-providers-requi...
  • f795083 website: Update 0.13 upgrade for legacy providers
  • 9f824c5 command: Better in-house provider install errors
  • 3547f9e format: Don't wrap space-prefixed diag details
  • 6b4ed24 docs: Provider protocol wire format for values
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   93.65%   93.65%           
=======================================
  Files           5        5           
  Lines         189      189           
=======================================
  Hits          177      177           
  Misses          8        8           
  Partials        4        4           

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 9c38061...06044bf. Read the comment docs.