terraform-provider-mackerel icon indicating copy to clipboard operation
terraform-provider-mackerel copied to clipboard

Bump github.com/hashicorp/terraform from 0.13.5 to 0.14.10

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps github.com/hashicorp/terraform from 0.13.5 to 0.14.10.

Release notes

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

v0.14.10

0.14.10 (April 07, 2021)

BUG FIXES:

  • cli: Only rewrite provider locks file if its contents has changed. (#28230)

v0.14.9

0.14.9 (March 24, 2021)

BUG FIXES:

  • backend/remote: Fix error when migrating existing state to a new workspace on Terraform Cloud/Enterprise. (#28093)

v0.14.8

BUG FIXES:

  • config: Update HCL package to fix panics when indexing using sensitive values (#28034)
  • core: Fix error when using sensitive values in provisioner configuration (#27819)
  • core: Fix empty diags not getting associated with source (#28029)
  • backend/remote: Fix non-functional -lock-timeout argument when using the remote backend with local operations (#27845)

ENHANCEMENTS:

  • config: Terraform now does text processing using the rules and tables defined for Unicode 13. Previous versions were using Unicode 12 rules (#28034)

v0.14.7

0.14.7 (February 17, 2021)

ENHANCEMENTS:

  • cli: Emit an "already installed" event when a provider is found already installed (#27722)
  • provisioner/remote-exec: Can now run in a mode that expects the remote system to be running Windows and excuting commands using the Windows command interpreter, rather than a Unix-style shell. Specify the target_platform as "windows" in the connection block. (#26865)

BUG FIXES:

  • cli: Fix show -json not outputting the full module tree when some child modules have no resources (#27352)
  • cli: Fix excessively slow rendering of very large multi-line string outputs (#27746)
  • cli: Fix missing provider requirements in JSON plan when specified using required_providers instead of provider config (#27697)

v0.14.6

0.14.6 (February 04, 2021)

ENHANCEMENTS:

  • backend/s3: Add support for AWS Single-Sign On (SSO) cached credentials (#27620)

BUG FIXES:

  • cli: Rerunning init will reuse installed providers rather than fetching the provider again (#27582)

... (truncated)

Changelog

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

0.14.10 (April 07, 2021)

BUG FIXES:

  • cli: Only rewrite provider locks file if its contents has changed. (#28230)

0.14.9 (March 24, 2021)

BUG FIXES:

  • backend/remote: Fix error when migrating existing state to a new workspace on Terraform Cloud/Enterprise. (#28093)

0.14.8 (March 10, 2021)

BUG FIXES:

  • config: Update HCL package to fix panics when indexing using sensitive values (#28034)
  • core: Fix error when using sensitive values in provisioner configuration (#27819)
  • core: Fix empty diags not getting associated with source (#28029)
  • backend/remote: Fix non-functional -lock-timeout argument when using the remote backend with local operations (#27845)

ENHANCEMENTS:

  • config: Terraform now does text processing using the rules and tables defined for Unicode 13. Previous versions were using Unicode 12 rules (#28034)

0.14.7 (February 17, 2021)

ENHANCEMENTS:

  • cli: Emit an "already installed" event when a provider is found already installed (#27722)
  • provisioner/remote-exec: Can now run in a mode that expects the remote system to be running Windows and excuting commands using the Windows command interpreter, rather than a Unix-style shell. Specify the target_platform as "windows" in the connection block. (#26865)

BUG FIXES:

  • cli: Fix show -json not outputting the full module tree when some child modules have no resources (#27352)
  • cli: Fix excessively slow rendering of very large multi-line string outputs (#27746)
  • cli: Fix missing provider requirements in JSON plan when specified using required_providers instead of provider config (#27697)

0.14.6 (February 04, 2021)

ENHANCEMENTS:

  • backend/s3: Add support for AWS Single-Sign On (SSO) cached credentials (#27620)

BUG FIXES:

  • cli: Rerunning init will reuse installed providers rather than fetching the provider again (#27582)
  • config: Fix panic when applying a config using sensitive values in some block sets (#27635)
  • core: Fix "Invalid planned change" error when planning tainted resource which no longer exists (#27563)
  • core: Fix panic when refreshing data source which contains sensitive values (#27567)

... (truncated)

Commits
  • a357f1b Release v0.14.10
  • ba6e345 Update CHANGELOG.md
  • 94fa3df Merge pull request #28235 from hashicorp/backport/alisdair/only-rewrite-provi...
  • 6880209 backport of commit 786d99207eb1004f1f93fe562fdbfc226990f336
  • 1c68b7b Cleanup after v0.14.9 release
  • be4dbdc Release v0.14.9
  • de32255 Update CHANGELOG.md
  • 51d84b2 backport of commit da0d8802ed524952ba9f453a49aad796c1db8ef2 (#28161)
  • 5b86279 Merge pull request #28105 from hashicorp/backport/alisdair/fix-new-remote-wor...
  • d14efd5 Update CHANGELOG.md
  • 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)

dependabot[bot] avatar Apr 08 '21 05:04 dependabot[bot]