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

Bump github.com/hashicorp/terraform from 0.14.4 to 0.14.7 #556

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2021

Bumps github.com/hashicorp/terraform from 0.14.4 to 0.14.7.

Release notes

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

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)
  • 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)
  • core: Fix init with broken link in plugin_cache_dir (#27447)
  • core: Prevent evaluation of removed data source instances during plan (#27621)
  • core: Don't plan changes for outputs that remain null (#27512)

v0.14.5

0.14.5 (January 20, 2021)

ENHANCEMENTS:

  • backend/pg: The Postgres backend now supports the "scram-sha-256" authentication method. (#26886)

BUG FIXES:

  • cli: Fix formatting of long integers in outputs and console (#27479)
  • cli: Fix redundant check of remote workspace version for local operations (#27498)
  • cli: Fix missing check of remote workspace version for state migration (#27556)
  • cli: Fix world-writable permissions on dependency lock file (#27205)
Changelog

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

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)
  • core: Fix init with broken link in plugin_cache_dir (#27447)
  • core: Prevent evaluation of removed data source instances during plan (#27621)
  • core: Don't plan changes for outputs that remain null (#27512)

0.14.5 (January 20, 2021)

ENHANCEMENTS:

  • backend/pg: The Postgres backend now supports the "scram-sha-256" authentication method. (#26886)

BUG FIXES:

  • cli: Fix formatting of long integers in outputs and console (#27479)
  • cli: Fix redundant check of remote workspace version for local operations (#27498)
  • cli: Fix missing check of remote workspace version for state migration (#27556)
  • cli: Fix world-writable permissions on dependency lock file (#27205)
Commits
  • fce896d Release v0.14.7
  • f2bc0cd Update CHANGELOG.md
  • 3762dac Merge pull request #26895 from hashicorp/alisdair/backport-26865-0.14
  • 3cb12e0 communicator/ssh: Add support for Windows targets (#26865)
  • 05e3a5a Update CHANGELOG.md
  • 59ad45a Merge pull request #27789 from hashicorp/backport/alisdair/json-plan-provider...
  • cde0b24 Merge pull request #27747 from hashicorp/backport/alisdair/optimize-large-mul...
  • f990eff Update CHANGELOG.md
  • c16a976 backport of commit 943df4849128a758aa0917d05d4ab1acc257d086
  • a43338c 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 dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 18, 2021
@codecov
Copy link

codecov bot commented Feb 18, 2021

Codecov Report

Merging #556 (ac02593) into master (9546bcc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #556   +/-   ##
=======================================
  Coverage   77.99%   77.99%           
=======================================
  Files         103      103           
  Lines        2568     2568           
=======================================
  Hits         2003     2003           
  Misses        421      421           
  Partials      144      144           

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/terraform-0.14.7 branch from 1964737 to 8084544 Compare February 19, 2021 14:40
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/terraform-0.14.7 branch 2 times, most recently from b4e3666 to 25caa4f Compare March 3, 2021 14:33
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/terraform-0.14.7 branch from 25caa4f to ac02593 Compare March 9, 2021 07:44
@sonarcloud
Copy link

sonarcloud bot commented Mar 9, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2021

Superseded by #617.

@dependabot dependabot bot closed this Mar 15, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/hashicorp/terraform-0.14.7 branch March 15, 2021 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants