Skip to content

Commit c198b4e

Browse files
authored
Prepare v1.0.1 release (#8)
* Prepare v1.0.1 release * Update changelog for next release * Update changelog for next release
1 parent c18b3c5 commit c198b4e

8 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# UNRELEASED
2+
3+
# v1.0.1
4+
* Bug fixes and enhancements from [tfc-workflows-tooling@v1.0.1](https://github.com/hashicorp/tfc-workflows-tooling/releases/tag/v1.0.1) version bump
5+
16
# v1.0.0
27

38
First Release

actions/apply-run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ outputs:
3838

3939
runs:
4040
using: docker
41-
image: 'docker://hashicorp/tfci:v1.0.0'
41+
image: 'docker://hashicorp/tfci:v1.0.1'
4242
args:
4343
- tfci
4444
## global flags

actions/cancel-run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ outputs:
3636

3737
runs:
3838
using: docker
39-
image: 'docker://hashicorp/tfci:v1.0.0'
39+
image: 'docker://hashicorp/tfci:v1.0.1'
4040
args:
4141
- tfci
4242
## global flags

actions/create-run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ outputs:
6262

6363
runs:
6464
using: docker
65-
image: 'docker://hashicorp/tfci:v1.0.0'
65+
image: 'docker://hashicorp/tfci:v1.0.1'
6666
args:
6767
- tfci
6868
## global flags

actions/discard-run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ outputs:
3636

3737
runs:
3838
using: docker
39-
image: 'docker://hashicorp/tfci:v1.0.0'
39+
image: 'docker://hashicorp/tfci:v1.0.1'
4040
args:
4141
- tfci
4242
## global flags

actions/plan-output/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ outputs:
3939

4040
runs:
4141
using: docker
42-
image: 'docker://hashicorp/tfci:v1.0.0'
42+
image: 'docker://hashicorp/tfci:v1.0.1'
4343
args:
4444
- tfci
4545
## global flags

actions/show-run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ outputs:
4848

4949
runs:
5050
using: docker
51-
image: 'docker://hashicorp/tfci:v1.0.0'
51+
image: 'docker://hashicorp/tfci:v1.0.1'
5252
args:
5353
- tfci
5454
## global flags

actions/upload-configuration/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ outputs:
4343

4444
runs:
4545
using: docker
46-
image: 'docker://hashicorp/tfci:v1.0.0'
46+
image: 'docker://hashicorp/tfci:v1.0.1'
4747
args:
4848
- tfci
4949
## global flags

0 commit comments

Comments
 (0)