-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from ansible-collections/andrewtwydell-105
1.0.5 release
- Loading branch information
Showing
19 changed files
with
282 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# This file contains ignores rule violations for ansible-lint | ||
changelogs/changelog.yaml yaml[indentation] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
============================== | ||
ibm.ibm_zos_cics Release Notes | ||
============================== | ||
|
||
.. contents:: Topics | ||
|
||
|
||
v1.0.5 | ||
====== | ||
|
||
Release Summary | ||
--------------- | ||
|
||
This release contains one bug fix. | ||
|
||
Bugfixes | ||
-------- | ||
|
||
- Missing requirements.txt - requirements.txt was not included in the built collection. Fix removes this from the build_ignore section of the galaxy.yml. | ||
|
||
v1.0.4 | ||
====== | ||
|
||
Release Summary | ||
--------------- | ||
|
||
This release contains a number of new features and bug fixes. | ||
|
||
Minor Changes | ||
------------- | ||
|
||
- 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``. | ||
|
||
Bugfixes | ||
-------- | ||
|
||
- 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. | ||
|
||
v1.0.3 | ||
====== | ||
|
||
Release Summary | ||
--------------- | ||
|
||
This release contains a number of new features and bug fixes. | ||
|
||
Minor Changes | ||
------------- | ||
|
||
- Added support for CMCI feedback on failed CMCI requests. | ||
- Updated timeout support on requests to be configurable via the timeout option. The default value is 30 seconds if not specified. | ||
|
||
Bugfixes | ||
-------- | ||
|
||
- Improve sanitisation and validation of parameters. | ||
|
||
v1.0.1 | ||
====== | ||
|
||
Release Summary | ||
--------------- | ||
|
||
Fix some documentation issues on Hub, and include some missing documentation about requirements. | ||
|
||
v1.0.0 | ||
====== | ||
|
||
Release Summary | ||
--------------- | ||
|
||
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®. | ||
|
||
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. | ||
|
||
New Modules | ||
----------- | ||
|
||
- ibm.ibm_zos_cics.cmci_action - Perform actions on CICS and CICSPlex SM resources | ||
- ibm.ibm_zos_cics.cmci_create - Create CICS and CICSPlex SM definitions | ||
- ibm.ibm_zos_cics.cmci_delete - Delete CICS and CICSPlex SM resources | ||
- ibm.ibm_zos_cics.cmci_get - Query CICS and CICSPlex SM resources and definitions | ||
- ibm.ibm_zos_cics.cmci_update - Update CICS and CICSPlex resources and definitions |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
objects: {} | ||
plugins: | ||
become: {} | ||
cache: {} | ||
callback: {} | ||
cliconf: {} | ||
connection: {} | ||
httpapi: {} | ||
inventory: {} | ||
lookup: {} | ||
module: | ||
cmci_action: | ||
description: Perform actions on CICS and CICSPlex SM resources | ||
name: cmci_action | ||
namespace: '' | ||
version_added: 1.0.0 | ||
cmci_create: | ||
description: Create CICS and CICSPlex SM definitions | ||
name: cmci_create | ||
namespace: '' | ||
version_added: 1.0.0 | ||
cmci_delete: | ||
description: Delete CICS and CICSPlex SM resources | ||
name: cmci_delete | ||
namespace: '' | ||
version_added: 1.0.0 | ||
cmci_get: | ||
description: Query CICS and CICSPlex SM resources and definitions | ||
name: cmci_get | ||
namespace: '' | ||
version_added: 1.0.0 | ||
cmci_update: | ||
description: Update CICS and CICSPlex resources and definitions | ||
name: cmci_update | ||
namespace: '' | ||
version_added: 1.0.0 | ||
netconf: {} | ||
shell: {} | ||
strategy: {} | ||
vars: {} | ||
version: 1.0.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
ancestor: null | ||
releases: | ||
1.0.0: | ||
changes: | ||
release_summary: "Initial release of the IBM\xAE z/OS\xAE CICS\xAE collection, | ||
also referred to as ibm_zos_cics, which is part of the broader offering Red | ||
Hat\xAE Ansible\xAE Certified Content for IBM Z\xAE.\n\nThis collection can | ||
manage CICS and CICSPlex\xAE SM resources and definitions by calling the CMCI | ||
REST API, which can be configured in a CICSplex or in a stand-alone region." | ||
fragments: | ||
- 100-retrospective.yml | ||
modules: | ||
- description: Perform actions on CICS and CICSPlex SM resources | ||
name: cmci_action | ||
namespace: '' | ||
- description: Create CICS and CICSPlex SM definitions | ||
name: cmci_create | ||
namespace: '' | ||
- description: Delete CICS and CICSPlex SM resources | ||
name: cmci_delete | ||
namespace: '' | ||
- description: Query CICS and CICSPlex SM resources and definitions | ||
name: cmci_get | ||
namespace: '' | ||
- description: Update CICS and CICSPlex resources and definitions | ||
name: cmci_update | ||
namespace: '' | ||
release_date: '2021-02-17' | ||
1.0.1: | ||
changes: | ||
release_summary: Fix some documentation issues on Hub, and include some missing | ||
documentation about requirements. | ||
fragments: | ||
- 101-retrospective.yml | ||
release_date: '2021-03-02' | ||
1.0.3: | ||
changes: | ||
bugfixes: | ||
- Improve sanitisation and validation of parameters. | ||
minor_changes: | ||
- Added support for CMCI feedback on failed CMCI requests. | ||
- Updated timeout support on requests to be configurable via the timeout option. | ||
The default value is 30 seconds if not specified. | ||
release_summary: This release contains a number of new features and bug fixes. | ||
fragments: | ||
- 103-retrospective.yml | ||
release_date: '2021-07-15' | ||
1.0.4: | ||
changes: | ||
bugfixes: | ||
- 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. | ||
minor_changes: | ||
- 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``. | ||
release_summary: This release contains a number of new features and bug fixes. | ||
fragments: | ||
- 104-retrospective.yml | ||
release_date: '2023-04-21' | ||
1.0.5: | ||
changes: | ||
bugfixes: | ||
- Missing requirements.txt - requirements.txt was not included in the built | ||
collection. Fix removes this from the build_ignore section of the galaxy.yml. | ||
release_summary: This release contains one bug fix | ||
fragments: | ||
- include-requirements-txt.yaml | ||
- release_summary.yaml | ||
release_date: '2023-05-16' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
changelog_filename_template: ../CHANGELOG.rst | ||
changelog_filename_version_depth: 0 | ||
changes_file: changelog.yaml | ||
changes_format: combined | ||
ignore_other_fragment_extensions: true | ||
keep_fragments: false | ||
mention_ancestor: true | ||
new_plugins_after_name: removed_features | ||
notesdir: fragments | ||
prelude_section_name: release_summary | ||
prelude_section_title: Release Summary | ||
sanitize_changelog: true | ||
sections: | ||
- - major_changes | ||
- Major Changes | ||
- - minor_changes | ||
- Minor Changes | ||
- - breaking_changes | ||
- Breaking Changes / Porting Guide | ||
- - deprecated_features | ||
- Deprecated Features | ||
- - removed_features | ||
- Removed Features (previously deprecated) | ||
- - security_fixes | ||
- Security Fixes | ||
- - bugfixes | ||
- Bugfixes | ||
- - known_issues | ||
- Known Issues | ||
title: ibm.ibm_zos_cics | ||
trivial_section_name: trivial | ||
use_fqcn: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
name: ibm_zos_cics | ||
version: 1.0.4 | ||
version: 1.0.5 | ||
managed_requirements: | ||
- name: Python | ||
version: ">=2.7" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.