From 4d961426c7035066982cdd8d9067c3829fa5586b Mon Sep 17 00:00:00 2001 From: Rohit Thakur Date: Wed, 31 Jan 2024 19:07:22 +0530 Subject: [PATCH] Prepare Release 5.0.1 (#231) * Prepare Release 5.0.1 Signed-off-by: rohitthakur2590 * Prepare Release 5.0.1 Signed-off-by: rohitthakur2590 * update galaxy Signed-off-by: rohitthakur2590 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: rohitthakur2590 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 8 ++++++++ changelogs/fragments/fix_module_defaults.yaml | 3 --- galaxy.yml | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 changelogs/fragments/fix_module_defaults.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e5da703b..d7fdfb3e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Cisco Asa Collection Release Notes .. contents:: Topics +v5.0.1 +====== + +Bugfixes +-------- + +- Prevents module_defaults from were being incorrectly applied to the platform action, instead of the concerned module. + v5.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6726f770..9dbfd2c4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -215,3 +215,11 @@ releases: fragments: - lint_fixtures.yaml release_date: "2023-11-30" + 5.0.1: + changes: + bugfixes: + - Prevents module_defaults from were being incorrectly applied to the platform + action, instead of the concerned module. + fragments: + - fix_module_defaults.yaml + release_date: "2024-01-31" diff --git a/changelogs/fragments/fix_module_defaults.yaml b/changelogs/fragments/fix_module_defaults.yaml deleted file mode 100644 index f1a4bad8..00000000 --- a/changelogs/fragments/fix_module_defaults.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Prevents module_defaults from were being incorrectly applied to the platform action, instead of the concerned module. diff --git a/galaxy.yml b/galaxy.yml index f1f14bda..b99c3099 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -13,4 +13,4 @@ issues: https://github.com/ansible-collections/cisco.asa/issues tags: [cisco, asa, networking, security] # NOTE(pabelanger): We create an empty version key to keep ansible-galaxy # happy. We dynamically inject version info based on git information. -version: 5.0.0 +version: 5.0.1