Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency git to v5.2.1 #989

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2

Update `git` to version `5.2.1`

## 5.0.1

Update `docker.io/bats/bats` to version `v1.10.0`
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.1
version: 5.0.2
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
Loading