Skip to content

Commit

Permalink
🔖 v1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Mar 1, 2024
1 parent c270ae8 commit 50c684e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,20 @@ 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.41.2` to use an exact release
- `@v1.41` to use the latest patch release for the specific minor version
- `@v1.42.0` to use an exact release
- `@v1.42` to use the latest patch release for the specific minor version
- `@v1` to use the latest patch release for the specific major version

## [1.42.0] - 2024-03-01

### Added
- A new `GITHUB_DOT_COM_TOKEN` environment variable may be set to an authentication token to use for GitHub.com API requests.

This is only useful to avoid rate limiting when using the actions with GitHub Enterprise together with OpenTofu.

Normally the `GITHUB_TOKEN` environment variable is used for API requests. When using GitHub Enterprise, the `GITHUB_TOKEN` is the token for the GitHub Enterprise instance, and not the GitHub.com API.
OpenTofu requires the GitHub.com API to fetch release information.

## [1.41.2] - 2024-02-11

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

[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
[1.41.1]: https://github.com/dflook/terraform-github-actions/compare/v1.41.0...v1.41.1
[1.41.0]: https://github.com/dflook/terraform-github-actions/compare/v1.40.0...v1.41.0
Expand Down

0 comments on commit 50c684e

Please sign in to comment.