Releases: ServiceNowITOM/servicenow-ansible
Releases · ServiceNowITOM/servicenow-ansible
v1.0.6
v1.0.5
v1.0.5
Major Changes
- refactored client to inherit from AnsibleModule
- supports OpenID Connect authentication protocol
- supports bearer tokens for authentication
Minor Changes
- standardized invocation output
Breaking Changes / Porting Guide
- auth field now required for anything other than Basic authentication
v1.0.4
use new PySnow API interface (0.6.0 - 0.7.X)
add support for parameters (https://developer.servicenow.com/dev.do#!/reference/api/paris/rest/c_TableAPI#table-GET):
- display_value
- exclude_reference_link
- suppress_pagination_header
new tests
search many
search with no result
search with display_value/exclude_reference_link
1.0.3
Release 1.0.3 (#25) * Enhanced Inventory (#3) * add enhanced mode to inventory. update readme. * throw error if update set not installed * Update version for Galaxy * Fix README * Added support for specifying custom service now domain. (#5) Fixes: ansible/ansible#62018 Signed-off-by: Abhijeet Kasurde <[email protected]> * Autopep8 + remove unused sys module * Collection Migration (#8) Check for missing commits vs ansible/ansible devel * adding changelog * update version to 1.1.0 * Enhanced Inventory (#3) * add enhanced mode to inventory. update readme. * throw error if update set not installed * Update version for Galaxy * Fix README * Added support for specifying custom service now domain. (#5) Fixes: ansible/ansible#62018 Signed-off-by: Abhijeet Kasurde <[email protected]> * Autopep8 + remove unused sys module * Collection Migration (#8) Check for missing commits vs ansible/ansible devel * adding changelog * update version to 1.1.0 * fix for ansible-test * fix for ansible-test * fix version # * add CI badge * Add Docs (#13) * add docs for inventory plugin * add docs for modules * Add release automation (#16) * add release automation * fix for CI. duplicate fix from PR #15. Closes issue #14 * Remove unrecognized keyword (#15) * remove unrecognized keyword. issue #14 * fix CI * update namespace * Update inventory to use same auth parameters as modules (#19) * Add antsibull-changelog (#24) * add changelog * remove old changelog * Update docs (#30) Signed-off-by: Abhijeet Kasurde <[email protected]> * Fix hostname transformation (#26) * fix for issue 22 * fix transform host names * fix changelog * add bug fixes * add runtime.yml * reduce line length * trailing whitespace * update release date Co-authored-by: amittell <[email protected]> Co-authored-by: Abhijeet Kasurde <[email protected]>
v1.0.3-dev4
trailing whitespace
1.0.3-dev3
Includes fix for issue #22
v1.0.3 development release
v.1.0.3-dev2 update namespace