Skip to content

Commit a33aa1e

Browse files
committed
🔖 v1.32.0
1 parent 1655d20 commit a33aa1e

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,22 @@ The actions are versioned as a suite. Some actions may have no change in behavio
88

99
When using an action you can specify the version as:
1010

11-
- `@v1.31.1` to use an exact release
12-
- `@v1.31` to use the latest patch release for the specific minor version
11+
- `@v1.32.0` to use an exact release
12+
- `@v1.32` to use the latest patch release for the specific minor version
1313
- `@v1` to use the latest patch release for the specific major version
1414

15+
## [1.32.0] - 2023-01-28
16+
17+
### Added
18+
- A new [dflook/terraform-state-unlock](https://github.com/dflook/terraform-github-actions/tree/main/terraform-state-unlock) action. Thanks [patricktalmeida](https://github.com/patricktalmeida) for working on this!
19+
- Actions that fail because the state was locked will now have the `failure-reason` output set to `state-locked`.
20+
They also have a new `lock-info` output which is a json object with any available lock information.
21+
This affects [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/tree/main/terraform-apply), [dflook/terraform-destroy](https://github.com/dflook/terraform-github-actions/tree/main/terraform-destroy), and [dflook/terraform-destroy-worksapce](https://github.com/dflook/terraform-github-actions/tree/main/terraform-destroy-workspace).
22+
23+
### Changed
24+
- If a terraform operation fails because the state is locked the `failure-reason` output will now be set to `state-locked`,
25+
where before it may have been `apply-failed` or `destroy-failed`.
26+
1527
## [1.31.1] - 2022-12-01
1628

1729
### Fixed
@@ -468,6 +480,7 @@ First release of the GitHub Actions:
468480
- [dflook/terraform-new-workspace](terraform-new-workspace)
469481
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
470482

483+
[1.32.0]: https://github.com/dflook/terraform-github-actions/compare/v1.31.1...v1.32.0
471484
[1.31.1]: https://github.com/dflook/terraform-github-actions/compare/v1.31.0...v1.31.1
472485
[1.31.0]: https://github.com/dflook/terraform-github-actions/compare/v1.30.0...v1.31.0
473486
[1.30.0]: https://github.com/dflook/terraform-github-actions/compare/v1.29.1...v1.30.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ See the documentation for the available actions:
2020
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
2121
- [dflook/terraform-destroy](terraform-destroy)
2222
- [dflook/terraform-version](terraform-version)
23+
- [dflook/terraform-unlock-state](terraform-unlock-state)
2324

2425
## Example Usage
2526
These terraform actions can be added as steps to your own workflow files.

terraform-unlock-state/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ Force unlocks a Terraform remote state.
115115
- Type: string
116116
- Optional
117117

118-
## Outputs
119-
120118
## Example usage
121119

122120
```yaml

0 commit comments

Comments
 (0)