Skip to content

Commit 0c07b8a

Browse files
Release 2.1.1 (#164)
Signed-off-by: Stewart Francis <[email protected]>
1 parent 064be46 commit 0c07b8a

File tree

8 files changed

+57
-9
lines changed

8 files changed

+57
-9
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
1-
==============================
2-
ibm.ibm_zos_cics Release Notes
3-
==============================
1+
================================
2+
ibm.ibm\_zos\_cics Release Notes
3+
================================
44

55
.. contents:: Topics
66

7+
v2.1.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Bug fixes and security fixes
14+
15+
Minor Changes
16+
-------------
17+
18+
- requirements.txt - Slacken requirement constraints in requirements.txt to represent compatible versions (https://github.com/ansible-collections/ibm_zos_cics/pull/160)
19+
20+
Security Fixes
21+
--------------
22+
23+
- requirements.txt - Bump minimum version of urllib3 to 1.26.19 to address CVE-2024-37891 (https://github.com/ansible-collections/ibm_zos_cics/pull/161)
724

825
v2.1.0
926
======

README.md

Lines changed: 2 additions & 2 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.0, 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.1.1, use the following syntax:
7272
```sh
73-
ansible-galaxy collection install ibm.ibm_zos_cics:2.1.0
73+
ansible-galaxy collection install ibm.ibm_zos_cics:2.1.1
7474
```
7575

7676

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.0
94+
version: 2.1.1

changelogs/changelog.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,16 @@ releases:
181181
name: transaction_dump
182182
namespace: ''
183183
release_date: '2024-06-12'
184+
2.1.1:
185+
changes:
186+
minor_changes:
187+
- requirements.txt - Slacken requirement constraints in requirements.txt to
188+
represent compatible versions (https://github.com/ansible-collections/ibm_zos_cics/pull/160)
189+
security_fixes:
190+
- requirements.txt - Bump minimum version of urllib3 to 1.26.19 to address CVE-2024-37891
191+
(https://github.com/ansible-collections/ibm_zos_cics/pull/161)
192+
release_summary: Bug fixes and security fixes
193+
fragments:
194+
- 160-slacken-requirements-constraints.yaml
195+
- 161-CVE-2024-37891.yaml
196+
release_date: '2025-04-14'

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.0'
27+
release = '2.1.1'
2828

2929

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

docs/source/release_notes.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@
77
Releases
88
========
99

10+
v2.1.1
11+
======
12+
13+
Release Summary
14+
---------------
15+
16+
Bug fixes and security fixes
17+
18+
Minor Changes
19+
-------------
20+
21+
- requirements.txt - Slacken requirement constraints in requirements.txt to represent compatible versions (https://github.com/ansible-collections/ibm_zos_cics/pull/160)
22+
23+
Security Fixes
24+
--------------
25+
26+
- requirements.txt - Bump minimum version of urllib3 to 1.26.19 to address CVE-2024-37891 (https://github.com/ansible-collections/ibm_zos_cics/pull/161)
27+
1028
Version 2.1.0
1129
=============
1230
What's New

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.0
11+
version: 2.1.1
1212

1313
# Collection README file
1414
readme: README.md

meta/ibm_zos_cics_meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: ibm_zos_cics
3-
version: 2.1.0
3+
version: 2.1.1
44
managed_requirements:
55
- name: Python
66
version: ">=3.9"

0 commit comments

Comments
 (0)