[stable/jenkins] Update git plugin to 3.4.0 for CVE-2017-1000084 (#1505)

* [stable/jenkins] Update git plugin to 3.4.0 for CVE-2017-1000084

https://jenkins.io/security/advisory/2017-07-10/ has more information. 
Somewhat serious CSRF vulnerability.

* [stable/jenkins] Bump chart version
This commit is contained in:
Yuvi Panda
2017-07-19 14:31:01 -07:00
committed by Lachlan Evenson
parent 74dda6cdc5
commit 03482f9951
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: jenkins
home: https://jenkins.io/
version: 0.8.1
version: 0.8.2
appVersion: 2.67
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 projects as well as arbitrary scripts.
sources:
+1 -1
View File
@@ -43,7 +43,7 @@ Master:
- workflow-aggregator:2.5
- workflow-job:2.13
- credentials-binding:1.12
- git:3.3.1
- git:3.4.0
# Used to approve a list of groovy functions in pipelines used the script-security plugin. Can be viewed under /scriptApproval
# ScriptApproval:
# - "method groovy.json.JsonSlurperClassic parseText java.lang.String"