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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
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.30.0` to use an exact release
12
-
-`@v1.30` to use the latest patch release for the specific minor version
11
+
-`@v1.31.0` to use an exact release
12
+
-`@v1.31` 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.31.0] - 2022-11-22
16
+
17
+
### Added
18
+
- Sensitive values in the `variables` input of [dflook/terraform-plan](https://github.com/dflook/terraform-github-actions/tree/main/terraform-plan) are masked in the PR comment. Previously a `label` was required to avoid revealing sensitive values.
19
+
15
20
## [1.30.0] - 2022-11-19
16
21
17
22
### Added
@@ -457,6 +462,7 @@ First release of the GitHub Actions:
0 commit comments