Skip to content

Commit e1aea42

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

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.120
16+
17+
Update `configuration-as-code` to version `2031.veb_a_fdda_b_3ffd`
18+
1519
## 5.8.119
1620

1721
Update `kubernetes` to version `4416.v2ea_b_5372da_a_e`

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.119
5+
version: 5.8.120
66
appVersion: 2.528.3
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#L432) | 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#L421) | bool | Download the minimum required version or latest version of all dependencies | `true` |
172172
| [controller.installLatestSpecifiedPlugins](./values.yaml#L424) | 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#L413) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4416.v2ea_b_5372da_a_e","workflow-aggregator:608.v67378e9d3db_1","git:5.8.1","configuration-as-code:2006.v001a_2ca_6b_574"]` |
173+
| [controller.installPlugins](./values.yaml#L413) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4416.v2ea_b_5372da_a_e","workflow-aggregator:608.v67378e9d3db_1","git:5.8.1","configuration-as-code:2031.veb_a_fdda_b_3ffd"]` |
174174
| [controller.javaOpts](./values.yaml#L164) | string | Append to `JAVA_OPTS` env var | `nil` |
175175
| [controller.jenkinsAdminEmail](./values.yaml#L98) | string | Email address for the administrator of the Jenkins instance | `nil` |
176176
| [controller.jenkinsHome](./values.yaml#L103) | 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:4416.v2ea_b_5372da_a_e
55
workflow-aggregator:608.v67378e9d3db_1
66
git:5.8.1
7-
configuration-as-code:2006.v001a_2ca_6b_574
7+
configuration-as-code:2031.veb_a_fdda_b_3ffd
88
kubernetes-credentials-provider
99
default config without helm labels:
1010
1: |
1111
|-
1212
kubernetes:4416.v2ea_b_5372da_a_e
1313
workflow-aggregator:608.v67378e9d3db_1
1414
git:5.8.1
15-
configuration-as-code:2006.v001a_2ca_6b_574
15+
configuration-as-code:2031.veb_a_fdda_b_3ffd

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: d3f1e217410d3bd1880599296c8fe2e268034aff3e89acc3d79f088b90d89f85
32+
checksum/config: b052af0e80dc1817de05eeaaddacbfde081a56ea16ffcb6a219f58c64f0cce8e
3333
labels:
3434
app.kubernetes.io/component: jenkins-controller
3535
app.kubernetes.io/instance: my-release
@@ -237,7 +237,7 @@ default values:
237237
name: tmp-volume
238238
render pod annotations:
239239
1: |
240-
checksum/config: d3f1e217410d3bd1880599296c8fe2e268034aff3e89acc3d79f088b90d89f85
240+
checksum/config: b052af0e80dc1817de05eeaaddacbfde081a56ea16ffcb6a219f58c64f0cce8e
241241
fixed-annotation: some-fixed-annotation
242242
templated-annotations: my-release
243243
test scheme for config-reload:
@@ -251,7 +251,7 @@ test scheme for config-reload:
251251
template:
252252
metadata:
253253
annotations:
254-
checksum/config: d3f1e217410d3bd1880599296c8fe2e268034aff3e89acc3d79f088b90d89f85
254+
checksum/config: b052af0e80dc1817de05eeaaddacbfde081a56ea16ffcb6a219f58c64f0cce8e
255255
labels:
256256
app.kubernetes.io/component: jenkins-controller
257257
app.kubernetes.io/instance: my-release

charts/jenkins/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ controller:
414414
- kubernetes:4416.v2ea_b_5372da_a_e
415415
- workflow-aggregator:608.v67378e9d3db_1
416416
- git:5.8.1
417-
- configuration-as-code:2006.v001a_2ca_6b_574
417+
- configuration-as-code:2031.veb_a_fdda_b_3ffd
418418

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

0 commit comments

Comments
 (0)