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

fix(deps): update module github.com/hashicorp/terraform-exec to v0.19.0 #62

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/terraform-exec require minor v0.17.3 -> v0.19.0

Release Notes

hashicorp/terraform-exec (github.com/hashicorp/terraform-exec)

v0.19.0

Compare Source

ENHANCEMENTS:

  • Add support for terraform test command (#​398)
  • Add support for -refresh-only flag for Plan and Apply methods. (#​402)
  • Add support for -destroy flag for Apply (#​292)

BUG FIXES:

  • Fix bug in which the TF_WORKSPACE env var was set to an empty string, instead of being unset as intended. (#​388)

v0.18.1

Compare Source

BUG FIXES:

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

v0.18.0

Compare Source

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-exec-0.x branch from c66b770 to 5968de5 Compare February 24, 2023 12:53
@spoukke spoukke force-pushed the main branch 9 times, most recently from e6f3a4d to 553b3f7 Compare February 28, 2023 12:41
@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-exec-0.x branch from 5968de5 to ec8f385 Compare March 1, 2023 16:27
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/terraform-exec to v0.18.0 fix(deps): update module github.com/hashicorp/terraform-exec to v0.18.1 Mar 1, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-exec-0.x branch from ec8f385 to cdd5a83 Compare March 12, 2023 13:04
@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-exec-0.x branch from cdd5a83 to cfa6df5 Compare May 3, 2023 06:45
@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-exec-0.x branch 4 times, most recently from 0f45d0d to fd78dd1 Compare May 10, 2023 16:18
@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-exec-0.x branch from fd78dd1 to 8830633 Compare May 28, 2023 07:46
@codecov-commenter
Copy link

codecov-commenter commented May 28, 2023

Codecov Report

Merging #62 (2f14c46) into main (6ca1e46) will not change coverage.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##             main      #62   +/-   ##
=======================================
  Coverage   69.31%   69.31%           
=======================================
  Files          29       29           
  Lines        2066     2066           
=======================================
  Hits         1432     1432           
  Misses        554      554           
  Partials       80       80           

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-exec-0.x branch 2 times, most recently from 659c0a5 to 254b132 Compare July 3, 2023 13:37
@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-exec-0.x branch 2 times, most recently from 8792adf to 115e530 Compare July 12, 2023 12:52
@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-exec-0.x branch 3 times, most recently from 7c29571 to a1262a4 Compare August 4, 2023 08:11
corrieriluca
corrieriluca previously approved these changes Aug 4, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/terraform-exec to v0.18.1 fix(deps): update module github.com/hashicorp/terraform-exec to v0.19.0 Aug 31, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-exec-0.x branch from a1262a4 to 4a24587 Compare August 31, 2023 15:53
@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-exec-0.x branch from 4a24587 to 2ac2758 Compare October 10, 2023 08:53
@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-exec-0.x branch from 2ac2758 to fbca0bb Compare October 23, 2023 07:32
@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-exec-0.x branch from fbca0bb to 2f14c46 Compare November 13, 2023 17:11
@Alan-pad Alan-pad merged commit 03637d9 into main Nov 14, 2023
5 checks passed
@renovate renovate bot deleted the renovate/git.luolix.top-hashicorp-terraform-exec-0.x branch November 14, 2023 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants