Skip to content

Commit ea92393

Browse files
chore(deps): update dependency git to v5.8.1 (#1549)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent 24f8c47 commit ea92393

6 files changed

Lines changed: 12 additions & 8 deletions

File tree

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.113
16+
17+
Update `git` to version `5.8.1`
18+
1519
## 5.8.112
1620

1721
Update `jenkins/inbound-agent` to version `3355.v388858a_47b_33-3`

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.112
5+
version: 5.8.113
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
@@ -168,7 +168,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
168168
| [controller.initializeOnce](./values.yaml#L429) | bool | Initialize only on first installation. Ensures plugins do not get updated inadvertently. Requires `persistence.enabled` to be set to `true` | `false` |
169169
| [controller.installLatestPlugins](./values.yaml#L418) | bool | Download the minimum required version or latest version of all dependencies | `true` |
170170
| [controller.installLatestSpecifiedPlugins](./values.yaml#L421) | bool | Set to true to download the latest version of any plugin that is requested to have the latest version | `false` |
171-
| [controller.installPlugins](./values.yaml#L410) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4392.v19cea_fdb_5913","workflow-aggregator:608.v67378e9d3db_1","git:5.8.0","configuration-as-code:2006.v001a_2ca_6b_574"]` |
171+
| [controller.installPlugins](./values.yaml#L410) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4392.v19cea_fdb_5913","workflow-aggregator:608.v67378e9d3db_1","git:5.8.1","configuration-as-code:2006.v001a_2ca_6b_574"]` |
172172
| [controller.javaOpts](./values.yaml#L164) | string | Append to `JAVA_OPTS` env var | `nil` |
173173
| [controller.jenkinsAdminEmail](./values.yaml#L98) | string | Email address for the administrator of the Jenkins instance | `nil` |
174174
| [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
@@ -3,13 +3,13 @@ additional plugins config:
33
|-
44
kubernetes:4392.v19cea_fdb_5913
55
workflow-aggregator:608.v67378e9d3db_1
6-
git:5.8.0
6+
git:5.8.1
77
configuration-as-code:2006.v001a_2ca_6b_574
88
kubernetes-credentials-provider
99
default config without helm labels:
1010
1: |
1111
|-
1212
kubernetes:4392.v19cea_fdb_5913
1313
workflow-aggregator:608.v67378e9d3db_1
14-
git:5.8.0
14+
git:5.8.1
1515
configuration-as-code:2006.v001a_2ca_6b_574

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: 93088f429fbf45e0da371a1997d3712f9eaff07c6b2a4e2f142802fa56ea7675
32+
checksum/config: 7d84f18740eccc64513d2285275fa52586c0cfb206f75a610a15212a57e735fc
3333
labels:
3434
app.kubernetes.io/component: jenkins-controller
3535
app.kubernetes.io/instance: my-release
@@ -236,7 +236,7 @@ default values:
236236
name: tmp-volume
237237
render pod annotations:
238238
1: |
239-
checksum/config: 93088f429fbf45e0da371a1997d3712f9eaff07c6b2a4e2f142802fa56ea7675
239+
checksum/config: 7d84f18740eccc64513d2285275fa52586c0cfb206f75a610a15212a57e735fc
240240
fixed-annotation: some-fixed-annotation
241241
templated-annotations: my-release
242242
test scheme for config-reload:
@@ -250,7 +250,7 @@ test scheme for config-reload:
250250
template:
251251
metadata:
252252
annotations:
253-
checksum/config: 93088f429fbf45e0da371a1997d3712f9eaff07c6b2a4e2f142802fa56ea7675
253+
checksum/config: 7d84f18740eccc64513d2285275fa52586c0cfb206f75a610a15212a57e735fc
254254
labels:
255255
app.kubernetes.io/component: jenkins-controller
256256
app.kubernetes.io/instance: my-release

charts/jenkins/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ controller:
410410
installPlugins:
411411
- kubernetes:4392.v19cea_fdb_5913
412412
- workflow-aggregator:608.v67378e9d3db_1
413-
- git:5.8.0
413+
- git:5.8.1
414414
- configuration-as-code:2006.v001a_2ca_6b_574
415415

416416
# If set to false, Jenkins will download the minimum required version of all dependencies.

0 commit comments

Comments
 (0)