Skip to content

Commit 395848c

Browse files
mhjacksMartin Jackson
and
Martin Jackson
authored
prepare 2.7.0 release (#410)
Co-authored-by: Martin Jackson <martjack@redhat.com>
1 parent 119496f commit 395848c

28 files changed

+128
-176
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ servicenow.itsm Release Notes
44

55
.. contents:: Topics
66

7+
v2.7.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Add optional aggregation feature to inventory; add ServiceNow Xanadu to integration test matrix
14+
15+
Minor Changes
16+
-------------
17+
18+
- inventory - allow inventory to aggregate multiple hostvars for the same host. (https://github.com/ansible-collections/servicenow.itsm/pull/408)
19+
- tests - Add ServiceNow Xanadu release to test matrix
20+
721
v2.6.3
822
======
923

changelogs/changelog.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,3 +436,16 @@ releases:
436436
fragments:
437437
- release_summary.yml
438438
release_date: '2024-08-29'
439+
2.7.0:
440+
changes:
441+
minor_changes:
442+
- inventory - allow inventory to aggregate multiple hostvars for the same host.
443+
(https://github.com/ansible-collections/servicenow.itsm/pull/408)
444+
- tests - Add ServiceNow Xanadu release to test matrix
445+
release_summary: Add optional aggregation feature to inventory; add ServiceNow
446+
Xanadu to integration test matrix
447+
fragments:
448+
- add_xanadu.yaml
449+
- inventory_aggregation.yml
450+
- release_summary.yml
451+
release_date: '2024-10-03'

changelogs/fragments/add_xanadu.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/inventory_aggregation.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/release_summary.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/servicenow.itsm.api_info_module.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
2-
.. Created with antsibull-docs 2.12.0
1+
.. Created with antsibull-docs 2.14.0
32
43
servicenow.itsm.api_info module -- Manage ServiceNow GET requests
54
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
65

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

98
It is not included in ``ansible-core``.
109
To check whether it is installed, run ``ansible-galaxy collection list``.
@@ -441,7 +440,7 @@ Parameters
441440
See Also
442441
--------
443442

444-
* \ `servicenow.itsm.api <api_module.rst>`__\
443+
* `servicenow.itsm.api <api_module.rst>`__
445444

446445
Manage ServiceNow POST, PATCH and DELETE requests.
447446

@@ -450,7 +449,6 @@ Examples
450449

451450
.. code-block:: yaml
452451
453-
454452
- name: Retrieve all records from table incident
455453
servicenow.itsm.api_info:
456454
resource: incident
@@ -489,7 +487,6 @@ Examples
489487
490488
491489
492-
493490
Return Values
494491
-------------
495492
The following are the fields unique to this module:
@@ -538,4 +535,3 @@ Collection links
538535

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

docs/servicenow.itsm.api_module.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
2-
.. Created with antsibull-docs 2.12.0
1+
.. Created with antsibull-docs 2.14.0
32
43
servicenow.itsm.api module -- Manage ServiceNow POST, PATCH and DELETE requests
54
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
65

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

98
It is not included in ``ansible-core``.
109
To check whether it is installed, run ``ansible-galaxy collection list``.
@@ -391,7 +390,7 @@ Parameters
391390
See Also
392391
--------
393392
394-
* \ `servicenow.itsm.api\_info <api_info_module.rst>`__\
393+
* `servicenow.itsm.api\_info <api_info_module.rst>`__
395394
396395
Manage ServiceNow GET requests.
397396
@@ -400,7 +399,6 @@ Examples
400399
401400
.. code-block:: yaml
402401
403-
404402
- name: Create a record in table incident with specified short_description (which is read from data)
405403
servicenow.itsm.api:
406404
resource: incident
@@ -499,7 +497,6 @@ Examples
499497
500498
501499
502-
503500
Return Values
504501
-------------
505502
The following are the fields unique to this module:
@@ -548,4 +545,3 @@ Collection links
548545
549546
* `Issue Tracker <https://github.com/ansible-collections/servicenow.itsm/issues>`__
550547
* `Repository (Sources) <https://github.com/ansible-collections/servicenow.itsm>`__
551-

docs/servicenow.itsm.attachment_info_module.rst

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
2-
.. Created with antsibull-docs 2.12.0
1+
.. Created with antsibull-docs 2.14.0
32
43
servicenow.itsm.attachment_info module -- a module that users can use to download attachment using sys\_id
54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
65

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

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

313312
.. code-block:: yaml
314313
315-
316-
- name: ServiceNow download attachment module
317-
servicenow.itsm.attachment:
318-
instance:
319-
host: https://instance_id.service-now.com
320-
username: user
321-
password: pass
322-
dest: /tmp/sn-attachment
323-
sys_id: 003a3ef24ff1120031577d2ca310c74b
324-
314+
- name: ServiceNow download attachment module
315+
servicenow.itsm.attachment:
316+
instance:
317+
host: https://instance_id.service-now.com
318+
username: user
319+
password: pass
320+
dest: /tmp/sn-attachment
321+
sys_id: 003a3ef24ff1120031577d2ca310c74b
325322
326323
327324
@@ -437,4 +434,3 @@ Collection links
437434

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

docs/servicenow.itsm.attachment_upload_module.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
2-
.. Created with antsibull-docs 2.12.0
1+
.. Created with antsibull-docs 2.14.0
32
43
servicenow.itsm.attachment_upload module -- Upload attachment to the selected table
54
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
65

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

98
It is not included in ``ansible-core``.
109
To check whether it is installed, run ``ansible-galaxy collection list``.
@@ -368,7 +367,7 @@ Notes
368367
See Also
369368
--------
370369

371-
* \ `servicenow.itsm.attachment\_info <attachment_info_module.rst>`__\
370+
* `servicenow.itsm.attachment\_info <attachment_info_module.rst>`__
372371

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

@@ -377,7 +376,6 @@ Examples
377376

378377
.. code-block:: yaml
379378
380-
381379
- name: Upload attachment to table
382380
servicenow.itsm.attachment_upload:
383381
instance:
@@ -395,7 +393,6 @@ Examples
395393
396394
397395
398-
399396
Return Values
400397
-------------
401398
The following are the fields unique to this module:
@@ -444,4 +441,3 @@ Collection links
444441

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

docs/servicenow.itsm.change_request_info_module.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
2-
.. Created with antsibull-docs 2.12.0
1+
.. Created with antsibull-docs 2.14.0
32
43
servicenow.itsm.change_request_info module -- List ServiceNow change requests
54
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
65

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

98
It is not included in ``ansible-core``.
109
To check whether it is installed, run ``ansible-galaxy collection list``.
@@ -457,7 +456,7 @@ Parameters
457456
See Also
458457
--------
459458
460-
* \ `servicenow.itsm.change\_request <change_request_module.rst>`__\
459+
* `servicenow.itsm.change\_request <change_request_module.rst>`__
461460
462461
Manage ServiceNow change requests.
463462
@@ -466,7 +465,6 @@ Examples
466465
467466
.. code-block:: yaml
468467
469-
470468
- name: Retrieve all change requests
471469
servicenow.itsm.change_request_info:
472470
register: result
@@ -503,7 +501,6 @@ Examples
503501
504502
505503
506-
507504
Return Values
508505
-------------
509506
The following are the fields unique to this module:
@@ -555,4 +552,3 @@ Collection links
555552
556553
* `Issue Tracker <https://github.com/ansible-collections/servicenow.itsm/issues>`__
557554
* `Repository (Sources) <https://github.com/ansible-collections/servicenow.itsm>`__
558-

docs/servicenow.itsm.change_request_module.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
2-
.. Created with antsibull-docs 2.12.0
1+
.. Created with antsibull-docs 2.14.0
32
43
servicenow.itsm.change_request module -- Manage ServiceNow change requests
54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
65

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

98
It is not included in ``ansible-core``.
109
To check whether it is installed, run ``ansible-galaxy collection list``.
@@ -739,7 +738,7 @@ Parameters
739738
See Also
740739
--------
741740
742-
* \ `servicenow.itsm.change\_request\_info <change_request_info_module.rst>`__\
741+
* `servicenow.itsm.change\_request\_info <change_request_info_module.rst>`__
743742
744743
List ServiceNow change requests.
745744
@@ -748,7 +747,6 @@ Examples
748747
749748
.. code-block:: yaml
750749
751-
752750
- name: Create change request
753751
servicenow.itsm.change_request:
754752
instance:
@@ -809,7 +807,6 @@ Examples
809807
810808
811809
812-
813810
Authors
814811
~~~~~~~
815812
@@ -825,4 +822,3 @@ Collection links
825822
826823
* `Issue Tracker <https://github.com/ansible-collections/servicenow.itsm/issues>`__
827824
* `Repository (Sources) <https://github.com/ansible-collections/servicenow.itsm>`__
828-

docs/servicenow.itsm.change_request_task_info_module.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
2-
.. Created with antsibull-docs 2.12.0
1+
.. Created with antsibull-docs 2.14.0
32
43
servicenow.itsm.change_request_task_info module -- List ServiceNow change request tasks
54
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
65

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

98
It is not included in ``ansible-core``.
109
To check whether it is installed, run ``ansible-galaxy collection list``.
@@ -385,7 +384,7 @@ Parameters
385384
See Also
386385
--------
387386
388-
* \ `servicenow.itsm.change\_request\_task <change_request_task_module.rst>`__\
387+
* `servicenow.itsm.change\_request\_task <change_request_task_module.rst>`__
389388
390389
Manage ServiceNow change request tasks.
391390
@@ -394,7 +393,6 @@ Examples
394393
395394
.. code-block:: yaml
396395
397-
398396
- name: Retrieve all change request tasks
399397
servicenow.itsm.change_request_task_info:
400398
register: result
@@ -431,7 +429,6 @@ Examples
431429
432430
433431
434-
435432
Return Values
436433
-------------
437434
The following are the fields unique to this module:
@@ -483,4 +480,3 @@ Collection links
483480
484481
* `Issue Tracker <https://github.com/ansible-collections/servicenow.itsm/issues>`__
485482
* `Repository (Sources) <https://github.com/ansible-collections/servicenow.itsm>`__
486-

docs/servicenow.itsm.change_request_task_module.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
2-
.. Created with antsibull-docs 2.12.0
1+
.. Created with antsibull-docs 2.14.0
32
43
servicenow.itsm.change_request_task module -- Manage ServiceNow change request tasks
54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
65

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

98
It is not included in ``ansible-core``.
109
To check whether it is installed, run ``ansible-galaxy collection list``.
@@ -606,7 +605,7 @@ Parameters
606605
See Also
607606
--------
608607
609-
* \ `servicenow.itsm.change\_request\_task\_info <change_request_task_info_module.rst>`__\
608+
* `servicenow.itsm.change\_request\_task\_info <change_request_task_info_module.rst>`__
610609
611610
List ServiceNow change request tasks.
612611
@@ -615,7 +614,6 @@ Examples
615614
616615
.. code-block:: yaml
617616
618-
619617
- name: Create a change task
620618
servicenow.itsm.change_request_task:
621619
configuration_item: Rogue Squadron Launcher
@@ -656,7 +654,6 @@ Examples
656654
657655
658656
659-
660657
Authors
661658
~~~~~~~
662659
@@ -672,4 +669,3 @@ Collection links
672669
673670
* `Issue Tracker <https://github.com/ansible-collections/servicenow.itsm/issues>`__
674671
* `Repository (Sources) <https://github.com/ansible-collections/servicenow.itsm>`__
675-

0 commit comments

Comments
 (0)