Skip to content

Commit dade45f

Browse files
committed
🔖 v1.28.0
1 parent 8b707cc commit dade45f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@ 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.27.0` to use an exact release
12-
- `@v1.27` to use the latest patch release for the specific minor version
11+
- `@v1.28.0` to use an exact release
12+
- `@v1.28` 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.28.0] - 2022-10-12
16+
17+
### Added
18+
- Terraform version detection rules updated to include information about backends removed in Terraform 1.3.
19+
20+
### Fixed
21+
- Deprecation warnings about the `set-output` actions workflow command.
22+
1523
## [1.27.0] - 2022-08-07
1624

1725
### Added
@@ -426,6 +434,7 @@ First release of the GitHub Actions:
426434
- [dflook/terraform-new-workspace](terraform-new-workspace)
427435
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
428436

437+
[1.28.0]: https://github.com/dflook/terraform-github-actions/compare/v1.27.0...v1.28.0
429438
[1.27.0]: https://github.com/dflook/terraform-github-actions/compare/v1.26.0...v1.27.0
430439
[1.26.0]: https://github.com/dflook/terraform-github-actions/compare/v1.25.1...v1.26.0
431440
[1.25.1]: https://github.com/dflook/terraform-github-actions/compare/v1.25.0...v1.25.1

0 commit comments

Comments
 (0)