From 48c155738e4424f8524ba81ded3d628d6db2ac7b Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:54:30 +0000 Subject: [PATCH 1/2] chore: Update the JDK8 version in the Packer default values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- provisioning/tools-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index 4d3d5003e..b81c84bbe 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -25,7 +25,7 @@ helm_secrets_version: 4.6.0 jdk11_version: 11.0.22+7 jdk17_version: 17.0.10+7 jdk21_version: 21.0.2+13 -jdk8_version: 8u402-b06 +jdk8_version: 8u412-b08 jenkins_remoting_version: 3206.vb_15dcf73f6a_9 jq_version: 1.6 jxreleaseversion_version: 2.7.3 From 63b730a974f24e2a3cca1bfaee481c4041be43aa Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:54:31 +0000 Subject: [PATCH 2/2] chore: Update the JDK8 version in the goss test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- goss/goss-linux.yaml | 2 +- goss/goss-windows.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/goss/goss-linux.yaml b/goss/goss-linux.yaml index ec22f512a..941596f50 100644 --- a/goss/goss-linux.yaml +++ b/goss/goss-linux.yaml @@ -80,7 +80,7 @@ command: exec: /opt/jdk-8/bin/java -version exit-status: 0 stderr: - - 1.8.0_402 + - 1.8.0_412 maven: exec: mvn -v exit-status: 0 diff --git a/goss/goss-windows.yaml b/goss/goss-windows.yaml index 67f30f0d4..adedac8d1 100644 --- a/goss/goss-windows.yaml +++ b/goss/goss-windows.yaml @@ -27,7 +27,7 @@ command: exec: C:\tools\jdk-8\bin\java -version exit-status: 0 stderr: - - 1.8.0_402 + - 1.8.0_412 nodejs: exec: node --version exit-status: 0