From 83911a45e4e9a94109286a2de60ebecf7592f816 Mon Sep 17 00:00:00 2001 From: John Niang <johnniang@fastmail.com> Date: Mon, 17 Jan 2022 11:32:32 +0800 Subject: [PATCH 1/2] Bump base Jenkins to 2.319.2 According to https://www.jenkins.io/changelog-stable/#v2.319.2. Something should be noticed at https://www.jenkins.io/doc/upgrade-guide/2.319/#upgrading-to-jenkins-lts-2-319-2. --- formula.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formula.yaml b/formula.yaml index aee3c2c..6dca9da 100644 --- a/formula.yaml +++ b/formula.yaml @@ -5,7 +5,7 @@ bundle: vendor: Kubesphere Community buildSettings: docker: - base: jenkins/jenkins:2.319.1 + base: jenkins/jenkins:2.319.2 tag: {{.tag}} output: {{.output}} platform: {{.platform}} From c5d5351a21db2407e621e1b4bbaed6d6784e4e1e Mon Sep 17 00:00:00 2001 From: John Niang <johnniang@fastmail.com> Date: Tue, 22 Feb 2022 18:11:06 +0800 Subject: [PATCH 2/2] Bump base Jenkins to 2.319.3 --- formula.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formula.yaml b/formula.yaml index 6dca9da..ff088f9 100644 --- a/formula.yaml +++ b/formula.yaml @@ -5,7 +5,7 @@ bundle: vendor: Kubesphere Community buildSettings: docker: - base: jenkins/jenkins:2.319.2 + base: jenkins/jenkins:2.319.3 tag: {{.tag}} output: {{.output}} platform: {{.platform}}