Skip to content

Commit efc6225

Browse files
chore(deps): update dependency configuration-as-code to v2037 (#1598)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent 8d37b80 commit efc6225

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

charts/jenkins/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
1212
The changelog until v1.5.7 was auto-generated based on git commits.
1313
Those entries include a reference to the git commit to be able to get more details.
1414

15+
## 5.8.134
16+
17+
Update `configuration-as-code` to version `2037.v8e5349845172`
18+
1519
## 5.8.133
1620

1721
Update `configuration-as-code` to version `2036.v0b_c2de701dcb_`

charts/jenkins/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: jenkins
33
type: application
44
home: https://www.jenkins.io/
5-
version: 5.8.133
5+
version: 5.8.134
66
appVersion: 2.541.1
77
description: >
88
Jenkins - Build great things at any scale! As the leading open source automation server, Jenkins provides over 2000 plugins to support building, deploying and automating any project.

charts/jenkins/VALUES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
170170
| [controller.initializeOnce](./values.yaml#L435) | bool | Initialize only on first installation. Ensures plugins do not get updated inadvertently. Requires `persistence.enabled` to be set to `true` | `false` |
171171
| [controller.installLatestPlugins](./values.yaml#L424) | bool | Download the minimum required version or latest version of all dependencies | `true` |
172172
| [controller.installLatestSpecifiedPlugins](./values.yaml#L427) | bool | Set to true to download the latest version of any plugin that is requested to have the latest version | `false` |
173-
| [controller.installPlugins](./values.yaml#L416) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4423.vb_59f230b_ce53","workflow-aggregator:608.v67378e9d3db_1","git:5.9.0","configuration-as-code:2036.v0b_c2de701dcb_"]` |
173+
| [controller.installPlugins](./values.yaml#L416) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4423.vb_59f230b_ce53","workflow-aggregator:608.v67378e9d3db_1","git:5.9.0","configuration-as-code:2037.v8e5349845172"]` |
174174
| [controller.javaOpts](./values.yaml#L167) | string | Append to `JAVA_OPTS` env var | `nil` |
175175
| [controller.jenkinsAdminEmail](./values.yaml#L101) | string | Email address for the administrator of the Jenkins instance | `nil` |
176176
| [controller.jenkinsHome](./values.yaml#L106) | string | Custom Jenkins home path | `"/var/jenkins_home"` |

charts/jenkins/unittests/__snapshot__/config-test.yaml.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ additional plugins config:
44
kubernetes:4423.vb_59f230b_ce53
55
workflow-aggregator:608.v67378e9d3db_1
66
git:5.9.0
7-
configuration-as-code:2036.v0b_c2de701dcb_
7+
configuration-as-code:2037.v8e5349845172
88
kubernetes-credentials-provider
99
default config without helm labels:
1010
1: |
1111
|-
1212
kubernetes:4423.vb_59f230b_ce53
1313
workflow-aggregator:608.v67378e9d3db_1
1414
git:5.9.0
15-
configuration-as-code:2036.v0b_c2de701dcb_
15+
configuration-as-code:2037.v8e5349845172

charts/jenkins/unittests/__snapshot__/jenkins-controller-statefulset-test.yaml.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ default values:
2929
template:
3030
metadata:
3131
annotations:
32-
checksum/config: 51276c51cc688daab92e4542009fe4e94264aab55485f7c337015ab95f60c56f
32+
checksum/config: 818036a40deeec2a99c1188109695b79cedd147e803e5fe7cd917f0d4f477a42
3333
labels:
3434
app.kubernetes.io/component: jenkins-controller
3535
app.kubernetes.io/instance: my-release
@@ -245,7 +245,7 @@ default values:
245245
name: tmp-volume
246246
render pod annotations:
247247
1: |
248-
checksum/config: 51276c51cc688daab92e4542009fe4e94264aab55485f7c337015ab95f60c56f
248+
checksum/config: 818036a40deeec2a99c1188109695b79cedd147e803e5fe7cd917f0d4f477a42
249249
fixed-annotation: some-fixed-annotation
250250
templated-annotations: my-release
251251
test scheme for config-reload:
@@ -259,7 +259,7 @@ test scheme for config-reload:
259259
template:
260260
metadata:
261261
annotations:
262-
checksum/config: 51276c51cc688daab92e4542009fe4e94264aab55485f7c337015ab95f60c56f
262+
checksum/config: 818036a40deeec2a99c1188109695b79cedd147e803e5fe7cd917f0d4f477a42
263263
labels:
264264
app.kubernetes.io/component: jenkins-controller
265265
app.kubernetes.io/instance: my-release

charts/jenkins/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ controller:
417417
- kubernetes:4423.vb_59f230b_ce53
418418
- workflow-aggregator:608.v67378e9d3db_1
419419
- git:5.9.0
420-
- configuration-as-code:2036.v0b_c2de701dcb_
420+
- configuration-as-code:2037.v8e5349845172
421421

422422
# If set to false, Jenkins will download the minimum required version of all dependencies.
423423
# -- Download the minimum required version or latest version of all dependencies

0 commit comments

Comments
 (0)