[stable/jenkins] update pluging versions (#21205)

Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
This commit is contained in:
Torsten Walter
2020-03-03 02:35:37 -08:00
committed by GitHub
parent ee52835ec8
commit 9e19e65f7f
3 changed files with 17 additions and 5 deletions
+12
View File
@@ -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
+1 -1
View File
@@ -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
+4 -4
View File
@@ -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
@@ -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"