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.5.0 #1203

Merged
merged 1 commit into from
Sep 19, 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.6.3

Update `git` to version `5.5.0`

## 5.6.2

Update `kubernetes` to version `4288.v1719f9d0c854`
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: jenkins
type: application
home: https://www.jenkins.io/
version: 5.6.2
version: 5.6.3
appVersion: 2.462.2
description: >
Jenkins - Build great things at any scale! As the leading open source automation server, Jenkins provides over 1800 plugins to support building, deploying and automating any project.
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/VALUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
| [controller.initializeOnce](./values.yaml#L420) | bool | Initialize only on first installation. Ensures plugins do not get updated inadvertently. Requires `persistence.enabled` to be set to `true` | `false` |
| [controller.installLatestPlugins](./values.yaml#L409) | bool | Download the minimum required version or latest version of all dependencies | `true` |
| [controller.installLatestSpecifiedPlugins](./values.yaml#L412) | bool | Set to true to download the latest version of any plugin that is requested to have the latest version | `false` |
| [controller.installPlugins](./values.yaml#L401) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4288.v1719f9d0c854","workflow-aggregator:600.vb_57cdd26fdd7","git:5.4.1","configuration-as-code:1850.va_a_8c31d3158b_"]` |
| [controller.installPlugins](./values.yaml#L401) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4288.v1719f9d0c854","workflow-aggregator:600.vb_57cdd26fdd7","git:5.5.0","configuration-as-code:1850.va_a_8c31d3158b_"]` |
| [controller.javaOpts](./values.yaml#L162) | string | Append to `JAVA_OPTS` env var | `nil` |
| [controller.jenkinsAdminEmail](./values.yaml#L96) | string | Email address for the administrator of the Jenkins instance | `nil` |
| [controller.jenkinsHome](./values.yaml#L101) | string | Custom Jenkins home path | `"/var/jenkins_home"` |
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:4288.v1719f9d0c854
workflow-aggregator:600.vb_57cdd26fdd7
git:5.4.1
git:5.5.0
configuration-as-code:1850.va_a_8c31d3158b_
kubernetes-credentials-provider
default config:
1: |
|-
kubernetes:4288.v1719f9d0c854
workflow-aggregator:600.vb_57cdd26fdd7
git:5.4.1
git:5.5.0
configuration-as-code:1850.va_a_8c31d3158b_
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default values:
template:
metadata:
annotations:
checksum/config: d070be6b2e05229b0ea021fc5254173f4f258fbf6cca3112a09a33fc6d267460
checksum/config: 1491735b28adf72f70a03b8ea678e78eeca2eeb0f8d16ff2c45e054cfc84ec87
labels:
app.kubernetes.io/component: jenkins-controller
app.kubernetes.io/instance: my-release
Expand Down Expand Up @@ -221,7 +221,7 @@ default values:
name: tmp-volume
render pod annotations:
1: |
checksum/config: d070be6b2e05229b0ea021fc5254173f4f258fbf6cca3112a09a33fc6d267460
checksum/config: 1491735b28adf72f70a03b8ea678e78eeca2eeb0f8d16ff2c45e054cfc84ec87
fixed-annotation: some-fixed-annotation
templated-annotations: my-release
test scheme for config-reload:
Expand All @@ -235,7 +235,7 @@ test scheme for config-reload:
template:
metadata:
annotations:
checksum/config: d070be6b2e05229b0ea021fc5254173f4f258fbf6cca3112a09a33fc6d267460
checksum/config: 1491735b28adf72f70a03b8ea678e78eeca2eeb0f8d16ff2c45e054cfc84ec87
labels:
app.kubernetes.io/component: jenkins-controller
app.kubernetes.io/instance: my-release
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ controller:
installPlugins:
- kubernetes:4288.v1719f9d0c854
- workflow-aggregator:600.vb_57cdd26fdd7
- git:5.4.1
- git:5.5.0
- configuration-as-code:1850.va_a_8c31d3158b_

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