diff --git a/charts/jenkins/CHANGELOG.md b/charts/jenkins/CHANGELOG.md index 40f62f054..b182973c6 100644 --- a/charts/jenkins/CHANGELOG.md +++ b/charts/jenkins/CHANGELOG.md @@ -12,6 +12,10 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0. The changelog until v1.5.7 was auto-generated based on git commits. Those entries include a reference to the git commit to be able to get more details. +## 5.8.7 + +Update `configuration-as-code` to version `1929.v036b_5a_e1f123` + ## 5.8.6 Update `docker.io/kiwigrid/k8s-sidecar` to version `1.29.1` diff --git a/charts/jenkins/Chart.yaml b/charts/jenkins/Chart.yaml index 3d302f120..01ea97bda 100644 --- a/charts/jenkins/Chart.yaml +++ b/charts/jenkins/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: jenkins type: application home: https://www.jenkins.io/ -version: 5.8.6 +version: 5.8.7 appVersion: 2.479.3 description: > Jenkins - Build great things at any scale! As the leading open source automation server, Jenkins provides over 1800 plugins to support building, deploying and automating any project. diff --git a/charts/jenkins/VALUES.md b/charts/jenkins/VALUES.md index d15873bf0..79cb8cad1 100644 --- a/charts/jenkins/VALUES.md +++ b/charts/jenkins/VALUES.md @@ -165,7 +165,7 @@ The following tables list the configurable parameters of the Jenkins chart and t | [controller.initializeOnce](./values.yaml#L424) | bool | Initialize only on first installation. Ensures plugins do not get updated inadvertently. Requires `persistence.enabled` to be set to `true` | `false` | | [controller.installLatestPlugins](./values.yaml#L413) | bool | Download the minimum required version or latest version of all dependencies | `true` | | [controller.installLatestSpecifiedPlugins](./values.yaml#L416) | bool | Set to true to download the latest version of any plugin that is requested to have the latest version | `false` | -| [controller.installPlugins](./values.yaml#L405) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4306.vc91e951ea_eb_d","workflow-aggregator:600.vb_57cdd26fdd7","git:5.7.0","configuration-as-code:1915.vcdd0a_d0d2625"]` | +| [controller.installPlugins](./values.yaml#L405) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4306.vc91e951ea_eb_d","workflow-aggregator:600.vb_57cdd26fdd7","git:5.7.0","configuration-as-code:1929.v036b_5a_e1f123"]` | | [controller.javaOpts](./values.yaml#L162) | string | Append to `JAVA_OPTS` env var | `nil` | | [controller.jenkinsAdminEmail](./values.yaml#L96) | string | Email address for the administrator of the Jenkins instance | `nil` | | [controller.jenkinsHome](./values.yaml#L101) | string | Custom Jenkins home path | `"/var/jenkins_home"` | diff --git a/charts/jenkins/unittests/__snapshot__/config-test.yaml.snap b/charts/jenkins/unittests/__snapshot__/config-test.yaml.snap index 11c6f146f..1c5aa734e 100644 --- a/charts/jenkins/unittests/__snapshot__/config-test.yaml.snap +++ b/charts/jenkins/unittests/__snapshot__/config-test.yaml.snap @@ -4,7 +4,7 @@ additional plugins config: kubernetes:4306.vc91e951ea_eb_d workflow-aggregator:600.vb_57cdd26fdd7 git:5.7.0 - configuration-as-code:1915.vcdd0a_d0d2625 + configuration-as-code:1929.v036b_5a_e1f123 kubernetes-credentials-provider default config: 1: | @@ -12,4 +12,4 @@ default config: kubernetes:4306.vc91e951ea_eb_d workflow-aggregator:600.vb_57cdd26fdd7 git:5.7.0 - configuration-as-code:1915.vcdd0a_d0d2625 + configuration-as-code:1929.v036b_5a_e1f123 diff --git a/charts/jenkins/unittests/__snapshot__/jenkins-controller-statefulset-test.yaml.snap b/charts/jenkins/unittests/__snapshot__/jenkins-controller-statefulset-test.yaml.snap index bb95ff26b..0c176cc3d 100644 --- a/charts/jenkins/unittests/__snapshot__/jenkins-controller-statefulset-test.yaml.snap +++ b/charts/jenkins/unittests/__snapshot__/jenkins-controller-statefulset-test.yaml.snap @@ -15,7 +15,7 @@ default values: template: metadata: annotations: - checksum/config: 52e82c6643fb77cf70daa49053c298ecfd3804445e4d2db395563a31f685993f + checksum/config: bdac36e588435f97baa0b1297cf42b823dad5d660eae417dcd9c2a0315be0b24 labels: app.kubernetes.io/component: jenkins-controller app.kubernetes.io/instance: my-release @@ -222,7 +222,7 @@ default values: name: tmp-volume render pod annotations: 1: | - checksum/config: 52e82c6643fb77cf70daa49053c298ecfd3804445e4d2db395563a31f685993f + checksum/config: bdac36e588435f97baa0b1297cf42b823dad5d660eae417dcd9c2a0315be0b24 fixed-annotation: some-fixed-annotation templated-annotations: my-release test scheme for config-reload: @@ -236,7 +236,7 @@ test scheme for config-reload: template: metadata: annotations: - checksum/config: 52e82c6643fb77cf70daa49053c298ecfd3804445e4d2db395563a31f685993f + checksum/config: bdac36e588435f97baa0b1297cf42b823dad5d660eae417dcd9c2a0315be0b24 labels: app.kubernetes.io/component: jenkins-controller app.kubernetes.io/instance: my-release diff --git a/charts/jenkins/values.yaml b/charts/jenkins/values.yaml index f90537acd..af3487e29 100644 --- a/charts/jenkins/values.yaml +++ b/charts/jenkins/values.yaml @@ -406,7 +406,7 @@ controller: - kubernetes:4306.vc91e951ea_eb_d - workflow-aggregator:600.vb_57cdd26fdd7 - git:5.7.0 - - configuration-as-code:1915.vcdd0a_d0d2625 + - configuration-as-code:1929.v036b_5a_e1f123 # If set to false, Jenkins will download the minimum required version of all dependencies. # -- Download the minimum required version or latest version of all dependencies