From fd3b192c4ffa9b737ee8124512db47a415eac0e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 02:03:05 +0000 Subject: [PATCH 1/3] build(deps-dev): bump org.codehaus.gmavenplus:gmavenplus-plugin Bumps [org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/groovy/GMavenPlus/releases) - [Commits](https://github.com/groovy/GMavenPlus/compare/4.3.0...4.3.1) --- updated-dependencies: - dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6502f54988..60a3635362 100644 --- a/pom.xml +++ b/pom.xml @@ -414,7 +414,7 @@ org.codehaus.gmavenplus gmavenplus-plugin - 4.3.0 + 4.3.1 org.jacoco From 2090883223a4f3f894d7788f64e9a7930d685e57 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 02:52:43 +0000 Subject: [PATCH 2/3] Initial plan From ccfa838c6f10cb635888c5de32d626222ada6b74 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 02:55:37 +0000 Subject: [PATCH 3/3] Update Docker base image from docker:stable to docker:29 The docker:stable tag is deprecated and outdated, causing API version mismatches. Updating to docker:29 ensures compatibility with current Docker daemon versions. Fixes the Docker version issue mentioned in the PR comments. Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com> --- client-java-contrib/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-java-contrib/Dockerfile b/client-java-contrib/Dockerfile index 0900e76b07..da2aa77ba2 100644 --- a/client-java-contrib/Dockerfile +++ b/client-java-contrib/Dockerfile @@ -1,4 +1,4 @@ -FROM docker:stable +FROM docker:29 # install git, bash, kind, kubectl and clone the kubernetes-client/gen code base RUN apk add --no-cache git bash && \