File tree 5 files changed +32
-19
lines changed
files/jenkins-plugin-lists
roles/jenkins_master/defaults
5 files changed +32
-19
lines changed Original file line number Diff line number Diff line change 1
- v 1.1.0 (Next)
1
+ v 1.3.0 (20 Sep 2018)
2
+ - Bump default Jeknins to 2.121
3
+ - Update plugins for 2.121 compatibility
4
+
5
+ v 1.2.0 (18 Sep 2018)
6
+ - Bump default Jenkins to 2.89
7
+ - Update plugins for 2.89 compatibility
8
+ - Drop support for Ansible < 2.4 in order to fix deprecation warnings in newer
9
+ versions of Ansible
10
+ - Remove older yum mirrors that are no longer useful
11
+ - Improve support for local connections
12
+ - Modify check_ssh role to use newer wait_for_connection module in Ansible
13
+
14
+ v 1.1.0 (20 Feb 2018)
2
15
- Adds support for jenkins_java_extra_options (#204)
3
16
- Adds support for jenkins_security_extra_roles (#204)
4
17
- Allow update_center_certificate to be pulled from remote instead of
Original file line number Diff line number Diff line change 1
1
ant==1.8
2
2
antisamy-markup-formatter==1.5
3
- apache-httpcomponents-client-4-api==4.5.3-2.1
4
- bouncycastle-api==2.16.2
3
+ apache-httpcomponents-client-4-api==4.5.5-3.0
4
+ bouncycastle-api==2.17
5
5
command-launcher==1.2
6
6
credentials==2.1.18
7
- cvs==2.13
7
+ cvs==2.14
8
8
display-url-api==2.2.0
9
9
external-monitor-job==1.7
10
10
javadoc==1.4
@@ -13,21 +13,21 @@ jsch==0.1.54.2
13
13
junit==1.24
14
14
kerberos-sso==1.4
15
15
ldap==1.20
16
- mailer==1.20
16
+ mailer==1.21
17
17
mapdb-api==1.0.9.0
18
- matrix-auth==2.2
19
- matrix-project==1.12
20
- maven-plugin==3.1
21
- pam-auth==1.3
22
- role-strategy==2.7 .0
23
- scm-api==2.2.6
18
+ matrix-auth==2.3
19
+ matrix-project==1.13
20
+ maven-plugin==3.1.2
21
+ pam-auth==1.4
22
+ role-strategy==2.9 .0
23
+ scm-api==2.2.7
24
24
script-security==1.44
25
- ssh-credentials==1.13
25
+ ssh-credentials==1.14
26
26
structs==1.14
27
- subversion==2.10.2
28
- swarm==3.10
27
+ subversion==2.11.1
28
+ swarm==3.13
29
29
thinBackup==1.9
30
30
windows-slaves==1.3.1
31
- workflow-api==2.27
31
+ workflow-api==2.29
32
32
workflow-scm-step==2.6
33
- workflow-step-api==2.14
33
+ workflow-step-api==2.16
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ https_enabled: false
30
30
# The version of Jenkins to install from the repository. This value is used
31
31
# to construct the name of the RPM below as well as update center URLS, so this
32
32
# must include the complete "x.y.z" version, e.g. 1.651.3.
33
- jenkins_version : " 2.89.4 "
33
+ jenkins_version : " 2.121.3 "
34
34
# Temporarily remove the jenkins package from the package mananger pinning
35
35
# configuration to allow upgrades of the jenkins package. Note that other
36
36
# packages blacklisted by the upgrade_blacklist variable will remain pinned via
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'cinch' ,
10
- version = '1.2 .0' ,
10
+ version = '1.3 .0' ,
11
11
description = 'Cinch continuous integration setup' ,
12
12
long_description = description ,
13
13
url = 'https://github.com/RedHatQE/cinch' ,
Original file line number Diff line number Diff line change 1
- version: 2.89.4 -1.1
1
+ version: 2.121.3 -1.1
2
2
jenkins_home: /var/lib/jenkins
3
3
ports:
4
4
- 8080
You can’t perform that action at this time.
0 commit comments