Skip to content

Commit

Permalink
🔖 v1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Jun 1, 2024
1 parent a2ef539 commit 9ea2534
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@ 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.42.1` to use an exact release
- `@v1.42` to use the latest patch release for the specific minor version
- `@v1.43.0` to use an exact release
- `@v1.43` to use the latest patch release for the specific minor version
- `@v1` to use the latest patch release for the specific major version

## [1.43.0] - 2024-06-01

### Added
- 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.

These can be used to run automated tests on Terraform/OpenTofu modules using the built-in `test` command.

## [1.42.1] - 2024-05-28

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

[1.43.0]: https://github.com/dflook/terraform-github-actions/compare/v1.42.1...v1.43.0
[1.42.1]: https://github.com/dflook/terraform-github-actions/compare/v1.42.0...v1.42.1
[1.42.0]: https://github.com/dflook/terraform-github-actions/compare/v1.41.2...v1.42.0
[1.41.2]: https://github.com/dflook/terraform-github-actions/compare/v1.41.1...v1.41.2
Expand Down
1 change: 1 addition & 0 deletions terraform-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This is one of a suite of Terraform related actions - find them at [dflook/terraform-github-actions](https://github.com/dflook/terraform-github-actions).

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

## Inputs

Expand Down
1 change: 1 addition & 0 deletions tofu-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This is one of a suite of OpenTofu related actions - find them at [dflook/terraform-github-actions](https://github.com/dflook/terraform-github-actions).

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

## Inputs

Expand Down

0 comments on commit 9ea2534

Please sign in to comment.