From 8faa01230abe3020b624dbb80ee2a104e038d440 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 4 Dec 2023 19:03:29 -0500
Subject: [PATCH] build(deps): Bump hashicorp/tfc-workflows-github from 1.0.4
to 1.1.1 (#2767)
Bumps
[hashicorp/tfc-workflows-github](https://github.com/hashicorp/tfc-workflows-github)
from 1.0.4 to 1.1.1.
Release notes
Sourced from hashicorp/tfc-workflows-github's
releases.
v1.1.1
- Adds new
actions/workspace-output action to fetch the
latest state version output(s) for a given Terraform Cloud
Workspace.
- Bug fixes and enhancements from tfc-workflows-tooling@v1.1.1
Changelog
Sourced from hashicorp/tfc-workflows-github's
changelog.
v1.1.1
- Adds new
actions/workspace-output action to fetch the
latest state version output(s) for a given Terraform Cloud
Workspace.
- Bug fixes and enhancements from tfc-workflows-tooling@v1.1.1
Commits
[](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)
---
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/_terraform.yml | 6 +++---
.github/workflows/cd.yml | 6 +++---
.github/workflows/publish.yml | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/_terraform.yml b/.github/workflows/_terraform.yml
index 85ac67bb1..69f1d9a61 100644
--- a/.github/workflows/_terraform.yml
+++ b/.github/workflows/_terraform.yml
@@ -36,7 +36,7 @@ jobs:
run: |
terraform fmt --check --recursive
- name: Upload Configuration
- uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.4
+ uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.1.1
id: plan-upload
with:
workspace: ${{ env.TF_WORKSPACE }}
@@ -45,7 +45,7 @@ jobs:
directory: "./"
speculative: true
- name: Create Plan Run
- uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.4
+ uses: hashicorp/tfc-workflows-github/actions/create-run@v1.1.1
id: plan-run
env:
TF_VAR_image_tag: '"${{ env.VERSION }}-${{ github.sha }}"'
@@ -55,7 +55,7 @@ jobs:
${{ steps.plan-upload.outputs.configuration_version_id }}
plan_only: true
- name: Get Plan Output
- uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.0.4
+ uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.1.1
id: plan-output
with:
plan: ${{ fromJSON(steps.plan-run.outputs.payload).data.relationships.plan.data.id }}
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index d02afc27a..025c3f43c 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -40,7 +40,7 @@ jobs:
with:
ref: ${{ github.event.workflow_run.head_branch }}
- name: Upload Configuration
- uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.4
+ uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.1.1
id: apply-upload
with:
workspace: ${{ env.TF_WORKSPACE }}
@@ -48,7 +48,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.4
+ uses: hashicorp/tfc-workflows-github/actions/create-run@v1.1.1
id: apply-run
env:
TF_VAR_image_tag: '"${{ env.VERSION }}-${{ github.sha }}"'
@@ -57,7 +57,7 @@ jobs:
configuration_version:
${{ steps.apply-upload.outputs.configuration_version_id }}
- name: Apply
- uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.0.4
+ uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.1.1
if: fromJSON(steps.apply-run.outputs.payload).data.attributes.actions.IsConfirmable
id: apply
with:
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index b0e05057a..4dfdfcc64 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -97,7 +97,7 @@ jobs:
with:
ref: ${{ github.event.workflow_run.head_branch }}
- name: Upload Configuration
- uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.0.4
+ uses: hashicorp/tfc-workflows-github/actions/upload-configuration@v1.1.1
id: apply-upload
with:
workspace: ${{ env.TF_WORKSPACE }}
@@ -105,7 +105,7 @@ jobs:
# https://app.terraform.io/app/firezone/workspaces/production/settings/general
directory: "./"
- name: Create Plan Run
- uses: hashicorp/tfc-workflows-github/actions/create-run@v1.0.4
+ uses: hashicorp/tfc-workflows-github/actions/create-run@v1.1.1
id: apply-run
env:
TF_VAR_image_tag:
@@ -115,7 +115,7 @@ jobs:
configuration_version:
${{ steps.apply-upload.outputs.configuration_version_id }}
- name: Apply
- uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.0.4
+ uses: hashicorp/tfc-workflows-github/actions/apply-run@v1.1.1
if: fromJSON(steps.apply-run.outputs.payload).data.attributes.actions.IsConfirmable
id: apply
with: