Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 2.7.0 release #410

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ servicenow.itsm Release Notes

.. contents:: Topics

v2.7.0
======

Release Summary
---------------

Add optional aggregation feature to inventory; add ServiceNow Xanadu to integration test matrix

Minor Changes
-------------

- inventory - allow inventory to aggregate multiple hostvars for the same host. (https://github.com/ansible-collections/servicenow.itsm/pull/408)
- tests - Add ServiceNow Xanadu release to test matrix

v2.6.3
======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,3 +436,16 @@ releases:
fragments:
- release_summary.yml
release_date: '2024-08-29'
2.7.0:
changes:
minor_changes:
- inventory - allow inventory to aggregate multiple hostvars for the same host.
(https://github.com/ansible-collections/servicenow.itsm/pull/408)
- tests - Add ServiceNow Xanadu release to test matrix
release_summary: Add optional aggregation feature to inventory; add ServiceNow
Xanadu to integration test matrix
fragments:
- add_xanadu.yaml
- inventory_aggregation.yml
- release_summary.yml
release_date: '2024-10-03'
3 changes: 0 additions & 3 deletions changelogs/fragments/add_xanadu.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/inventory_aggregation.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/release_summary.yml

This file was deleted.

10 changes: 3 additions & 7 deletions docs/servicenow.itsm.api_info_module.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

.. Created with antsibull-docs 2.12.0
.. Created with antsibull-docs 2.14.0

servicenow.itsm.api_info module -- Manage ServiceNow GET requests
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.6.2).
This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.7.0).

It is not included in ``ansible-core``.
To check whether it is installed, run ``ansible-galaxy collection list``.
Expand Down Expand Up @@ -441,7 +440,7 @@ Parameters
See Also
--------

* \ `servicenow.itsm.api <api_module.rst>`__\
* `servicenow.itsm.api <api_module.rst>`__

Manage ServiceNow POST, PATCH and DELETE requests.

Expand All @@ -450,7 +449,6 @@ Examples

.. code-block:: yaml


- name: Retrieve all records from table incident
servicenow.itsm.api_info:
resource: incident
Expand Down Expand Up @@ -489,7 +487,6 @@ Examples




Return Values
-------------
The following are the fields unique to this module:
Expand Down Expand Up @@ -538,4 +535,3 @@ Collection links

* `Issue Tracker <https://github.com/ansible-collections/servicenow.itsm/issues>`__
* `Repository (Sources) <https://github.com/ansible-collections/servicenow.itsm>`__

10 changes: 3 additions & 7 deletions docs/servicenow.itsm.api_module.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

.. Created with antsibull-docs 2.12.0
.. Created with antsibull-docs 2.14.0

servicenow.itsm.api module -- Manage ServiceNow POST, PATCH and DELETE requests
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.6.2).
This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.7.0).

It is not included in ``ansible-core``.
To check whether it is installed, run ``ansible-galaxy collection list``.
Expand Down Expand Up @@ -391,7 +390,7 @@ Parameters
See Also
--------

* \ `servicenow.itsm.api\_info <api_info_module.rst>`__\
* `servicenow.itsm.api\_info <api_info_module.rst>`__

Manage ServiceNow GET requests.

Expand All @@ -400,7 +399,6 @@ Examples

.. code-block:: yaml


- name: Create a record in table incident with specified short_description (which is read from data)
servicenow.itsm.api:
resource: incident
Expand Down Expand Up @@ -499,7 +497,6 @@ Examples




Return Values
-------------
The following are the fields unique to this module:
Expand Down Expand Up @@ -548,4 +545,3 @@ Collection links

* `Issue Tracker <https://github.com/ansible-collections/servicenow.itsm/issues>`__
* `Repository (Sources) <https://github.com/ansible-collections/servicenow.itsm>`__

24 changes: 10 additions & 14 deletions docs/servicenow.itsm.attachment_info_module.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

.. Created with antsibull-docs 2.12.0
.. Created with antsibull-docs 2.14.0

servicenow.itsm.attachment_info module -- a module that users can use to download attachment using sys\_id
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.6.2).
This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.7.0).

It is not included in ``ansible-core``.
To check whether it is installed, run ``ansible-galaxy collection list``.
Expand Down Expand Up @@ -312,16 +311,14 @@ Examples

.. code-block:: yaml


- name: ServiceNow download attachment module
servicenow.itsm.attachment:
instance:
host: https://instance_id.service-now.com
username: user
password: pass
dest: /tmp/sn-attachment
sys_id: 003a3ef24ff1120031577d2ca310c74b

- name: ServiceNow download attachment module
servicenow.itsm.attachment:
instance:
host: https://instance_id.service-now.com
username: user
password: pass
dest: /tmp/sn-attachment
sys_id: 003a3ef24ff1120031577d2ca310c74b



Expand Down Expand Up @@ -437,4 +434,3 @@ Collection links

* `Issue Tracker <https://github.com/ansible-collections/servicenow.itsm/issues>`__
* `Repository (Sources) <https://github.com/ansible-collections/servicenow.itsm>`__

10 changes: 3 additions & 7 deletions docs/servicenow.itsm.attachment_upload_module.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

.. Created with antsibull-docs 2.12.0
.. Created with antsibull-docs 2.14.0

servicenow.itsm.attachment_upload module -- Upload attachment to the selected table
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.6.2).
This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.7.0).

It is not included in ``ansible-core``.
To check whether it is installed, run ``ansible-galaxy collection list``.
Expand Down Expand Up @@ -368,7 +367,7 @@ Notes
See Also
--------

* \ `servicenow.itsm.attachment\_info <attachment_info_module.rst>`__\
* `servicenow.itsm.attachment\_info <attachment_info_module.rst>`__

a module that users can use to download attachment using sys\_id.

