From c82ffd0f6b67e0cb5d774a512fc729e9ce371938 Mon Sep 17 00:00:00 2001 From: Roman Isbrecht <43374972+romanisb@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:41:01 +0200 Subject: [PATCH] Update JFR image to version 230822_3c378b2 (#404) --- changelog.yaml | 9 +++++++++ charts/steward/Chart.yaml | 4 ++-- charts/steward/values.yaml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/changelog.yaml b/changelog.yaml index 718cc871..d75739b4 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -52,6 +52,15 @@ date: TBD changes: + - type: enhancement + impact: minor + title: Update stewardci-jenkinsfile-runner image to version 230822_3c378b2 + description: |- + The new image contains updates for Jenkins core (to 2.387.3) and all plugins. + + See release note for [version 230822_3c378b2](https://github.com/SAP/stewardci-jenkinsfilerunner-image/releases/tag/230822_3c378b2) + pullRequestNumber: 404 + - version: "0.35.0" date: 2023-08-10 changes: diff --git a/charts/steward/Chart.yaml b/charts/steward/Chart.yaml index 399ff987..4a91d254 100644 --- a/charts/steward/Chart.yaml +++ b/charts/steward/Chart.yaml @@ -5,8 +5,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.35.1-dev +version: 0.36.0-dev # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 0.35.1-dev +appVersion: 0.36.0-dev diff --git a/charts/steward/values.yaml b/charts/steward/values.yaml index 7deb1923..c2ce7130 100644 --- a/charts/steward/values.yaml +++ b/charts/steward/values.yaml @@ -55,7 +55,7 @@ pipelineRuns: port: '24224' tag: BUILD_LOGS jenkinsfileRunner: - image: "stewardci/stewardci-jenkinsfile-runner:230810_ab62215" + image: "stewardci/stewardci-jenkinsfile-runner:230822_3c378b2" imagePullPolicy: IfNotPresent javaOpts: >- -Dhudson.slaves.NodeProvisioner.initialDelay=0