Skip to content

Commit

Permalink
Update to Jenkins 2.121
Browse files Browse the repository at this point in the history
Update to Jenkins LTS 2.121.3
Update plugins to match
Add CHANGELOG entry missing from 1.2.0
  • Loading branch information
greg-hellings committed Sep 19, 2018
1 parent 8b8bbd3 commit 9bfc1a8
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 19 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
v 1.1.0 (Next)
v 1.3.0 (20 Sep 2018)
- Bump default Jeknins to 2.121
- Update plugins for 2.121 compatibility

v 1.2.0 (18 Sep 2018)
- Bump default Jenkins to 2.89
- Update plugins for 2.89 compatibility
- Drop support for Ansible < 2.4 in order to fix deprecation warnings in newer
versions of Ansible
- Remove older yum mirrors that are no longer useful
- Improve support for local connections
- Modify check_ssh role to use newer wait_for_connection module in Ansible

v 1.1.0 (20 Feb 2018)
- Adds support for jenkins_java_extra_options (#204)
- Adds support for jenkins_security_extra_roles (#204)
- Allow update_center_certificate to be pulled from remote instead of
Expand Down
30 changes: 15 additions & 15 deletions cinch/files/jenkins-plugin-lists/default.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ant==1.8
antisamy-markup-formatter==1.5
apache-httpcomponents-client-4-api==4.5.3-2.1
bouncycastle-api==2.16.2
apache-httpcomponents-client-4-api==4.5.5-3.0
bouncycastle-api==2.17
command-launcher==1.2
credentials==2.1.18
cvs==2.13
cvs==2.14
display-url-api==2.2.0
external-monitor-job==1.7
javadoc==1.4
Expand All @@ -13,21 +13,21 @@ jsch==0.1.54.2
junit==1.24
kerberos-sso==1.4
ldap==1.20
mailer==1.20
mailer==1.21
mapdb-api==1.0.9.0
matrix-auth==2.2
matrix-project==1.12
maven-plugin==3.1
pam-auth==1.3
role-strategy==2.7.0
scm-api==2.2.6
matrix-auth==2.3
matrix-project==1.13
maven-plugin==3.1.2
pam-auth==1.4
role-strategy==2.9.0
scm-api==2.2.7
script-security==1.44
ssh-credentials==1.13
ssh-credentials==1.14
structs==1.14
subversion==2.10.2
swarm==3.10
subversion==2.11.1
swarm==3.13
thinBackup==1.9
windows-slaves==1.3.1
workflow-api==2.27
workflow-api==2.29
workflow-scm-step==2.6
workflow-step-api==2.14
workflow-step-api==2.16
2 changes: 1 addition & 1 deletion cinch/roles/jenkins_master/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ https_enabled: false
# The version of Jenkins to install from the repository. This value is used
# to construct the name of the RPM below as well as update center URLS, so this
# must include the complete "x.y.z" version, e.g. 1.651.3.
jenkins_version: "2.89.4"
jenkins_version: "2.121.3"
# Temporarily remove the jenkins package from the package mananger pinning
# configuration to allow upgrades of the jenkins package. Note that other
# packages blacklisted by the upgrade_blacklist variable will remain pinned via
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='cinch',
version='1.2.0',
version='1.3.0',
description='Cinch continuous integration setup',
long_description=description,
url='https://github.com/RedHatQE/cinch',
Expand Down
2 changes: 1 addition & 1 deletion tests/profile.yml.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.89.4-1.1
version: 2.121.3-1.1
jenkins_home: /var/lib/jenkins
ports:
- 8080
Expand Down

0 comments on commit 9bfc1a8

Please sign in to comment.