Skip to content

Commit 7b65258

Browse files
committed
🔖 v1.48.0
1 parent f12ed32 commit 7b65258

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,22 @@ The actions are versioned as a suite. Some actions may have no change in behavio
1111

1212
When using an action you can specify the version as:
1313

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
1616
- `@v1` to use the latest patch release for the specific major version
1717

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+
1830
## [1.47.0] - 2025-02-28
1931

2032
### Added
@@ -724,6 +736,7 @@ First release of the GitHub Actions:
724736
- [dflook/terraform-new-workspace](terraform-new-workspace)
725737
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
726738

739+
[1.48.0]: https://github.com/dflook/terraform-github-actions/compare/v1.47.0...v1.48.0
727740
[1.47.0]: https://github.com/dflook/terraform-github-actions/compare/v1.46.1...v1.47.0
728741
[1.46.1]: https://github.com/dflook/terraform-github-actions/compare/v1.46.0...v1.46.1
729742
[1.46.0]: https://github.com/dflook/terraform-github-actions/compare/v1.45.0...v1.46.0

0 commit comments

Comments
 (0)