Skip to content

Releases: ServiceNowITOM/servicenow-ansible

v1.0.6

28 May 17:15
9fe7d9e
Compare
Choose a tag to compare

Bugfixes

  • Resolves Issues #58, #57, #51 and makes auth backwards compatible by defaulting to OAuth if client_id is present without specifying auth.
  • Order_by is implemented client-side to provide proper sorting as previously documented.

v1.0.5

06 Apr 16:26
6c0a3c6
Compare
Choose a tag to compare

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

03 Feb 16:29
fe8f133
Compare
Choose a tag to compare

Fixes #34
Fixes #35

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

30 Oct 16:39
4fc0269
Compare
Choose a tag to compare
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

16 Oct 18:19
Compare
Choose a tag to compare
v1.0.3-dev4 Pre-release
Pre-release
trailing whitespace

1.0.3-dev3

09 Sep 23:05
Compare
Choose a tag to compare
1.0.3-dev3 Pre-release
Pre-release

Includes fix for issue #22

v1.0.3 development release

23 Jun 19:04
Compare
Choose a tag to compare
Pre-release
v.1.0.3-dev2

update namespace