Skip to content

Commit

Permalink
chore(deps): update dependency git to v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-dependency-updater[bot] committed Feb 1, 2024
1 parent e2c1450 commit e8c5d08
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions charts/jenkins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1

Update `git` to version `5.2.1`

## 5.0.0

> [!CAUTION]
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: jenkins
home: https://jenkins.io/
version: 5.0.0
version: 5.0.1
appVersion: 2.426.3
description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides over 1800 plugins to support building, deploying and automating any project.
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/jenkins/unittests/__snapshot__/config-test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ additional plugins config:
|-
kubernetes:4174.v4230d0ccd951
workflow-aggregator:596.v8c21c963d92d
git:5.1.0
git:5.2.1
configuration-as-code:1670.v564dc8b_982d0
kubernetes-credentials-provider
default config:
1: |
|-
kubernetes:4174.v4230d0ccd951
workflow-aggregator:596.v8c21c963d92d
git:5.1.0
git:5.2.1
configuration-as-code:1670.v564dc8b_982d0
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default values:
template:
metadata:
annotations:
checksum/config: d07ed80fe87695afb403730897369275917d5984231041cbd3b8960d6b230aa2
checksum/config: 10360f23b7d7308778519ca517c40347c3bcdd4e8b0bbb57237e80f33a47d269
labels:
app.kubernetes.io/component: jenkins-controller
app.kubernetes.io/instance: my-release
Expand Down Expand Up @@ -218,6 +218,6 @@ default values:
name: tmp-volume
render pod annotations:
1: |
checksum/config: d07ed80fe87695afb403730897369275917d5984231041cbd3b8960d6b230aa2
checksum/config: 10360f23b7d7308778519ca517c40347c3bcdd4e8b0bbb57237e80f33a47d269
fixed-annotation: some-fixed-annotation
templated-annotations: my-release
2 changes: 1 addition & 1 deletion charts/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ controller:
installPlugins:
- kubernetes:4174.v4230d0ccd951
- workflow-aggregator:596.v8c21c963d92d
- git:5.1.0
- git:5.2.1
- configuration-as-code:1670.v564dc8b_982d0

# Set to false to download the minimum required version of all dependencies.
Expand Down

0 comments on commit e8c5d08

Please sign in to comment.