From 223efdd4a872788ef7c1f48b9c81931364917131 Mon Sep 17 00:00:00 2001 From: Daniel Flook Date: Sun, 24 Dec 2023 13:30:36 +0000 Subject: [PATCH] :bookmark: v1.39.0 --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1c4a06..953c4b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,22 @@ 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.38.0` to use an exact release -- `@v1.38` to use the latest patch release for the specific minor version +- `@v1.39.0` to use an exact release +- `@v1.39` to use the latest patch release for the specific minor version - `@v1` to use the latest patch release for the specific major version +## [1.39.0] - 2023-12-24 + +### Added +- Coloured highlighting for the plan in PR comments. + + The plan shown in PR comments now uses diff syntax highlighting, making it easier to see the effect of the plan. + +### Fixed +- Some workarounds were added for defective self-hosted runners that run docker based actions in broken environments. + + This includes Actions Runner Controller with containerMode: "kubernetes". + ## [1.38.0] - 2023-12-08 ### Added @@ -604,6 +616,7 @@ First release of the GitHub Actions: - [dflook/terraform-new-workspace](terraform-new-workspace) - [dflook/terraform-destroy-workspace](terraform-destroy-workspace) +[1.39.0]: https://github.com/dflook/terraform-github-actions/compare/v1.38.0...v1.39.0 [1.38.0]: https://github.com/dflook/terraform-github-actions/compare/v1.37.0...v1.38.0 [1.37.0]: https://github.com/dflook/terraform-github-actions/compare/v1.36.2...v1.37.0 [1.36.2]: https://github.com/dflook/terraform-github-actions/compare/v1.36.1...v1.36.2