Skip to content

Commit

Permalink
[stable/jenkins] update pluging versions (helm#21205)
Browse files Browse the repository at this point in the history
Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
  • Loading branch information
Torsten Walter authored and Ian Levesque committed Jul 13, 2020
1 parent 78f2418 commit edd6a55
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions stable/jenkins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ numbering uses [semantic versioning](http://semver.org).

NOTE: The change log until version 1.5.7 is auto generated based on git commits. Those include a reference to the git commit to be able to get more details.

## 1.9.20

Update default plugins

- kubernetes:1.24.1
- workflow-job:2.36
- workflow-aggregator:2.6
- credentials-binding:1.21
- git:4.2.0
- configuration-as-code:1.36


## 1.9.19

Update docs for Helm 3
Expand Down
2 changes: 1 addition & 1 deletion stable/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: jenkins
home: https://jenkins.io/
version: 1.9.19
version: 1.9.20
appVersion: lts
description: Open source continuous integration server. It supports multiple SCM tools
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
Expand Down
8 changes: 4 additions & 4 deletions stable/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ master:

# List of plugins to be install during Jenkins master start
installPlugins:
- kubernetes:1.21.2
- kubernetes:1.24.1
- workflow-job:2.36
- workflow-aggregator:2.6
- credentials-binding:1.20
- git:4.0.0
- credentials-binding:1.21
- git:4.2.0

# Enable to always override the installed plugins with the values of 'master.installPlugins' on upgrade or redeployment.
# overwritePlugins: true
Expand Down Expand Up @@ -253,7 +253,7 @@ master:
JCasC:
enabled: false
defaultConfig: false
pluginVersion: "1.32"
pluginVersion: "1.36"
# it's only used when plugin version is <=1.18 for later version the
# configuration as code support plugin is no longer needed
supportPluginVersion: "1.18"
Expand Down

0 comments on commit edd6a55

Please sign in to comment.