Skip to content

Commit da8436d

Browse files
Merge branch 'dev' into enabler/update-test-suits-pylint/zos-copy-func
2 parents c9bc328 + 0271a58 commit da8436d

File tree

306 files changed

+25120
-8377
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

306 files changed

+25120
-8377
lines changed

.ansible-lint

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Copyright (c) IBM Corporation 2024
2+
# Copyright (c) IBM Corporation 2024, 2025
33
################################################################################
44
# For additonal doc, see https://ansible.readthedocs.io/projects/lint/configuring/
55
exclude_paths:
@@ -20,6 +20,7 @@ exclude_paths:
2020
- changelogs/
2121
- collections/
2222
- docs/
23+
- importer_result.json
2324
- scripts/
2425
- test_config.yml
2526
- tests/*.ini
@@ -37,10 +38,12 @@ exclude_paths:
3738
- tests/sanity/ignore-2.13.txt
3839
- tests/sanity/ignore-2.14.txt
3940
- venv*
41+
- ansible_collections/
42+
- ./*.log
4043
parseable: true
4144
quiet: false
4245
use_default_rules: true
4346
verbosity: 1
4447
# Offline mode disables installation of requirements.yml and schema refreshing often
4548
# found in project_root/collections/requirements.yml.
46-
offline: true
49+
offline: true

.github/ISSUE_TEMPLATE/bug_issue.yml

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Report a bug
22
description: Request that a bug be reviewed. Complete all required fields.
33
title: "[Bug] Enter description"
4-
labels: ["Bug", "Needs Triage" ]
4+
labels: ["Bug", "Needs Triage"]
55
assignees:
66
- IBMAnsibleHelper
77
body:
@@ -33,18 +33,22 @@ 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.13.0
37+
- v1.13.0-beta.1
3638
- v1.12.0
3739
- v1.12.0-beta.1
40+
- v1.11.1
3841
- v1.11.0
39-
- v1.11.0-beta.1
4042
- v1.10.0
41-
- v1.10.0-beta.1
42-
- v1.9.0 (default)
43+
- v1.9.4
44+
- v1.9.3
45+
- v1.9.2
46+
- v1.9.0
4347
- v1.8.0
4448
- v1.7.0
4549
- v1.6.0
4650
- v1.5.0
47-
default: 6
51+
default: 3
4852
validations:
4953
required: true
5054
- type: dropdown
@@ -59,11 +63,11 @@ body:
5963
- v1.3.2
6064
- v1.3.1
6165
- v1.3.0
62-
- v1.2.5 (default)
66+
- v1.2.5
6367
- v1.2.4
6468
- v1.2.3
6569
- v1.2.2
66-
default: 5
70+
default: 3
6771
validations:
6872
required: true
6973
- type: dropdown
@@ -75,7 +79,7 @@ body:
7579
options:
7680
- v3.13.x
7781
- v3.12.x
78-
- v3.11.x (default)
82+
- v3.11.x
7983
- v3.10.x
8084
default: 2
8185
validations:
@@ -88,10 +92,10 @@ body:
8892
multiple: false
8993
options:
9094
- v2.17.x
91-
- v2.16.x (default)
95+
- v2.16.x
9296
- v2.15.x
9397
- v2.14.x
94-
default: 1
98+
default: 3
9599
validations:
96100
required: true
97101
- type: dropdown
@@ -101,8 +105,8 @@ body:
101105
description: What is the version of z/OS on the managed node? 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).
102106
multiple: false
103107
options:
104-
- v3.1 (unsupported)
105-
- v2.5 (default)
108+
- v3.1
109+
- v2.5
106110
- v2.4
107111
default: 1
108112
validations:
@@ -137,6 +141,7 @@ body:
137141
- zos_tso_command
138142
- zos_unarchive
139143
- zos_volume_init
144+
- zos_zfs_resize
140145
validations:
141146
required: false
142147
- type: textarea

.github/ISSUE_TEMPLATE/collaboration_issue.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ body:
4242
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).
4343
multiple: false
4444
options:
45+
- v1.13.0
46+
- v1.13.0-beta.1
4547
- v1.12.0
4648
- v1.12.0-beta.1
47-
- v1.11.0
49+
- v1.11.1
4850
- v1.11.0-beta.1
4951
- v1.10.0
5052
- v1.10.0-beta.1
51-
- v1.9.0 (default)
53+
- v1.9.4 (default)
5254
- v1.8.0
5355
- v1.7.0
5456
- v1.6.0
@@ -146,5 +148,6 @@ body:
146148
- zos_tso_command
147149
- zos_unarchive
148150
- zos_volume_init
151+
- zos_zfs_resize
149152
validations:
150-
required: false
153+
required: false

.github/ISSUE_TEMPLATE/doc_issue.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,20 @@ 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.13.0
38+
- v1.13.0-beta.1
3739
- v1.12.0
3840
- v1.12.0-beta.1
41+
- v1.11.1
3942
- v1.11.0
4043
- v1.11.0-beta.1
4144
- v1.10.0
4245
- v1.10.0-beta.1
43-
- v1.9.0 (default)
46+
- v1.9.4 (default)
47+
- v1.9.3
48+
- v1.9.2
49+
- v1.9.1
50+
- v1.9.0
4451
- v1.8.0
4552
- v1.7.0
4653
- v1.6.0
@@ -78,5 +85,6 @@ body:
7885
- zos_tso_command
7986
- zos_unarchive
8087
- zos_volume_init
88+
- zos_zfs_resize
8189
validations:
8290
required: false

.github/ISSUE_TEMPLATE/enabler_issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ body:
5353
- zos_tso_command
5454
- zos_unarchive
5555
- zos_volume_init
56+
- zos_zfs_resize
5657
validations:
5758
required: false
5859

.github/ISSUE_TEMPLATE/enhancement_feature.issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ body:
5151
- zos_tso_command
5252
- zos_unarchive
5353
- zos_volume_init
54+
- zos_zfs_resize
5455
validations:
5556
required: true
5657

.github/workflows/ac-ansible-test-sanity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
source venv/venv-2.16/bin/activate
6666
python -m pip install --upgrade pip
67-
pip install ansible
67+
pip install ansible-core==2.17.6
6868
6969
- name: Run ac-sanity
7070
run: |

0 commit comments

Comments
 (0)