Skip to content

Commit 1b9f8ca

Browse files
committed
🔖 1.17.1
1 parent b964eb4 commit 1b9f8ca

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@ The actions are versioned as a suite. Some actions may have no change in behavio
88

99
When using an action you can specify the version as:
1010

11-
- `@v1.17.0` to use an exact release
11+
- `@v1.17.1` to use an exact release
1212
- `@v1.17` to use the latest patch release for the specific minor version
1313
- `@v1` to use the latest patch release for the specific major version
1414

15+
## [1.17.1] - 2021-10-06
16+
17+
### Fixed
18+
- Fix ownership of files created in runner mounted directories
19+
20+
As the container is run as root, it can cause issues when root owned files are leftover that the runner can't cleanup.
21+
This would only affect self-hosted, non-ephemeral, non-root runners.
22+
1523
## [1.17.0] - 2021-10-04
1624

1725
### Added
@@ -252,6 +260,7 @@ First release of the GitHub Actions:
252260
- [dflook/terraform-new-workspace](terraform-new-workspace)
253261
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
254262

263+
[1.17.1]: https://github.com/dflook/terraform-github-actions/compare/v1.17.0...v1.17.1
255264
[1.17.0]: https://github.com/dflook/terraform-github-actions/compare/v1.16.0...v1.17.0
256265
[1.16.0]: https://github.com/dflook/terraform-github-actions/compare/v1.15.0...v1.16.0
257266
[1.15.0]: https://github.com/dflook/terraform-github-actions/compare/v1.14.0...v1.15.0

0 commit comments

Comments
 (0)