Skip to content

Commit

Permalink
Merge pull request #225 from greg-hellings/release_1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
greg-hellings authored Feb 20, 2018
2 parents f22d3c4 + 2e5bc81 commit a279bc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ v 1.1.0 (Next)
- Fixed jenkins_cli_shell_user variable to work properly, and generate an SSH
key for it if one does not yet exist (#181)
- Removed gather_facts from upload_files roles (#218)
- Improved internal movement of some files and variables to avoid collisions
- Improvements to CI testing runs (#216)
- Move Python testing to tox (#221)
- Provide option to allow anonymous access when Kerberos is enabled (#205)
- Allow keytab and SSL certs to be pulled from remote sources (#224)

v 1.0.0 (01 Feb 2018)
- Update default Jenkins version to 2.60
Expand Down
12 changes: 1 addition & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='cinch',
version='1.0.0',
version='1.1.0',
description='Cinch continuous integration setup',
long_description=description,
url='https://github.com/RedHatQE/cinch',
Expand Down Expand Up @@ -39,16 +39,6 @@
]
},
extras_require={
'lint': [
'flake8',
'ansible-lint',
'yamllint'
],
'test': [
'docker-py',
'pytest-cov',
'codecov'
],
'docs': [
'sphinx_rtd_theme',
'sphinx'
Expand Down

0 comments on commit a279bc2

Please sign in to comment.