diff --git a/CHANGELOG b/CHANGELOG index 830b335..1b25149 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/cinch/files/jenkins-plugin-lists/default.txt b/cinch/files/jenkins-plugin-lists/default.txt index ae3fe95..f1d6b54 100644 --- a/cinch/files/jenkins-plugin-lists/default.txt +++ b/cinch/files/jenkins-plugin-lists/default.txt @@ -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 @@ -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 diff --git a/cinch/roles/jenkins_master/defaults/main.yml b/cinch/roles/jenkins_master/defaults/main.yml index 7bd7779..0189f67 100644 --- a/cinch/roles/jenkins_master/defaults/main.yml +++ b/cinch/roles/jenkins_master/defaults/main.yml @@ -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 diff --git a/setup.py b/setup.py index 2aa0a42..e1f0d31 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/tests/profile.yml.erb b/tests/profile.yml.erb index e452ea7..c344abf 100644 --- a/tests/profile.yml.erb +++ b/tests/profile.yml.erb @@ -1,4 +1,4 @@ -version: 2.89.4-1.1 +version: 2.121.3-1.1 jenkins_home: /var/lib/jenkins ports: - 8080