Skip to content

Commit 4aaa48f

Browse files
committed
🔖 v1.26.0
1 parent 5b8847b commit 4aaa48f

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.25.1` to use an exact release
12-
- `@v1.25` to use the latest patch release for the specific minor version
11+
- `@v1.26.0` to use an exact release
12+
- `@v1.26` 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.26.0] - 2022-05-29
16+
17+
### Added
18+
- The number of moved resources in a plan is summarised in the PR comment.
19+
20+
### Fixed
21+
- The plan was not being correctly extracted when it contained only resource moves, which resulted in noisy PR comments and may have caused apply operations to be aborted - Thanks to [merykozlowska](https://github.com/https://github.com/merykozlowska)!
22+
1523
## [1.25.1] - 2022-05-10
1624

1725
### Fixed
@@ -406,6 +414,7 @@ First release of the GitHub Actions:
406414
- [dflook/terraform-new-workspace](terraform-new-workspace)
407415
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
408416

417+
[1.26.0]: https://github.com/dflook/terraform-github-actions/compare/v1.25.1...v1.26.0
409418
[1.25.1]: https://github.com/dflook/terraform-github-actions/compare/v1.25.0...v1.25.1
410419
[1.25.0]: https://github.com/dflook/terraform-github-actions/compare/v1.24.0...v1.25.0
411420
[1.24.0]: https://github.com/dflook/terraform-github-actions/compare/v1.23.0...v1.24.0

0 commit comments

Comments
 (0)