Skip to content

Commit 9683a53

Browse files
authored
🔖 v1.23.0
1 parent 1c31712 commit 9683a53

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,25 @@ 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.22.2` to use an exact release
12-
- `@v1.22` to use the latest patch release for the specific minor version
11+
- `@v1.23.0` to use an exact release
12+
- `@v1.23` 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.23.0] - 2022-05-02
16+
17+
### Changes
18+
- Input variables no longer help identify the plan comment. Each PR comment is still identified by it's configured terraform backend state file.
19+
This is a very subtle change but enables better reporting of why an apply operation is aborted, e.g. "plan has changed" vs "plan not found".
20+
21+
This means that if you have more than one [dflook/terraform-plan](https://github.com/dflook/terraform-github-actions/tree/master/terraform-plan) action for the same root module but with different variables, you should ensure they use different `label`s.
22+
23+
- The workflow output when an apply has been aborted because of changes in the plan has been clarified - thanks [toast-gear](https://github.com/toast-gear)!
24+
25+
### Fixed
26+
- Pre-release terraform versions now won't be used when selecting the latest terraform version.
27+
- Invalid terraform files that contained an unterminated string would take an extremely long time to parse before failing the job.
28+
- [dflook/terraform-validate](https://github.com/dflook/terraform-github-actions/tree/master/terraform-validate) now automatically sets `terraform.workspace` to `default` when validating a module that uses a `remote` or `cloud` backend.
29+
1530
## [1.22.2] - 2022-02-28
1631

1732
### Fixed
@@ -374,6 +389,7 @@ First release of the GitHub Actions:
374389
- [dflook/terraform-new-workspace](terraform-new-workspace)
375390
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
376391

392+
[1.23.0]: https://github.com/dflook/terraform-github-actions/compare/v1.22.2...v1.23.0
377393
[1.22.2]: https://github.com/dflook/terraform-github-actions/compare/v1.22.1...v1.22.2
378394
[1.22.1]: https://github.com/dflook/terraform-github-actions/compare/v1.22.0...v1.22.1
379395
[1.22.0]: https://github.com/dflook/terraform-github-actions/compare/v1.21.1...v1.22.0

0 commit comments

Comments
 (0)