Skip to content

Commit 019efaa

Browse files
committed
Changelog for 1.0.4
1 parent 74fc06f commit 019efaa

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ ibm.ibm_zos_cics Release Notes
55
.. contents:: Topics
66

77

8+
v1.0.4
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This release contains a number of new features and bug fixes.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Provide variables for all modules in one go using Ansible's `group module defaults <https://docs.ansible.com/ansible/2.8/user_guide/playbooks_module_defaults.html#module-defaults-groups>`_ support. The group name for the CMCI modules is ``cmci_group``.
20+
21+
Bugfixes
22+
--------
23+
24+
- cmci_get - prevent ``cmci_get`` from failing if no records are found via the ``fail_on_nodata`` option. The default value is ``true`` if not specified.
25+
826
v1.0.3
927
======
1028

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ plugins:
3838
shell: {}
3939
strategy: {}
4040
vars: {}
41-
version: 1.0.3
41+
version: 1.0.4

changelogs/changelog.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,16 @@ releases:
4545
fragments:
4646
- 103-retrospective.yml
4747
release_date: '2021-07-15'
48+
1.0.4:
49+
changes:
50+
bugfixes:
51+
- cmci_get - prevent ``cmci_get`` from failing if no records are found via the
52+
``fail_on_nodata`` option. The default value is ``true`` if not specified.
53+
minor_changes:
54+
- Provide variables for all modules in one go using Ansible's `group module
55+
defaults <https://docs.ansible.com/ansible/2.8/user_guide/playbooks_module_defaults.html#module-defaults-groups>`_
56+
support. The group name for the CMCI modules is ``cmci_group``.
57+
release_summary: This release contains a number of new features and bug fixes.
58+
fragments:
59+
- 104-retrospective.yml
60+
release_date: '2023-04-21'

0 commit comments

Comments
 (0)