From 132d49a1fb5d7da349860e169ba1fb6edb10d710 Mon Sep 17 00:00:00 2001 From: Roman Isbrecht <43374972+romanisb@users.noreply.github.com> Date: Thu, 10 Aug 2023 14:05:05 +0200 Subject: [PATCH] Update JFR image to version 230810_ab62215 (#402) * Update JFR image to version 230810_ab62215 * Switch to minor version change --- changelog.yaml | 10 ++++++++++ charts/steward/Chart.yaml | 4 ++-- charts/steward/values.yaml | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/changelog.yaml b/changelog.yaml index 421d4e9c..c163ee38 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -52,6 +52,16 @@ date: TBD changes: + - type: enhancement + impact: minor + title: Update stewardci-jenkinsfile-runner image to version 230810_ab62215 + description: |- + The new image contains updates for Jenkins core (to 2.375.4), all plugins and the base image. + + See release note for [version 230810_ab62215](https://github.com/SAP/stewardci-jenkinsfilerunner-image/releases/tag/230810_ab62215) + pullRequestNumber: 402 + jiraIssueNumber: 848 + - version: "0.34.0" date: 2023-08-07 changes: diff --git a/charts/steward/Chart.yaml b/charts/steward/Chart.yaml index 9c8d0a6c..77f7857a 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.34.1-dev +version: 0.35.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.34.1-dev +appVersion: 0.35.0-dev diff --git a/charts/steward/values.yaml b/charts/steward/values.yaml index 077a6f20..0ab4d7eb 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:230623_a8a7cbe" + image: "stewardci/stewardci-jenkinsfile-runner:230810_ab62215" imagePullPolicy: IfNotPresent javaOpts: >- -Dhudson.slaves.NodeProvisioner.initialDelay=0