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
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,18 @@ 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.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
13
13
-`@v1` to use the latest patch release for the specific major version
14
14
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
+
15
23
## [1.25.1] - 2022-05-10
16
24
17
25
### Fixed
@@ -406,6 +414,7 @@ First release of the GitHub Actions:
0 commit comments