From 6b3f53d61fee51bf379808f34b2358289a448822 Mon Sep 17 00:00:00 2001 From: Chris Archibald Date: Thu, 31 Oct 2024 22:29:13 +0000 Subject: [PATCH] Sync bitbucket and GitHub --- CHANGELOG.rst | 7 +++++++ README.md | 5 +++++ changelogs/changelog.yaml | 2 ++ galaxy.yml | 2 +- plugins/module_utils/netapp.py | 2 +- 5 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7560923..fae4f7e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,13 @@ NetApp StorageGRID Collection Release Notes .. contents:: Topics +v21.13.0 +======== + +Minor Changes +------------- +- updated pipeline. + v21.12.0 ======== diff --git a/README.md b/README.md index fe48d71..3a32c8d 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,11 @@ This collection follows the [Ansible project's Code of Conduct](https://docs.ans # Release Notes +## 21.13.0 + +### Minor Changes +- updated pipleine. + ## 21.12.0 ### Minor Changes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 89e14c3..a405626 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -129,6 +129,8 @@ releases: fragments: - github-18-19.yaml release_date: '2024-01-11' + 21.13.0: + release_date: '2024-10-31' 21.6.0: changes: bugfixes: diff --git a/galaxy.yml b/galaxy.yml index 950bcf3..7c54ced 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: "netapp" name: "storagegrid" -version: "21.12.0" +version: "21.13.0" readme: README.md authors: - "NetApp Ansible Team " diff --git a/plugins/module_utils/netapp.py b/plugins/module_utils/netapp.py index eaa7836..562b8b3 100644 --- a/plugins/module_utils/netapp.py +++ b/plugins/module_utils/netapp.py @@ -32,7 +32,7 @@ from ansible.module_utils.basic import missing_required_lib -COLLECTION_VERSION = "21.12.0" +COLLECTION_VERSION = "21.13.0" try: import requests