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
+15-2
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,22 @@ The actions are versioned as a suite. Some actions may have no change in behavio
11
11
12
12
When using an action you can specify the version as:
13
13
14
-
-`@v1.47.0` to use an exact release
15
-
-`@v1.47` to use the latest patch release for the specific minor version
14
+
-`@v1.48.0` to use an exact release
15
+
-`@v1.48` to use the latest patch release for the specific minor version
16
16
-`@v1` to use the latest patch release for the specific major version
17
17
18
+
## [1.48.0] - 2025-03-24
19
+
20
+
### Added
21
+
- A `refresh` input for [dflook/terraform-plan](https://github.com/dflook/terraform-github-actions/tree/main/terraform-plan)/[tofu-plan](https://github.com/dflook/terraform-github-actions/tree/main/tofu-plan)
22
+
and [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/tree/main/terraform-apply)/[tofu-apply](https://github.com/dflook/terraform-github-actions/tree/main/tofu-apply)
23
+
24
+
This defaults to `true` with the current behaviour of refreshing the state before planning or applying.
25
+
When set to `false` the state will not be refreshed, which can be a lot faster but may result in an outdated plan.
26
+
27
+
- New [dflook/terraform-refresh](https://github.com/dflook/terraform-github-actions/tree/main/terraform-refresh)/[tofu-refresh](https://github.com/dflook/terraform-github-actions/tree/main/tofu-refresh)
28
+
actions to update the state file to match the current state of the infrastructure, but doesn't make any changes to the infrastructure.
29
+
18
30
## [1.47.0] - 2025-02-28
19
31
20
32
### Added
@@ -724,6 +736,7 @@ First release of the GitHub Actions:
0 commit comments