Skip to content

Commit 13df1d1

Browse files
committed
🔖 v1.9.1
1 parent efae9ac commit 13df1d1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ 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.9.1` to use an exact release
11+
- `@v1.9.2` to use an exact release
1212
- `@v1.9` 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.9.2] - 2021-05-05
16+
17+
### Fixed
18+
- Slow state locking messages were being considered part of the plan, which could cause applys to be aborted.
19+
1520
## [1.9.1] - 2021-04-21
1621

1722
### Fixed
@@ -149,6 +154,7 @@ First release of the GitHub Actions:
149154
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
150155

151156

157+
[1.9.2]: https://github.com/dflook/terraform-github-actions/compare/v1.9.1...v1.9.2
152158
[1.9.1]: https://github.com/dflook/terraform-github-actions/compare/v1.9.0...v1.9.1
153159
[1.9.0]: https://github.com/dflook/terraform-github-actions/compare/v1.8.0...v1.9.0
154160
[1.8.0]: https://github.com/dflook/terraform-github-actions/compare/v1.7.0...v1.8.0

0 commit comments

Comments
 (0)