Skip to content

Latest commit

 

History

History
84 lines (58 loc) · 2.87 KB

CHANGELOG.rst

File metadata and controls

84 lines (58 loc) · 2.87 KB

servicenow.itsm Release Notes

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)
  • 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).
  • 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