From de5c759feee19d60a38d392e68d2d0ecf7146250 Mon Sep 17 00:00:00 2001 From: Vladimir Vargas Date: Thu, 8 Jun 2023 10:23:44 -0700 Subject: [PATCH] Update galaxy version and requirements.txt Increases the collection version to 4.2.1 and specifies the dependency for PYAOSCX v2.4.1 (cherry picked from commit 8d62261579cc93dc9bee19e4cfa07a2587662aa9) --- CHANGELOG.rst | 20 ++++++++++++++++++++ changelogs/changelog.yaml | 10 ++++++++++ galaxy.yml | 2 +- requirements.txt | 2 +- 4 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8419a2d..cc0e0d9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,26 @@ Arubanetworks.Aoscx Release Notes .. contents:: Topics +v4.2.1 +====== + +Release Summary +--------------- + +Documentation and bug fixes release + +Major Changes +------------- + +- Fix errors in documentation. +- Fix module aoscx_facts (failing on 6000 and 6100, also with other platforms when stressing the device). +- Remove legacy code not using the pyaoscx library. + +Minor Changes +------------- + +- Fix sanity errors for Ansible 2.12. + v4.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c3f252e..aeba76b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -38,3 +38,13 @@ releases: - Fix idempotency in ACL module. release_summary: New features (port security, PoE, MAC, static MAC and speed/duplex) and bugfixes release_date: '2023-03-06' + 4.2.1: + changes: + major_changes: + - Fix module aoscx_facts (failing on 6000 and 6100, also with other platforms when stressing the device). + - Remove legacy code not using the pyaoscx library. + - Fix errors in documentation. + minor_changes: + - Fix sanity errors for Ansible 2.12. + release_summary: Documentation and bug fixes release + release_date: '2023-06-08' diff --git a/galaxy.yml b/galaxy.yml index f2e8f07..68df432 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: "arubanetworks" name: "aoscx" -version: "4.2.0" +version: "4.2.1" authors: - "Madhusudan Pranav Venugopal" diff --git a/requirements.txt b/requirements.txt index 3c036c2..a76f11c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ paramiko requests ansible-pylibssh -pyaoscx>=2.4.0 +pyaoscx>=2.4.1