You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,25 @@ 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.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
13
13
-`@v1` to use the latest patch release for the specific major version
14
14
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
+
15
30
## [1.22.2] - 2022-02-28
16
31
17
32
### Fixed
@@ -374,6 +389,7 @@ First release of the GitHub Actions:
0 commit comments