Skip to content

Commit a279bc2

Browse files
Merge pull request #225 from greg-hellings/release_1.1.0
Release 1.1.0
2 parents f22d3c4 + 2e5bc81 commit a279bc2

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ v 1.1.0 (Next)
66
- Fixed jenkins_cli_shell_user variable to work properly, and generate an SSH
77
key for it if one does not yet exist (#181)
88
- Removed gather_facts from upload_files roles (#218)
9+
- Improved internal movement of some files and variables to avoid collisions
10+
- Improvements to CI testing runs (#216)
11+
- Move Python testing to tox (#221)
12+
- Provide option to allow anonymous access when Kerberos is enabled (#205)
13+
- Allow keytab and SSL certs to be pulled from remote sources (#224)
914

1015
v 1.0.0 (01 Feb 2018)
1116
- Update default Jenkins version to 2.60

setup.py

+1-11
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='cinch',
12-
version='1.0.0',
12+
version='1.1.0',
1313
description='Cinch continuous integration setup',
1414
long_description=description,
1515
url='https://github.com/RedHatQE/cinch',
@@ -39,16 +39,6 @@
3939
]
4040
},
4141
extras_require={
42-
'lint': [
43-
'flake8',
44-
'ansible-lint',
45-
'yamllint'
46-
],
47-
'test': [
48-
'docker-py',
49-
'pytest-cov',
50-
'codecov'
51-
],
5242
'docs': [
5343
'sphinx_rtd_theme',
5444
'sphinx'

0 commit comments

Comments
 (0)