Skip to content

Commit d37748b

Browse files
committed
🔖 v1.31.1
1 parent e32c271 commit d37748b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ 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.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

0 commit comments

Comments
 (0)