Skip to content

Commit

Permalink
🔖 v1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed May 29, 2022
1 parent 5b8847b commit 4aaa48f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ The actions are versioned as a suite. Some actions may have no change in behavio

When using an action you can specify the version as:

- `@v1.25.1` to use an exact release
- `@v1.25` to use the latest patch release for the specific minor version
- `@v1.26.0` to use an exact release
- `@v1.26` to use the latest patch release for the specific minor version
- `@v1` to use the latest patch release for the specific major version

## [1.26.0] - 2022-05-29

### Added
- The number of moved resources in a plan is summarised in the PR comment.

### Fixed
- 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)!

## [1.25.1] - 2022-05-10

### Fixed
Expand Down Expand Up @@ -406,6 +414,7 @@ First release of the GitHub Actions:
- [dflook/terraform-new-workspace](terraform-new-workspace)
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)

[1.26.0]: https://github.com/dflook/terraform-github-actions/compare/v1.25.1...v1.26.0
[1.25.1]: https://github.com/dflook/terraform-github-actions/compare/v1.25.0...v1.25.1
[1.25.0]: https://github.com/dflook/terraform-github-actions/compare/v1.24.0...v1.25.0
[1.24.0]: https://github.com/dflook/terraform-github-actions/compare/v1.23.0...v1.24.0
Expand Down

0 comments on commit 4aaa48f

Please sign in to comment.