File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,18 @@ The actions are versioned as a suite. Some actions may have no change in behavio
8
8
9
9
When using an action you can specify the version as:
10
10
11
- - ` @v1.17.0 ` to use an exact release
11
+ - ` @v1.17.1 ` to use an exact release
12
12
- ` @v1.17 ` to use the latest patch release for the specific minor version
13
13
- ` @v1 ` to use the latest patch release for the specific major version
14
14
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
+
15
23
## [ 1.17.0] - 2021-10-04
16
24
17
25
### Added
@@ -252,6 +260,7 @@ First release of the GitHub Actions:
252
260
- [dflook/terraform-new-workspace](terraform-new-workspace)
253
261
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
254
262
263
+ [1.17.1] : https://github.com/dflook/terraform-github-actions/compare/v1.17.0...v1.17.1
255
264
[1.17.0] : https://github.com/dflook/terraform-github-actions/compare/v1.16.0...v1.17.0
256
265
[1.16.0] : https://github.com/dflook/terraform-github-actions/compare/v1.15.0...v1.16.0
257
266
[1.15.0] : https://github.com/dflook/terraform-github-actions/compare/v1.14.0...v1.15.0
You can’t perform that action at this time.
0 commit comments