Skip to content

Commit f8537b1

Browse files
Merge branch 'dev' into enabler/2097/test_privilege_escalation
2 parents a99088d + baa2f6f commit f8537b1

24 files changed

+783
-67
lines changed

.github/ISSUE_TEMPLATE/bug_issue.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,15 @@ body:
3333
description: Which version of z/OS Ansible core collection are you using. If you are unsure, review the [documentation](https://ibm.github.io/z_ansible_collections_doc/faqs/faqs.html#how-do-i-update-a-collection-to-the-latest-version).
3434
multiple: false
3535
options:
36+
- v1.14.0-beta.1
37+
- v1.13.1
3638
- v1.13.0
3739
- v1.13.0-beta.1
3840
- v1.12.0
3941
- v1.12.0-beta.1
4042
- v1.11.1
4143
- v1.11.0
4244
- v1.10.0
43-
- v1.9.4
44-
- v1.9.3
45-
- v1.9.2
46-
- v1.9.0
47-
- v1.8.0
48-
- v1.7.0
49-
- v1.6.0
50-
- v1.5.0
5145
default: 3
5246
validations:
5347
required: true
@@ -58,15 +52,13 @@ body:
5852
description: Which version of ZOAU are you using? Please review the supported dependencies in the release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html).
5953
multiple: false
6054
options:
55+
- v1.3.6
56+
- v1.3.5
6157
- v1.3.4
6258
- v1.3.3
6359
- v1.3.2
6460
- v1.3.1
6561
- v1.3.0
66-
- v1.2.5
67-
- v1.2.4
68-
- v1.2.3
69-
- v1.2.2
7062
default: 3
7163
validations:
7264
required: true
@@ -91,6 +83,7 @@ body:
9183
description: What is the version of Ansible on the controller (`ansible --version`)?
9284
multiple: false
9385
options:
86+
- v2.18.x
9487
- v2.17.x
9588
- v2.16.x
9689
- v2.15.x
@@ -137,7 +130,9 @@ body:
137130
- zos_operator
138131
- zos_operator_action_query
139132
- zos_ping
133+
- zos_replace
140134
- zos_script
135+
- zos_stat
141136
- zos_tso_command
142137
- zos_unarchive
143138
- zos_volume_init

.github/ISSUE_TEMPLATE/collaboration_issue.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ body:
5050
- v1.11.0-beta.1
5151
- v1.10.0
5252
- v1.10.0-beta.1
53-
- v1.9.4 (default)
54-
- v1.8.0
55-
- v1.7.0
56-
- v1.6.0
57-
- v1.5.0
5853
default: 6
5954
validations:
6055
required: false
@@ -65,15 +60,13 @@ body:
6560
description: Which version of ZOAU are you using? Please review the supported dependencies in the release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_core/docs/source/release_notes.html).
6661
multiple: false
6762
options:
63+
- v1.3.6
64+
- v1.3.5
6865
- v1.3.4
6966
- v1.3.3
7067
- v1.3.2
7168
- v1.3.1
7269
- v1.3.0
73-
- v1.2.5 (default)
74-
- v1.2.4
75-
- v1.2.3
76-
- v1.2.2
7770
default: 5
7871
validations:
7972
required: false
@@ -98,8 +91,9 @@ body:
9891
description: What is the version of Ansible on the controller (`ansible --version`)?
9992
multiple: false
10093
options:
94+
- v2.18.x
10195
- v2.17.x
102-
- v2.16.x (default)
96+
- v2.16.x
10397
- v2.15.x
10498
- v2.14.x
10599
default: 1
@@ -144,7 +138,9 @@ body:
144138
- zos_operator
145139
- zos_operator_action_query
146140
- zos_ping
141+
- zos_replace
147142
- zos_script
143+
- zos_stat
148144
- zos_tso_command
149145
- zos_unarchive
150146
- zos_volume_init

.github/ISSUE_TEMPLATE/doc_issue.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ body:
3434
description: Which version of z/OS Ansible core collection are you using. If you are unsure, review the [documentation](https://ibm.github.io/z_ansible_collections_doc/faqs/faqs.html#how-do-i-update-a-collection-to-the-latest-version).
3535
multiple: false
3636
options:
37+
- v1.14.0-beta.1
38+
- v1.13.1
3739
- v1.13.0
3840
- v1.13.0-beta.1
3941
- v1.12.0
@@ -43,15 +45,6 @@ body:
4345
- v1.11.0-beta.1
4446
- v1.10.0
4547
- v1.10.0-beta.1
46-
- v1.9.4 (default)
47-
- v1.9.3
48-
- v1.9.2
49-
- v1.9.1
50-
- v1.9.0
51-
- v1.8.0
52-
- v1.7.0
53-
- v1.6.0
54-
- v1.5.0
5548
default: 6
5649
validations:
5750
required: false
@@ -81,7 +74,9 @@ body:
8174
- zos_operator
8275
- zos_operator_action_query
8376
- zos_ping
77+
- zos_replace
8478
- zos_script
79+
- zos_stat
8580
- zos_tso_command
8681
- zos_unarchive
8782
- zos_volume_init

.github/ISSUE_TEMPLATE/enabler_issue.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ body:
4949
- zos_operator
5050
- zos_operator_action_query
5151
- zos_ping
52+
- zos_replace
5253
- zos_script
54+
- zos_stat
5355
- zos_tso_command
5456
- zos_unarchive
5557
- zos_volume_init

.github/ISSUE_TEMPLATE/enhancement_feature.issue.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ body:
4747
- zos_operator
4848
- zos_operator_action_query
4949
- zos_ping
50+
- zos_replace
5051
- zos_script
52+
- zos_stat
5153
- zos_tso_command
5254
- zos_unarchive
5355
- zos_volume_init
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
trivial:
2+
- zos_copy - Updated module documentation to reflect that binary destination data sets
3+
get allocated with a block size of 32720, instead of 32760.
4+
(https://github.com/ansible-collections/ibm_zos_core/pull/2111)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
minor_changes:
2+
- zos_archive - Adds support for skipping encoding in archive module.
3+
This allows users to skip encoding for certain files before archiving them.
4+
(https://github.com/ansible-collections/ibm_zos_core/pull/2116)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
bugfixes:
2+
- zos_lineinfile - Return values ``return_content`` and ``backup_name`` were not always being returned.
3+
Fix now ensure that these values are always present in the module's response.
4+
(https://github.com/ansible-collections/ibm_zos_core/pull/2120)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
trivial:
2+
- zos_unarchive - Adds support for skipping encoding in zos_unarchive module.
3+
This allows users to skip encoding for certain files after unarchiving them.
4+
(https://github.com/ansible-collections/ibm_zos_core/pull/2136)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
minor_changes:
2+
- zos_stat - Adds new fields that describe the type of the resource
3+
that was queried. These new fields are `isfile`, `isdataset`,
4+
`isaggregate` and `isgdg`.
5+
(https://github.com/ansible-collections/ibm_zos_core/pull/2137)
6+
- zos_stat - Module now returns whether the resource queried exists
7+
on the managed node with the `exists` field inside `stat`.
8+
(https://github.com/ansible-collections/ibm_zos_core/pull/2137)

0 commit comments

Comments
 (0)