mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): Bump hashicorp/tfc-workflows-github from 1.0.2 to 1.0.4 (#1873)
Bumps [hashicorp/tfc-workflows-github](https://github.com/hashicorp/tfc-workflows-github) from 1.0.2 to 1.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/tfc-workflows-github/releases">hashicorp/tfc-workflows-github's releases</a>.</em></p> <blockquote> <h2>v1.0.4</h2> <ul> <li>Fixes issue for missing <code>payload</code> output for <code>create-run</code>, <code>show-run</code>, <code>upload-configuration</code>, and <code>plan-output</code> actions from <a href="https://github.com/hashicorp/tfc-workflows-tooling/releases/tag/v1.0.4">tfc-workflows-tooling@v1.0.4</a></li> </ul> <h2>v1.0.3</h2> <ul> <li>Bug fixes and enhancements from <a href="https://github.com/hashicorp/tfc-workflows-tooling/releases/tag/v1.0.3">tfc-workflows-tolling@v1.0.3</a> version bump</li> <li>Adds run status check step to speculative run template by <a href="https://github.com/mjyocca"><code>@mjyocca</code></a> <a href="https://redirect.github.com/hashicorp/tfc-workflows-github/pull/17">hashicorp/tfc-workflows-github#17</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/tfc-workflows-github/blob/main/CHANGELOG.md">hashicorp/tfc-workflows-github's changelog</a>.</em></p> <blockquote> <h1>v1.0.4</h1> <ul> <li>Fixes issue for missing <code>payload</code> output for <code>create-run</code>, <code>show-run</code>, <code>upload-configuration</code>, and <code>plan-output</code> actions from <a href="https://github.com/hashicorp/tfc-workflows-tooling/releases/tag/v1.0.4">tfc-workflows-tooling@v1.0.4</a></li> </ul> <h1>v1.0.3</h1> <ul> <li>Bug fixes and enhancements from <a href="https://github.com/hashicorp/tfc-workflows-tooling/releases/tag/v1.0.3">tfc-workflows-tooling@v1.0.3</a> version bump</li> <li>Adds run status check step to speculative run template by <a href="https://github.com/mjyocca"><code>@mjyocca</code></a> <a href="https://redirect.github.com/hashicorp/tfc-workflows-github/pull/17">#17</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a9b5237abd"><code>a9b5237</code></a> Prepare v1.0.4 patch release with bug fix (<a href="https://redirect.github.com/hashicorp/tfc-workflows-github/issues/20">#20</a>)</li> <li><a href="b5ae00d6ff"><code>b5ae00d</code></a> Prepare v1.0.3 release (<a href="https://redirect.github.com/hashicorp/tfc-workflows-github/issues/17">#17</a>)</li> <li><a href="e4f1e3729f"><code>e4f1e37</code></a> Add *.properties.json files and mv templates to ./workflow-templates dir (<a href="https://redirect.github.com/hashicorp/tfc-workflows-github/issues/16">#16</a>)</li> <li><a href="ca426e007e"><code>ca426e0</code></a> Add workflow to sync GitHub issues (<a href="https://redirect.github.com/hashicorp/tfc-workflows-github/issues/18">#18</a>)</li> <li>See full diff in <a href="https://github.com/hashicorp/tfc-workflows-github/compare/v1.0.2...v1.0.4">compare view</a></li> </ul> </details> <br /> [](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>
This commit is contained in:
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
# --field branch="$DESTINATION_BRANCH" \
|
||||
# --field sha="$SHA"
|
||||
- name: Upload Configuration
|
||||
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.2
|
||||
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.4
|
||||
id: apply-upload
|
||||
with:
|
||||
workspace: ${{ env.TF_WORKSPACE }}
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
# https://app.terraform.io/app/firezone/workspaces/staging/settings/general
|
||||
directory: "./"
|
||||
- name: Create Plan Run
|
||||
uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.2
|
||||
uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.4
|
||||
id: apply-run
|
||||
env:
|
||||
TF_VAR_api_image_tag: '"${{ github.sha }}"'
|
||||
@@ -81,7 +81,7 @@ jobs:
|
||||
workspace: ${{ env.TF_WORKSPACE }}
|
||||
configuration_version: ${{ steps.apply-upload.outputs.configuration_version_id }}
|
||||
- name: Apply
|
||||
uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.0.2
|
||||
uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.0.4
|
||||
if: fromJSON(steps.apply-run.outputs.payload).data.attributes.actions.IsConfirmable
|
||||
id: apply
|
||||
with:
|
||||
|
||||
6
.github/workflows/terraform.yml
vendored
6
.github/workflows/terraform.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
run: |
|
||||
terraform fmt --check --recursive
|
||||
- name: Upload Configuration
|
||||
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.2
|
||||
uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.4
|
||||
id: plan-upload
|
||||
with:
|
||||
workspace: ${{ env.TF_WORKSPACE }}
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
directory: "./"
|
||||
speculative: true
|
||||
- name: Create Plan Run
|
||||
uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.2
|
||||
uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.4
|
||||
id: plan-run
|
||||
env:
|
||||
TF_VAR_api_image_tag: '"${{ github.sha }}"'
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
configuration_version: ${{ steps.plan-upload.outputs.configuration_version_id }}
|
||||
plan_only: true
|
||||
- name: Get Plan Output
|
||||
uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.0.2
|
||||
uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.0.4
|
||||
id: plan-output
|
||||
with:
|
||||
plan: ${{ fromJSON(steps.plan-run.outputs.payload).data.relationships.plan.data.id }}
|
||||
|
||||
Reference in New Issue
Block a user