Topics
This is the minor release of the servicenow.itsm
collection.
This changelog contains all changes to the modules in this collection that
have been added after the release of servicenow.itsm
1.1.0.
- attachments - Add a client for attachment management. Add support for attachments in change_request, configuration_item, incident and problem modules, including their info counterparts. (ansible-collections#91)
- now inventory plugin - deprecate non constructed features (ansible-collections#97).
- change_request - validates on_hold with its respective field instead of a non-existent "on_hold" state when requiring a hold_reason (ansible-collections#86).
- client - Lowercase all header dict keys on Response initialization for better consistency across Python versions. Fix tests and table client accordingly (ansible-collections#98).
- now - add support for constructed feature in inventory plugin (ansible-collections#35).
- servicenow.itsm.configuration_item_batch - Manage ServiceNow configuration items
v1.1.0 release for ServiceNow ITSM collection.
- Added new query module utility to filter results in info modules (ansible-collections#66).
- Added query parameter to change request info module
- Added query parameter to configuration item info module
- Added query parameter to incident info module
- Added query parameter to problem info module
- Added support for
refresh_token
in login mechanism (ansible-collections#63).
- now - check instance host value before making REST call from the Client (ansible-collections#79).
- servicenow.itsm.now - Inventory source for ServiceNow table records.
- servicenow.itsm.change_request - Manage ServiceNow change requests
- servicenow.itsm.change_request_info - List ServiceNow change requests
- servicenow.itsm.configuration_item - Manage ServiceNow configuration items
- servicenow.itsm.configuration_item_info - List ServiceNow configuration item
- servicenow.itsm.incident - Manage ServiceNow incidents
- servicenow.itsm.incident_info - List ServiceNow incidents
- servicenow.itsm.problem - Manage ServiceNow problems
- servicenow.itsm.problem_info - List ServiceNow problems