File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,22 @@ The actions are versioned as a suite. Some actions may have no change in behavio
1111
1212When using an action you can specify the version as:
1313
14- - ` @v1.38 .0 ` to use an exact release
15- - ` @v1.38 ` to use the latest patch release for the specific minor version
14+ - ` @v1.39 .0 ` to use an exact release
15+ - ` @v1.39 ` to use the latest patch release for the specific minor version
1616- ` @v1 ` to use the latest patch release for the specific major version
1717
18+ ## [ 1.39.0] - 2023-12-24
19+
20+ ### Added
21+ - Coloured highlighting for the plan in PR comments.
22+
23+ The plan shown in PR comments now uses diff syntax highlighting, making it easier to see the effect of the plan.
24+
25+ ### Fixed
26+ - Some workarounds were added for defective self-hosted runners that run docker based actions in broken environments.
27+
28+ This includes Actions Runner Controller with containerMode: "kubernetes".
29+
1830## [ 1.38.0] - 2023-12-08
1931
2032### Added
@@ -604,6 +616,7 @@ First release of the GitHub Actions:
604616- [dflook/terraform-new-workspace](terraform-new-workspace)
605617- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
606618
619+ [1.39.0] : https://github.com/dflook/terraform-github-actions/compare/v1.38.0...v1.39.0
607620[1.38.0] : https://github.com/dflook/terraform-github-actions/compare/v1.37.0...v1.38.0
608621[1.37.0] : https://github.com/dflook/terraform-github-actions/compare/v1.36.2...v1.37.0
609622[1.36.2] : https://github.com/dflook/terraform-github-actions/compare/v1.36.1...v1.36.2
You can’t perform that action at this time.
0 commit comments