Expand All @@ -377,7 +376,6 @@ Examples

.. code-block:: yaml


- name: Upload attachment to table
servicenow.itsm.attachment_upload:
instance:
Expand All @@ -395,7 +393,6 @@ Examples




Return Values
-------------
The following are the fields unique to this module:
Expand Down Expand Up @@ -444,4 +441,3 @@ Collection links

* `Issue Tracker <https://github.com/ansible-collections/servicenow.itsm/issues>`__
* `Repository (Sources) <https://github.com/ansible-collections/servicenow.itsm>`__

10 changes: 3 additions & 7 deletions docs/servicenow.itsm.change_request_info_module.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

.. Created with antsibull-docs 2.12.0
.. Created with antsibull-docs 2.14.0

servicenow.itsm.change_request_info module -- List ServiceNow change requests
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.6.2).
This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.7.0).

It is not included in ``ansible-core``.
To check whether it is installed, run ``ansible-galaxy collection list``.
Expand Down Expand Up @@ -457,7 +456,7 @@ Parameters
See Also
--------

* \ `servicenow.itsm.change\_request <change_request_module.rst>`__\
* `servicenow.itsm.change\_request <change_request_module.rst>`__

Manage ServiceNow change requests.

Expand All @@ -466,7 +465,6 @@ Examples

.. code-block:: yaml


- name: Retrieve all change requests
servicenow.itsm.change_request_info:
register: result
Expand Down Expand Up @@ -503,7 +501,6 @@ Examples




Return Values
-------------
The following are the fields unique to this module:
Expand Down Expand Up @@ -555,4 +552,3 @@ Collection links

* `Issue Tracker <https://github.com/ansible-collections/servicenow.itsm/issues>`__
* `Repository (Sources) <https://github.com/ansible-collections/servicenow.itsm>`__

10 changes: 3 additions & 7 deletions docs/servicenow.itsm.change_request_module.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

.. Created with antsibull-docs 2.12.0
.. Created with antsibull-docs 2.14.0

servicenow.itsm.change_request module -- Manage ServiceNow change requests
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.6.2).
This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.7.0).

It is not included in ``ansible-core``.
To check whether it is installed, run ``ansible-galaxy collection list``.
Expand Down Expand Up @@ -739,7 +738,7 @@ Parameters
See Also
--------

* \ `servicenow.itsm.change\_request\_info <change_request_info_module.rst>`__\
* `servicenow.itsm.change\_request\_info <change_request_info_module.rst>`__

List ServiceNow change requests.

Expand All @@ -748,7 +747,6 @@ Examples

.. code-block:: yaml


- name: Create change request
servicenow.itsm.change_request:
instance:
Expand Down Expand Up @@ -809,7 +807,6 @@ Examples




Authors
~~~~~~~

Expand All @@ -825,4 +822,3 @@ Collection links

* `Issue Tracker <https://github.com/ansible-collections/servicenow.itsm/issues>`__
* `Repository (Sources) <https://github.com/ansible-collections/servicenow.itsm>`__

10 changes: 3 additions & 7 deletions docs/servicenow.itsm.change_request_task_info_module.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

.. Created with antsibull-docs 2.12.0
.. Created with antsibull-docs 2.14.0

servicenow.itsm.change_request_task_info module -- List ServiceNow change request tasks
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.6.2).
This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.7.0).

It is not included in ``ansible-core``.
To check whether it is installed, run ``ansible-galaxy collection list``.
Expand Down Expand Up @@ -385,7 +384,7 @@ Parameters
See Also
--------

* \ `servicenow.itsm.change\_request\_task <change_request_task_module.rst>`__\
* `servicenow.itsm.change\_request\_task <change_request_task_module.rst>`__

Manage ServiceNow change request tasks.

Expand All @@ -394,7 +393,6 @@ Examples

.. code-block:: yaml


- name: Retrieve all change request tasks
servicenow.itsm.change_request_task_info:
register: result
Expand Down Expand Up @@ -431,7 +429,6 @@ Examples




Return Values
-------------
The following are the fields unique to this module:
Expand Down Expand Up @@ -483,4 +480,3 @@ Collection links

* `Issue Tracker <https://github.com/ansible-collections/servicenow.itsm/issues>`__
* `Repository (Sources) <https://github.com/ansible-collections/servicenow.itsm>`__

10 changes: 3 additions & 7 deletions docs/servicenow.itsm.change_request_task_module.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

.. Created with antsibull-docs 2.12.0
.. Created with antsibull-docs 2.14.0

servicenow.itsm.change_request_task module -- Manage ServiceNow change request tasks
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.6.2).
This module is part of the `servicenow.itsm collection <https://galaxy.ansible.com/ui/repo/published/servicenow/itsm/>`_ (version 2.7.0).

It is not included in ``ansible-core``.
To check whether it is installed, run ``ansible-galaxy collection list``.
Expand Down Expand Up @@ -606,7 +605,7 @@ Parameters
See Also
--------

* \ `servicenow.itsm.change\_request\_task\_info <change_request_task_info_module.rst>`__\
* `servicenow.itsm.change\_request\_task\_info <change_request_task_info_module.rst>`__

List ServiceNow change request tasks.

Expand All @@ -615,7 +614,6 @@ Examples

.. code-block:: yaml


- name: Create a change task
servicenow.itsm.change_request_task:
configuration_item: Rogue Squadron Launcher
Expand Down Expand Up @@ -656,7 +654,6 @@ Examples




Authors
~~~~~~~

Expand All @@ -672,4 +669,3 @@ Collection links

* `Issue Tracker <https://github.com/ansible-collections/servicenow.itsm/issues>`__
* `Repository (Sources) <https://github.com/ansible-collections/servicenow.itsm>`__

Loading
Loading