Skip to content

Commit 43644bc

Browse files
committed
Changelog for 1.0.0
1 parent 60510e9 commit 43644bc

File tree

4 files changed

+69
-11
lines changed

4 files changed

+69
-11
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ibm.ibm_zos_cics Release Notes
55
.. contents:: Topics
66

77

8-
v0.0.3
8+
v1.0.0
99
======
1010

1111
Release Summary
@@ -14,3 +14,20 @@ Release Summary
1414
Initial release of the IBM® z/OS® CICS® collection, also referred to as ibm_zos_cics, which is part of the broader offering Red Hat® Ansible® Certified Content for IBM Z®.
1515

1616
This collection can manage CICS and CICSPlex® SM resources and definitions by calling the CMCI REST API, which can be configured in a CICSplex or in a stand-alone region.
17+
18+
New Modules
19+
-----------
20+
21+
- ibm.ibm_zos_cics.cmci_action - Perform actions on CICS and CICSPlex SM resources
22+
- ibm.ibm_zos_cics.cmci_create - Create CICS and CICSPlex SM definitions
23+
- ibm.ibm_zos_cics.cmci_delete - Delete CICS and CICSPlex SM resources
24+
- ibm.ibm_zos_cics.cmci_get - Query CICS and CICSPlex SM resources and definitions
25+
- ibm.ibm_zos_cics.cmci_update - Update CICS and CICSPlex resources and definitions
26+
27+
v0.0.3
28+
======
29+
30+
Release Summary
31+
---------------
32+
33+
Pre-release

changelogs/.plugin-cache.yaml

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,34 @@ plugins:
88
httpapi: {}
99
inventory: {}
1010
lookup: {}
11-
module: {}
11+
module:
12+
cmci_action:
13+
description: Perform actions on CICS and CICSPlex SM resources
14+
name: cmci_action
15+
namespace: ''
16+
version_added: 1.0.0
17+
cmci_create:
18+
description: Create CICS and CICSPlex SM definitions
19+
name: cmci_create
20+
namespace: ''
21+
version_added: 1.0.0
22+
cmci_delete:
23+
description: Delete CICS and CICSPlex SM resources
24+
name: cmci_delete
25+
namespace: ''
26+
version_added: 1.0.0
27+
cmci_get:
28+
description: Query CICS and CICSPlex SM resources and definitions
29+
name: cmci_get
30+
namespace: ''
31+
version_added: 1.0.0
32+
cmci_update:
33+
description: Update CICS and CICSPlex resources and definitions
34+
name: cmci_update
35+
namespace: ''
36+
version_added: 1.0.0
1237
netconf: {}
1338
shell: {}
1439
strategy: {}
1540
vars: {}
16-
version: 0.0.3
41+
version: 1.0.0

changelogs/changelog.yaml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
11
ancestor: null
22
releases:
3-
0.0.3:
3+
1.0.0:
44
changes:
5-
release_summary: "Pre-release"
5+
release_summary: "Initial release of the IBM\xAE z/OS\xAE CICS\xAE collection,
6+
also referred to as ibm_zos_cics, which is part of the broader offering Red
7+
Hat\xAE Ansible\xAE Certified Content for IBM Z\xAE.\n\nThis collection can
8+
manage CICS and CICSPlex\xAE SM resources and definitions by calling the CMCI
9+
REST API, which can be configured in a CICSplex or in a stand-alone region."
610
fragments:
7-
- 003-retrospective.yml
8-
release_date: '2023-04-21'
11+
- 100-retrospective.yml
12+
modules:
13+
- description: Perform actions on CICS and CICSPlex SM resources
14+
name: cmci_action
15+
namespace: ''
16+
- description: Create CICS and CICSPlex SM definitions
17+
name: cmci_create
18+
namespace: ''
19+
- description: Delete CICS and CICSPlex SM resources
20+
name: cmci_delete
21+
namespace: ''
22+
- description: Query CICS and CICSPlex SM resources and definitions
23+
name: cmci_get
24+
namespace: ''
25+
- description: Update CICS and CICSPlex resources and definitions
26+
name: cmci_update
27+
namespace: ''
28+
release_date: '2021-02-17'

changelogs/fragments/100-retrospective.yml

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

0 commit comments

Comments
 (0)