Skip to content

Commit

Permalink
chore(deps): update dependency configuration-as-code to v1810 (#1106)
Browse files Browse the repository at this point in the history
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
  • Loading branch information
jenkins-dependency-updater[bot] committed May 23, 2024
1 parent 72549f1 commit 45c4224
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 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.1.22

Update `configuration-as-code` to version `1810.v9b_c30a_249a_4c`

## 5.1.21

Update `kubernetes` to version `4231.vb_a_6b_8936497d`
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.1.21
version: 5.1.22
appVersion: 2.452.1
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 @@ -155,7 +155,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
| [controller.initializeOnce](./values.yaml#L414) | 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#L403) | bool | Download the minimum required version or latest version of all dependencies | `true` |
| [controller.installLatestSpecifiedPlugins](./values.yaml#L406) | 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#L395) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4231.vb_a_6b_8936497d","workflow-aggregator:596.v8c21c963d92d","git:5.2.2","configuration-as-code:1807.v0175eda_00a_20"]` |
| [controller.installPlugins](./values.yaml#L395) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4231.vb_a_6b_8936497d","workflow-aggregator:596.v8c21c963d92d","git:5.2.2","configuration-as-code:1810.v9b_c30a_249a_4c"]` |
| [controller.javaOpts](./values.yaml#L156) | 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 @@ -4,12 +4,12 @@ additional plugins config:
kubernetes:4231.vb_a_6b_8936497d
workflow-aggregator:596.v8c21c963d92d
git:5.2.2
configuration-as-code:1807.v0175eda_00a_20
configuration-as-code:1810.v9b_c30a_249a_4c
kubernetes-credentials-provider
default config:
1: |
|-
kubernetes:4231.vb_a_6b_8936497d
workflow-aggregator:596.v8c21c963d92d
git:5.2.2
configuration-as-code:1807.v0175eda_00a_20
configuration-as-code:1810.v9b_c30a_249a_4c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default values:
template:
metadata:
annotations:
checksum/config: c9aed333d462eab6de575f53786ddb82985dfe01f3e54c50e5fef7b102039558
checksum/config: 85c2880f8e316aa9cf8880239e2d7a69ec415218877165753536669ce88dbe7a
labels:
app.kubernetes.io/component: jenkins-controller
app.kubernetes.io/instance: my-release
Expand Down Expand Up @@ -220,7 +220,7 @@ default values:
name: tmp-volume
render pod annotations:
1: |
checksum/config: c9aed333d462eab6de575f53786ddb82985dfe01f3e54c50e5fef7b102039558
checksum/config: 85c2880f8e316aa9cf8880239e2d7a69ec415218877165753536669ce88dbe7a
fixed-annotation: some-fixed-annotation
templated-annotations: my-release
test scheme for config-reload:
Expand All @@ -234,7 +234,7 @@ test scheme for config-reload:
template:
metadata:
annotations:
checksum/config: c9aed333d462eab6de575f53786ddb82985dfe01f3e54c50e5fef7b102039558
checksum/config: 85c2880f8e316aa9cf8880239e2d7a69ec415218877165753536669ce88dbe7a
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 @@ -396,7 +396,7 @@ controller:
- kubernetes:4231.vb_a_6b_8936497d
- workflow-aggregator:596.v8c21c963d92d
- git:5.2.2
- configuration-as-code:1807.v0175eda_00a_20
- configuration-as-code:1810.v9b_c30a_249a_4c

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

0 comments on commit 45c4224

Please sign in to comment.