File tree 2 files changed +6
-11
lines changed
2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ v 1.1.0 (Next)
6
6
- Fixed jenkins_cli_shell_user variable to work properly, and generate an SSH
7
7
key for it if one does not yet exist (#181)
8
8
- 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)
9
14
10
15
v 1.0.0 (01 Feb 2018)
11
16
- Update default Jenkins version to 2.60
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'cinch' ,
12
- version = '1.0 .0' ,
12
+ version = '1.1 .0' ,
13
13
description = 'Cinch continuous integration setup' ,
14
14
long_description = description ,
15
15
url = 'https://github.com/RedHatQE/cinch' ,
39
39
]
40
40
},
41
41
extras_require = {
42
- 'lint' : [
43
- 'flake8' ,
44
- 'ansible-lint' ,
45
- 'yamllint'
46
- ],
47
- 'test' : [
48
- 'docker-py' ,
49
- 'pytest-cov' ,
50
- 'codecov'
51
- ],
52
42
'docs' : [
53
43
'sphinx_rtd_theme' ,
54
44
'sphinx'
You can’t perform that action at this time.
0 commit comments