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

build(deps): bump github.com/hashicorp/terraform-exec from 0.16.1 to 0.18.1 #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 2, 2023

Bumps github.com/hashicorp/terraform-exec from 0.16.1 to 0.18.1.

Release notes

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

v0.18.1

BUG FIXES:

  • Fix bug in which errors returned from commands such as (Terraform).Apply() were missing stderr output from Terraform. (#372)

v0.18.0

BREAKING CHANGES:

  • The following error types have been removed. These errors were based on regex parsing of Terraform CLI's human-readable output into custom error cases. (#352)
    • ErrConfigInvalid
    • ErrLockIdInvalid
    • ErrMissingVar
    • ErrNoConfig
    • ErrNoInit
    • ErrNoWorkspace
    • ErrStateLocked
    • ErrStatePlanRead
    • ErrTFVersionMismatch
    • ErrWorkspaceExists

ENHANCEMENTS:

  • tfexec: Add (Terraform).ApplyJSON(), (Terraform).DestroyJSON(), (Terraform).PlanJSON() and (Terraform).RefreshJSON() methods (#354)
  • tfexec: Add (Terraform).MetadataFunctions() method (#358)

v0.17.3

Please note that terraform-exec now requires Go 1.18.

BUG FIXES:

v0.17.2

ENHANCEMENTS:

  • tfexec: Add (Terraform).SetLogCore() and (Terraform).SetLogProvider() methods (#324)

INTERNAL:

  • Bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 (#323)

v0.17.1

v0.17.0

Changelog

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

0.18.1 (March 01, 2023)

BUG FIXES:

  • Fix bug in which errors returned from commands such as (Terraform).Apply() were missing stderr output from Terraform. (#372)

0.18.0 (February 20, 2023)

BREAKING CHANGES:

  • The following error types have been removed. These errors were based on regex parsing of Terraform CLI's human-readable output into custom error cases. (#352)
    • ErrConfigInvalid
    • ErrLockIdInvalid
    • ErrMissingVar
    • ErrNoConfig
    • ErrNoInit
    • ErrNoWorkspace
    • ErrStateLocked
    • ErrStatePlanRead
    • ErrTFVersionMismatch
    • ErrWorkspaceExists

ENHANCEMENTS:

  • tfexec: Add (Terraform).ApplyJSON(), (Terraform).DestroyJSON(), (Terraform).PlanJSON() and (Terraform).RefreshJSON() methods (#354)
  • tfexec: Add (Terraform).MetadataFunctions() method (#358)

0.17.3 (August 31, 2022)

Please note that terraform-exec now requires Go 1.18.

BUG FIXES:

  • Fix bug in which terraform init was always called with the -force-copy flag (#268)
  • Always pass -no-color flag when calling terraform force-unlock (#270)

0.17.2 (July 01, 2022)

ENHANCEMENTS:

  • tfexec: Add (Terraform).SetLogCore() and (Terraform).SetLogProvider() methods (#324)

INTERNAL:

  • Bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 (#323)

0.17.1 (June 27, 2022)

BUG FIXES:

... (truncated)

Commits

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)

Bumps [github.com/hashicorp/terraform-exec](https://github.com/hashicorp/terraform-exec) from 0.16.1 to 0.18.1.
- [Release notes](https://github.com/hashicorp/terraform-exec/releases)
- [Changelog](https://github.com/hashicorp/terraform-exec/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-exec@v0.16.1...v0.18.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-exec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 2, 2023
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