Skip to content

Commit 9ea2534

Browse files
committed
🔖 v1.43.0
1 parent a2ef539 commit 9ea2534

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,17 @@ 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.42.1` to use an exact release
15-
- `@v1.42` to use the latest patch release for the specific minor version
14+
- `@v1.43.0` to use an exact release
15+
- `@v1.43` 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.43.0] - 2024-06-01
19+
20+
### Added
21+
- New [dflook/terraform-test](https://github.com/dflook/terraform-github-actions/tree/main/terraform-test) and [dflook/tofu-test](https://github.com/dflook/terraform-github-actions/tree/main/tofu-test) actions.
22+
23+
These can be used to run automated tests on Terraform/OpenTofu modules using the built-in `test` command.
24+
1825
## [1.42.1] - 2024-05-28
1926

2027
### Fixed
@@ -668,6 +675,7 @@ First release of the GitHub Actions:
668675
- [dflook/terraform-new-workspace](terraform-new-workspace)
669676
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
670677

678+
[1.43.0]: https://github.com/dflook/terraform-github-actions/compare/v1.42.1...v1.43.0
671679
[1.42.1]: https://github.com/dflook/terraform-github-actions/compare/v1.42.0...v1.42.1
672680
[1.42.0]: https://github.com/dflook/terraform-github-actions/compare/v1.41.2...v1.42.0
673681
[1.41.2]: https://github.com/dflook/terraform-github-actions/compare/v1.41.1...v1.41.2

terraform-test/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This is one of a suite of Terraform related actions - find them at [dflook/terraform-github-actions](https://github.com/dflook/terraform-github-actions).
44

55
Execute automated tests on a Terraform module using the built-in `terraform test` command.
6+
If the tests fail, the job will stop with a failure status.
67

78
## Inputs
89

tofu-test/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This is one of a suite of OpenTofu related actions - find them at [dflook/terraform-github-actions](https://github.com/dflook/terraform-github-actions).
44

55
Execute automated tests on an OpenTofu module using the built-in `tofu test` command.
6+
If the tests fail, the job will stop with a failure status.
67

78
## Inputs
89

0 commit comments

Comments
 (0)