Skip to content

Commit aaf0727

Browse files
committed
🔖 v1.31.0
1 parent 7ce9063 commit aaf0727

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ 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.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
1313
- `@v1` to use the latest patch release for the specific major version
1414

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+
1520
## [1.30.0] - 2022-11-19
1621

1722
### Added
@@ -457,6 +462,7 @@ First release of the GitHub Actions:
457462
- [dflook/terraform-new-workspace](terraform-new-workspace)
458463
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
459464

465+
[1.31.0]: https://github.com/dflook/terraform-github-actions/compare/v1.30.0...v1.31.0
460466
[1.30.0]: https://github.com/dflook/terraform-github-actions/compare/v1.29.1...v1.30.0
461467
[1.29.1]: https://github.com/dflook/terraform-github-actions/compare/v1.29.0...v1.29.1
462468
[1.29.0]: https://github.com/dflook/terraform-github-actions/compare/v1.28.1...v1.29.0

terraform-plan/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ The [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/
5959
Variables set here override any given in `var_file`s.
6060
This **can** be used with remote backends such as Terraform Cloud/Enterprise, with variables set in the remote workspace having precedence.
6161

62-
> :warning: Secret values are not masked in the PR comment. Set a `label` to avoid revealing the variables in the PR.
63-
6462
- Type: string
6563
- Optional
6664

0 commit comments

Comments
 (0)