Skip to content

Commit b5d54aa

Browse files
andrewhughes101ledina
authored andcommitted
Release v2.2.0
1 parent e9f0865 commit b5d54aa

File tree

11 files changed

+77
-14
lines changed

11 files changed

+77
-14
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ ibm.ibm\_zos\_cics Release Notes
44

55
.. contents:: Topics
66

7+
v2.2.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Support for Z Open Open Automation Utilities 1.3.x and ibm_zos_core 1.10+
14+
15+
Major Changes
16+
-------------
17+
18+
- Removed support for Z Open Open Automation Utilities 1.2.x and ibm_zos_core 1.9.x (https://github.com/ansible-collections/ibm_zos_cics/pull/163).
19+
- Update compatibility of the collection to Z Open Automation Utilities 1.3.x and ibm_zos_core 1.10+ (https://github.com/ansible-collections/ibm_zos_cics/pull/163).
20+
21+
Minor Changes
22+
-------------
23+
24+
- Remove usage of templar, and replace with simple pattern matching (https://github.com/ansible-collections/ibm_zos_cics/pull/169).
25+
26+
Bugfixes
27+
--------
28+
29+
- region_jcl - Use ZOAU API to write JCL to a data set, so that sequential data sets are allocated properly. The resulting data set can now be submitted from ISPF. (https://github.com/ansible-collections/ibm_zos_cics/pull/170).
30+
731
v2.1.1
832
======
933

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ collections:
6868
```
6969

7070

71-
To install a specific version of the collection or upgrade an existing installation to a specific version, for example installing 2.1.1, use the following syntax:
71+
To install a specific version of the collection or upgrade an existing installation to a specific version, for example installing 2.2.0, use the following syntax:
7272
```sh
73-
ansible-galaxy collection install ibm.ibm_zos_cics:2.1.1
73+
ansible-galaxy collection install ibm.ibm_zos_cics:2.2.0
7474
```
7575

7676

@@ -162,7 +162,8 @@ The collection's cumulative release notes can be reviewed [here](https://ibm.git
162162

163163
| Version | Status | Release notes | Changelogs |
164164
|----------|----------------|---------------|------------|
165-
| 2.1.1 | In development | unreleased | unreleased |
165+
| 2.2.0 | Released | [Release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_cics/docs/source/release_notes.html#version-2-2-0) | [Changelogs](https://github.com/ansible-collections/ibm_zos_cics/blob/v2.2.0/CHANGELOG.rst) |
166+
| 2.1.1 | Released | [Release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_cics/docs/source/release_notes.html#version-2-1-1) | [Changelogs](https://github.com/ansible-collections/ibm_zos_cics/blob/v2.1.1/CHANGELOG.rst) |
166167
| 2.1.0 | Released | [Release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_cics/docs/source/release_notes.html#version-2-1-0) | [Changelogs](https://github.com/ansible-collections/ibm_zos_cics/blob/v2.1.0/CHANGELOG.rst) |
167168
| 2.0.x | Released | [Release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_cics/docs/source/release_notes.html#version-2-0-0) | [Changelogs](https://github.com/ansible-collections/ibm_zos_cics/blob/v2.0.0/CHANGELOG.rst) |
168169
| 1.0.x | Released | [Release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_cics/docs/source/release_notes.html#version-1-0-6) | [Changelogs](https://github.com/ansible-collections/ibm_zos_cics/blob/v1.0.6/CHANGELOG.rst) |

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ plugins:
9191
strategy: {}
9292
test: {}
9393
vars: {}
94-
version: 2.1.1
94+
version: 2.2.0

changelogs/changelog.yaml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,31 @@ releases:
186186
minor_changes:
187187
- requirements.txt - Slacken requirement constraints in requirements.txt to
188188
represent compatible versions (https://github.com/ansible-collections/ibm_zos_cics/pull/160)
189+
release_summary: Bug fixes and security fixes
189190
security_fixes:
190191
- requirements.txt - Bump minimum version of urllib3 to 1.26.19 to address CVE-2024-37891
191192
(https://github.com/ansible-collections/ibm_zos_cics/pull/161)
192-
release_summary: Bug fixes and security fixes
193193
fragments:
194194
- 160-slacken-requirements-constraints.yaml
195195
- 161-CVE-2024-37891.yaml
196196
release_date: '2025-04-14'
197+
2.2.0:
198+
changes:
199+
bugfixes:
200+
- region_jcl - Use ZOAU API to write JCL to a data set, so that sequential data
201+
sets are allocated properly. The resulting data set can now be submitted
202+
from ISPF. (https://github.com/ansible-collections/ibm_zos_cics/pull/170).
203+
major_changes:
204+
- Removed support for Z Open Open Automation Utilities 1.2.x and ibm_zos_core
205+
1.9.x (https://github.com/ansible-collections/ibm_zos_cics/pull/163).
206+
- Update compatibility of the collection to Z Open Automation Utilities 1.3.x
207+
and ibm_zos_core 1.10+ (https://github.com/ansible-collections/ibm_zos_cics/pull/163).
208+
minor_changes:
209+
- Remove usage of templar, and replace with simple pattern matching (https://github.com/ansible-collections/ibm_zos_cics/pull/169).
210+
release_summary: Support for Z Open Open Automation Utilities 1.3.x and ibm_zos_core
211+
1.10+
212+
fragments:
213+
- 163-zoau-13-compat.yaml
214+
- 169-remove-templar.yaml
215+
- 170-fix-jcl-alloc.yaml
216+
release_date: '2025-04-30'

changelogs/fragments/163-zoau-13-compat.yaml

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

changelogs/fragments/169-remove-templar.yaml

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

changelogs/fragments/170-fix-jcl-alloc.yaml

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

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'IBM'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '2.1.1'
27+
release = '2.2.0'
2828

2929

3030
# -- General configuration ---------------------------------------------------

docs/source/release_notes.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@
66
========
77
Releases
88
========
9+
v2.2.0
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Support for Z Open Open Automation Utilities 1.3.x and ibm_zos_core 1.10+
16+
17+
Major Changes
18+
-------------
19+
20+
- Removed support for Z Open Open Automation Utilities 1.2.x and ibm_zos_core 1.9.x (https://github.com/ansible-collections/ibm_zos_cics/pull/163).
21+
- Update compatibility of the collection to Z Open Automation Utilities 1.3.x and ibm_zos_core 1.10+ (https://github.com/ansible-collections/ibm_zos_cics/pull/163).
22+
23+
Minor Changes
24+
-------------
25+
26+
- Remove usage of templar, and replace with simple pattern matching (https://github.com/ansible-collections/ibm_zos_cics/pull/169).
27+
28+
Bugfixes
29+
--------
30+
31+
- region_jcl - Use ZOAU API to write JCL to a data set, so that sequential data sets are allocated properly. The resulting data set can now be submitted from ISPF. (https://github.com/ansible-collections/ibm_zos_cics/pull/170).
32+
933

1034
v2.1.1
1135
======

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: ibm
88
name: ibm_zos_cics
99

1010
# The collection version
11-
version: 2.1.1
11+
version: 2.2.0
1212

1313
# Collection README file
1414
readme: README.md

0 commit comments

Comments
 (0)