File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,15 @@ 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.9.1 ` to use an exact release
11
+ - ` @v1.9.2 ` to use an exact release
12
12
- ` @v1.9 ` 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.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
+
15
20
## [ 1.9.1] - 2021-04-21
16
21
17
22
### Fixed
@@ -149,6 +154,7 @@ First release of the GitHub Actions:
149
154
- [ dflook/terraform-destroy-workspace] ( terraform-destroy-workspace )
150
155
151
156
157
+ [ 1.9.2 ] : https://github.com/dflook/terraform-github-actions/compare/v1.9.1...v1.9.2
152
158
[ 1.9.1 ] : https://github.com/dflook/terraform-github-actions/compare/v1.9.0...v1.9.1
153
159
[ 1.9.0 ] : https://github.com/dflook/terraform-github-actions/compare/v1.8.0...v1.9.0
154
160
[ 1.8.0 ] : https://github.com/dflook/terraform-github-actions/compare/v1.7.0...v1.8.0
You can’t perform that action at this time.
0 commit comments