File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,16 @@ The actions are versioned as a suite. Some actions may have no change in behavio
88
99When using an action you can specify the version as:
1010
11- - ` @v1.31.0 ` to use an exact release
11+ - ` @v1.31.1 ` to use an exact release
1212- ` @v1.31 ` 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.31.1] - 2022-12-01
16+
17+ ### Fixed
18+ - Failing to read backend config files for the purpose of identifying the backend state. This meant multiple plans with only
19+ different backend config files would overwrite each others PR comments.
20+
1521## [ 1.31.0] - 2022-11-22
1622
1723### Added
@@ -462,6 +468,7 @@ First release of the GitHub Actions:
462468- [dflook/terraform-new-workspace](terraform-new-workspace)
463469- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
464470
471+ [1.31.1] : https://github.com/dflook/terraform-github-actions/compare/v1.31.0...v1.31.1
465472[1.31.0] : https://github.com/dflook/terraform-github-actions/compare/v1.30.0...v1.31.0
466473[1.30.0] : https://github.com/dflook/terraform-github-actions/compare/v1.29.1...v1.30.0
467474[1.29.1] : https://github.com/dflook/terraform-github-actions/compare/v1.29.0...v1.29.1
You can’t perform that action at this time.
0 commit comments