Skip to content

Commit

Permalink
🔖 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Oct 6, 2021
1 parent b964eb4 commit 1b9f8ca
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ 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.17.0` to use an exact release
- `@v1.17.1` to use an exact release
- `@v1.17` to use the latest patch release for the specific minor version
- `@v1` to use the latest patch release for the specific major version

## [1.17.1] - 2021-10-06

### Fixed
- Fix ownership of files created in runner mounted directories

As the container is run as root, it can cause issues when root owned files are leftover that the runner can't cleanup.
This would only affect self-hosted, non-ephemeral, non-root runners.

## [1.17.0] - 2021-10-04

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

[1.17.1]: https://github.com/dflook/terraform-github-actions/compare/v1.17.0...v1.17.1
[1.17.0]: https://github.com/dflook/terraform-github-actions/compare/v1.16.0...v1.17.0
[1.16.0]: https://github.com/dflook/terraform-github-actions/compare/v1.15.0...v1.16.0
[1.15.0]: https://github.com/dflook/terraform-github-actions/compare/v1.14.0...v1.15.0
Expand Down

0 comments on commit 1b9f8ca

Please sign in to comment.