Releases: jenkinsci/ansible-tower-plugin
ansible-tower-0.8.0
Mostly changes when interacting with Tower:
- Added filtered lookups of items by name to reduce time searching through the results and also prevent pagination issues.
- Plugin now utilizes authtokens after initial login. This should decrease run times when the Tower instance is using an external authenticator (such as LDAP).
- Changes to the logging to try and prevent pagination issues and also enhance the speed of looking up logs.
Contributed code enhancements:
- Source code spelling fixes. (Josh Soref)
- Fixes for warning if passing items (such as credentials) but the job template is not prompting for the item. (Josh Offutt)
- Final check for log entries after the job completes running. (James McShane)
ansible-tower-0.7.0
Fixed an issue with purpose driven logging where ending color codes could have been included in variable values
Added debugging option to Tower configuration
Added set_stats variable detection for variable export
ansible-tower-0.6.1
Bug fixes for last release (it basically didn't work)
Added some checking for passed credentials and inventory (even if an ID is passed)
Also tries to give a better error if extra vars are bad
ansible-tower-0.6.0
Allowed returning variables back to Jenkins via logging
ansible-tower-0.5.4
Plugin now reports if you are passing in a value (like job tags) but prompt on launch is not configured for the job template. JENKINS-48377
Workflows with inventory updates or sum updates no longer fail when pulling logs back into Jenkins. JENKINS-48438
ansible-tower-0.5.3
Fixed bug where existing jobs would get NullPointerExceptions when installing the new version of the plugin.
ansible-tower-0.5.2
Added option to specify workflow or job templates
Thanks again to Alvin Wong for the suggestion.
ansible-tower-0.5.1
Expanded Jenkins EnvVars in all fields being passed to Tower
Thanks to Alvin Wong for the suggestion.
ansible-tower-0.5.0
Initial release