diff --git a/charts/jenkins/CHANGELOG.md b/charts/jenkins/CHANGELOG.md index eed14aa8b..61b63fa5a 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.1.14 + +Update `kubernetes` to version `4219.v40ff98cfb_d6f` + ## 5.1.13 Update `docker.io/kiwigrid/k8s-sidecar` to version `1.27.1` diff --git a/charts/jenkins/Chart.yaml b/charts/jenkins/Chart.yaml index 392500c3d..c21dd9c2b 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.1.13 +version: 5.1.14 appVersion: 2.440.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 e7fcc8be2..4fc6ef551 100644 --- a/charts/jenkins/VALUES.md +++ b/charts/jenkins/VALUES.md @@ -155,7 +155,7 @@ The following tables list the configurable parameters of the Jenkins chart and t | [controller.initializeOnce](./values.yaml#L414) | 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#L403) | bool | Download the minimum required version or latest version of all dependencies | `true` | | [controller.installLatestSpecifiedPlugins](./values.yaml#L406) | 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#L395) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4214.vf10083a_42e70","workflow-aggregator:596.v8c21c963d92d","git:5.2.2","configuration-as-code:1775.v810dc950b_514"]` | +| [controller.installPlugins](./values.yaml#L395) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4219.v40ff98cfb_d6f","workflow-aggregator:596.v8c21c963d92d","git:5.2.2","configuration-as-code:1775.v810dc950b_514"]` | | [controller.javaOpts](./values.yaml#L156) | 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 00ded35e0..5cbb37714 100644 --- a/charts/jenkins/unittests/__snapshot__/config-test.yaml.snap +++ b/charts/jenkins/unittests/__snapshot__/config-test.yaml.snap @@ -1,7 +1,7 @@ additional plugins config: 1: | |- - kubernetes:4214.vf10083a_42e70 + kubernetes:4219.v40ff98cfb_d6f workflow-aggregator:596.v8c21c963d92d git:5.2.2 configuration-as-code:1775.v810dc950b_514 @@ -9,7 +9,7 @@ additional plugins config: default config: 1: | |- - kubernetes:4214.vf10083a_42e70 + kubernetes:4219.v40ff98cfb_d6f workflow-aggregator:596.v8c21c963d92d git:5.2.2 configuration-as-code:1775.v810dc950b_514 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 2706f2676..acaf2f922 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: 40d1fce19646fd453a709e77ab5352aa7bd5f86b9f2eae1ece83ce2610b25b1d + checksum/config: 73cd3925dd6aedc269f326eff82c71a94a8140946c73e90702943804c338f2b3 labels: app.kubernetes.io/component: jenkins-controller app.kubernetes.io/instance: my-release @@ -220,7 +220,7 @@ default values: name: tmp-volume render pod annotations: 1: | - checksum/config: 40d1fce19646fd453a709e77ab5352aa7bd5f86b9f2eae1ece83ce2610b25b1d + checksum/config: 73cd3925dd6aedc269f326eff82c71a94a8140946c73e90702943804c338f2b3 fixed-annotation: some-fixed-annotation templated-annotations: my-release test scheme for config-reload: @@ -234,7 +234,7 @@ test scheme for config-reload: template: metadata: annotations: - checksum/config: 40d1fce19646fd453a709e77ab5352aa7bd5f86b9f2eae1ece83ce2610b25b1d + checksum/config: 73cd3925dd6aedc269f326eff82c71a94a8140946c73e90702943804c338f2b3 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 e694aedb9..79678e47c 100644 --- a/charts/jenkins/values.yaml +++ b/charts/jenkins/values.yaml @@ -393,7 +393,7 @@ controller: # Plugins will be installed during Jenkins controller start # -- List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` installPlugins: - - kubernetes:4214.vf10083a_42e70 + - kubernetes:4219.v40ff98cfb_d6f - workflow-aggregator:596.v8c21c963d92d - git:5.2.2 - configuration-as-code:1775.v810dc950b_514