Releases: RedHatQE/cinch
Releases · RedHatQE/cinch
v0.8.1
- Removed ansible RPM package from jenkins_master role
v0.8.0
- Added support for upgrading to Jenkins 2 from Jenkins 1
- Added support for installing pinned plugins from multiple update centers
- Significant improvements to Groovy script error reporting
- Added ability to configure multiple admin users (jenkins_admin_sids), and to
configure users with CLI access independently of them being admins
(jenkins_cli_users) - Added significant updates to Jenkins configuration for
Kerberos, LDAP/basic auth, backup configurations, and
more - Added oneshot Jenkins backup playbook for cases where cinch will run on
existing Jenkins masters created without cinch - Updated Jenkins repo URL
- Added ability to exclude changes to Jenkins plugins+configuration
- Added configurable NTP server support
- Added ability to install packages on both master and slave with single var.
This renames theadditional_packages
var tojmaster_extra_rpms
to be
consistent with the existingjslave_extra_rpms
, and adds a new var called
extra_rpms
for use in thejenkins_common
role.
Version 0.6.0
- Fully supports provisioning slaves into a Docker container
- Supports running a Docker container as a slave
- Lots of bug fixes
- Cleans up connections with linchpin
Version 0.5.3
- Lots of bug fixes
- Mostly updates to release automation
Version 0.5.1
- Fixes a file path permissions problem with Jenkins slaves
- Changes Jenkins slave shutdown to systemctl instead of pkill
Version 0.5.0
- Moved Jenkins Swarm slaves to use systemd or upstart, depending on the host system.
- Bumped linchpin dependency version to >= 0.9
- Resulted in Ansible dependency bump to 2.2
- Numerous bug fixes and streamlining installs
Version 0.4.1
Quick update to add teardown.yml to the packaging.
Version 0.3.0
A new version, adding a new command line tool, "cinchpin" and integration with the CentOS-PaaS-SIG/linch-pin repository tools.
Version 0.2.1
This is just a loosening of the requirements versions in order to facilitate easier packaging downstream.
Version 0.2.0
An initial release.