From e373667881f64a17e0aa5bcac95466fbd47cd446 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Tue, 7 May 2024 14:04:37 +0100 Subject: [PATCH] release notes and version bump 1.0.6 --- CHANGELOG.rst | 15 ++++++++++++++- changelogs/.plugin-cache.yaml | 7 +++++-- changelogs/changelog.yaml | 9 +++++++++ docs/source/conf.py | 2 +- galaxy.yml | 2 +- meta/ibm_zos_cics_meta.yml | 2 +- 6 files changed, 31 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a5ff7074..159d218a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,13 +5,26 @@ ibm.ibm_zos_cics Release Notes .. contents:: Topics +v1.0.6 +====== + +Release Summary +--------------- + +This release contains one bug fix + +Bugfixes +-------- + +- Allows CPSM Scope and Context to contain the following special characters '$', '@', and '#' + v1.0.5 ====== Release Summary --------------- -This release contains one bug fix. +This release contains one bug fix Bugfixes -------- diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 6c6eead5..3090f0de 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -1,10 +1,12 @@ -objects: {} +objects: + role: {} plugins: become: {} cache: {} callback: {} cliconf: {} connection: {} + filter: {} httpapi: {} inventory: {} lookup: {} @@ -37,5 +39,6 @@ plugins: netconf: {} shell: {} strategy: {} + test: {} vars: {} -version: 1.0.5 +version: 1.0.6 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6b795fa5..4d93e454 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -68,3 +68,12 @@ releases: - include-requirements-txt.yaml - release_summary.yaml release_date: '2023-05-16' + 1.0.6: + changes: + bugfixes: + - Allows CPSM Scope and Context to contain the following special characters + '$', '@', and '#' + release_summary: This release contains one bug fix + fragments: + - 1.0.6.yaml + release_date: '2024-05-07' diff --git a/docs/source/conf.py b/docs/source/conf.py index da780422..e15b1edc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'IBM' # The full version, including alpha/beta/rc tags -release = '1.0.0' +release = '1.0.6' # -- General configuration --------------------------------------------------- diff --git a/galaxy.yml b/galaxy.yml index 7c099cbb..e05551dd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: ibm name: ibm_zos_cics # The collection version -version: 1.0.5 +version: 1.0.6 # Collection README file readme: README.md diff --git a/meta/ibm_zos_cics_meta.yml b/meta/ibm_zos_cics_meta.yml index 209c35ff..3ac9ba75 100644 --- a/meta/ibm_zos_cics_meta.yml +++ b/meta/ibm_zos_cics_meta.yml @@ -1,6 +1,6 @@ --- name: ibm_zos_cics -version: 1.0.5 +version: 1.0.6 managed_requirements: - name: Python version: ">=2.7"