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-exec from 0.18.1 to 0.19.0 #801

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

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

Release notes

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

v0.19.0

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)
Changelog

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

0.19.0 (August 31, 2023)

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)
Commits
  • 44a44d7 v0.19.0 [skip ci]
  • b55ace7 Bump github.com/hashicorp/hc-install from 0.5.2 to 0.6.0 (#407)
  • 1581bc7 Fix test file extensions in e2e tests (#408)
  • abef36d Bump github.com/zclconf/go-cty from 1.13.3 to 1.14.0 (#406)
  • 08caa9a Update CHANGELOG.md
  • f1b3c61 Update CHANGELOG.md
  • ec5a394 feat: add refresh-only flag for plan and apply methods (#402)
  • 2210f68 apply: allow use of -destroy flag for compatible terraform versions (#292)
  • 6a6a61a Bump actions/checkout from 3.5.3 to 3.6.0 (#404)
  • cff1cb8 tfexec: Initial test command support (#400)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 Sep 25, 2023
@andrewnester andrewnester added this pull request to the merge queue Sep 26, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Sep 26, 2023
Bumps [github.com/hashicorp/terraform-exec](https://github.com/hashicorp/terraform-exec) from 0.18.1 to 0.19.0.
- [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.18.1...v0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/terraform-exec-0.19.0 branch from 09b3a73 to 15c19e8 Compare September 26, 2023 14:37
@andrewnester andrewnester added this pull request to the merge queue Sep 26, 2023
Merged via the queue into main with commit 7cc8b4c Sep 26, 2023
4 checks passed
@andrewnester andrewnester deleted the dependabot/go_modules/github.com/hashicorp/terraform-exec-0.19.0 branch September 26, 2023 15:02
andrewnester added a commit that referenced this pull request Sep 27, 2023
Bundles:
 * Enable target overrides for pipeline clusters ([#792](#792)).
 * Add support for regex patterns in template schema ([#768](#768)).
 * Make the default `databricks bundle init` template more self-explanatory ([#796](#796)).
 * Make a notebook wrapper for Python wheel tasks optional ([#797](#797)).
 * Added a warning when Python wheel wrapper needs to be used ([#807](#807)).

Internal:
 * Added `process.Background()` and `process.Forwarded()` ([#804](#804)).

Dependency updates:
 * Bump golang.org/x/term from 0.11.0 to 0.12.0 ([#798](#798)).
 * Bump github.com/hashicorp/terraform-exec from 0.18.1 to 0.19.0 ([#801](#801)).
 * Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 ([#802](#802)).
@andrewnester andrewnester mentioned this pull request Sep 27, 2023
github-merge-queue bot pushed a commit that referenced this pull request Sep 27, 2023
Bundles:
* Enable target overrides for pipeline clusters
([#792](#792)).
* Add support for regex patterns in template schema
([#768](#768)).
* Make the default `databricks bundle init` template more
self-explanatory ([#796](#796)).
* Make a notebook wrapper for Python wheel tasks optional
([#797](#797)).
* Added a warning when Python wheel wrapper needs to be used
([#807](#807)).

Internal:
* Added `process.Background()` and `process.Forwarded()`
([#804](#804)).

Dependency updates:
* Bump golang.org/x/term from 0.11.0 to 0.12.0
([#798](#798)).
* Bump github.com/hashicorp/terraform-exec from 0.18.1 to 0.19.0
([#801](#801)).
* Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0
([#802](#802)).
hectorcast-db pushed a commit that referenced this pull request Oct 13, 2023
Bumps
[github.com/hashicorp/terraform-exec](https://github.com/hashicorp/terraform-exec)
from 0.18.1 to 0.19.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-exec/releases">github.com/hashicorp/terraform-exec's
releases</a>.</em></p>
<blockquote>
<h2>v0.19.0</h2>
<p>ENHANCEMENTS:</p>
<ul>
<li>Add support for <code>terraform test</code> command (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/398">#398</a>)</li>
<li>Add support for <code>-refresh-only</code> flag for
<code>Plan</code> and <code>Apply</code> methods. (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/402">#402</a>)</li>
<li>Add support for <code>-destroy</code> flag for <code>Apply</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/292">#292</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>Fix bug in which the <code>TF_WORKSPACE</code> env var was set to an
empty string, instead of being unset as intended. (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/388">#388</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-exec/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-exec's
changelog</a>.</em></p>
<blockquote>
<h1>0.19.0 (August 31, 2023)</h1>
<p>ENHANCEMENTS:</p>
<ul>
<li>Add support for <code>terraform test</code> command (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/398">#398</a>)</li>
<li>Add support for <code>-refresh-only</code> flag for
<code>Plan</code> and <code>Apply</code> methods. (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/402">#402</a>)</li>
<li>Add support for <code>-destroy</code> flag for <code>Apply</code>
(<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/292">#292</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>Fix bug in which the <code>TF_WORKSPACE</code> env var was set to an
empty string, instead of being unset as intended. (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/388">#388</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/44a44d702b5840086e1479f1613d14df9699ed16"><code>44a44d7</code></a>
v0.19.0 [skip ci]</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/b55ace7c3f0e0e7eb131a570e40cf6d201f16548"><code>b55ace7</code></a>
Bump github.com/hashicorp/hc-install from 0.5.2 to 0.6.0 (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/407">#407</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/1581bc7ae3485742a874e07a93074bf4e58e1225"><code>1581bc7</code></a>
Fix test file extensions in e2e tests (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/408">#408</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/abef36d075dcfbcdf886aa30d56dd3b28dda4309"><code>abef36d</code></a>
Bump github.com/zclconf/go-cty from 1.13.3 to 1.14.0 (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/406">#406</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/08caa9a0992642dafd7edc2713d10abac5599730"><code>08caa9a</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/f1b3c610bb7d34ea32d51755512a975eb5c20cd0"><code>f1b3c61</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/ec5a394c630391ea92c2d2af998ed332539b3228"><code>ec5a394</code></a>
feat: add refresh-only flag for plan and apply methods (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/402">#402</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/2210f68c70013bc1982c8e4b284294e8aa1ff3a2"><code>2210f68</code></a>
apply: allow use of -destroy flag for compatible terraform versions (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/292">#292</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/6a6a61a676396d97600f4a1be713723598d27e71"><code>6a6a61a</code></a>
Bump actions/checkout from 3.5.3 to 3.6.0 (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/404">#404</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-exec/commit/cff1cb8939e568fc9feb421dd29429859c7a0276"><code>cff1cb8</code></a>
tfexec: Initial test command support (<a
href="https://redirect.github.com/hashicorp/terraform-exec/issues/400">#400</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-exec/compare/v0.18.1...v0.19.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/terraform-exec&package-manager=go_modules&previous-version=0.18.1&new-version=0.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
hectorcast-db pushed a commit that referenced this pull request Oct 13, 2023
Bundles:
* Enable target overrides for pipeline clusters
([#792](#792)).
* Add support for regex patterns in template schema
([#768](#768)).
* Make the default `databricks bundle init` template more
self-explanatory ([#796](#796)).
* Make a notebook wrapper for Python wheel tasks optional
([#797](#797)).
* Added a warning when Python wheel wrapper needs to be used
([#807](#807)).

Internal:
* Added `process.Background()` and `process.Forwarded()`
([#804](#804)).

Dependency updates:
* Bump golang.org/x/term from 0.11.0 to 0.12.0
([#798](#798)).
* Bump github.com/hashicorp/terraform-exec from 0.18.1 to 0.19.0
([#801](#801)).
* Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0
([#802](#802)).
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.

1 participant