From 8d69a8e18e7f47d88a32eb12c98ee588e18122c1 Mon Sep 17 00:00:00 2001 From: Gregory Hellings Date: Fri, 15 Sep 2017 22:52:50 -0500 Subject: [PATCH 1/2] Bump dependency for linchpin and ansible There are syntax changes we use that require the newest versions of Ansible. The latest release of linchpin allows us to, again, work in concert with their versions of Ansible, since they are now unbounded open on the high end --- CHANGELOG | 3 +++ setup.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index df2a988..f191b55 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v 0.8.4 +- Bump to linchpin 1.0.3 and Ansible >= 2.3.2 because of syntax errors (GH #176) + v 0.8.3 (13 Sep 2017) - Clean up TravisCI tests - Clean up Docker UID variable for OpenShift support diff --git a/setup.py b/setup.py index ca29ffc..32b2fd2 100644 --- a/setup.py +++ b/setup.py @@ -29,9 +29,9 @@ packages=find_packages(exclude=('library', 'bin')), include_package_data=True, install_requires=[ - 'ansible>=2.2.1', + 'ansible>=2.3.2', 'plumbum>=1.6.0', - 'linchpin>=1.0.1' + 'linchpin>=1.0.3' ], entry_points={ 'console_scripts': [ From a28eff7c144bf8a471b9163664e621d3d69d265f Mon Sep 17 00:00:00 2001 From: Gregory Hellings Date: Mon, 25 Sep 2017 08:21:56 -0500 Subject: [PATCH 2/2] Bump to linchpin 1.0.4 because of Beaker errors --- CHANGELOG | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f191b55..8321d9e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ v 0.8.4 -- Bump to linchpin 1.0.3 and Ansible >= 2.3.2 because of syntax errors (GH #176) +- Bump to linchpin 1.0.4 and Ansible >= 2.3.2 because of syntax errors (GH #176) v 0.8.3 (13 Sep 2017) - Clean up TravisCI tests diff --git a/setup.py b/setup.py index 32b2fd2..c98a100 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='cinch', - version='0.8.3', + version='0.8.4', description='Cinch continuous integration setup', long_description=description, url='https://github.com/RedHatQE/cinch', @@ -31,7 +31,7 @@ install_requires=[ 'ansible>=2.3.2', 'plumbum>=1.6.0', - 'linchpin>=1.0.3' + 'linchpin>=1.0.4' ], entry_points={ 'console_scripts': [