You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,22 @@ The actions are versioned as a suite. Some actions may have no change in behavio
8
8
9
9
When using an action you can specify the version as:
10
10
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
13
13
-`@v1` to use the latest patch release for the specific major version
14
14
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
+
15
27
## [1.31.1] - 2022-12-01
16
28
17
29
### Fixed
@@ -468,6 +480,7 @@ First release of the GitHub Actions:
0 commit comments