From a330fbf818697c1262cba5712ab1a8b13bb8dab3 Mon Sep 17 00:00:00 2001 From: ldetmer <1771267+ldetmer@users.noreply.github.com> Date: Thu, 5 Feb 2026 09:16:43 -0500 Subject: [PATCH 1/2] chore: update CHANGELOG for jib-gradle-plugin version 3.5.3 --- jib-gradle-plugin/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jib-gradle-plugin/CHANGELOG.md b/jib-gradle-plugin/CHANGELOG.md index 1a85151213..200a33c5e4 100644 --- a/jib-gradle-plugin/CHANGELOG.md +++ b/jib-gradle-plugin/CHANGELOG.md @@ -9,6 +9,11 @@ All notable changes to this project will be documented in this file. ### Fixed +## 3.5.3 + +### Fixed +- fix: _jibSkaffoldFilesV2 task fails on Gradle 9.0 [#4469](https://github.com/GoogleContainerTools/jib/issues/4469) + ## 3.5.2 ### Added From 5f047751314741a7b73a42d4cd126529b0740088 Mon Sep 17 00:00:00 2001 From: ldetmer <1771267+ldetmer@users.noreply.github.com> Date: Thu, 5 Feb 2026 09:30:20 -0500 Subject: [PATCH 2/2] Update jib-gradle-plugin/CHANGELOG.md for consistency Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- jib-gradle-plugin/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jib-gradle-plugin/CHANGELOG.md b/jib-gradle-plugin/CHANGELOG.md index 200a33c5e4..eb38168488 100644 --- a/jib-gradle-plugin/CHANGELOG.md +++ b/jib-gradle-plugin/CHANGELOG.md @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. ## 3.5.3 ### Fixed -- fix: _jibSkaffoldFilesV2 task fails on Gradle 9.0 [#4469](https://github.com/GoogleContainerTools/jib/issues/4469) +- fix: _jibSkaffoldFilesV2 task fails on Gradle 9.0 ([#4469](https://github.com/GoogleContainerTools/jib/issues/4469)) ## 3.5.2