From 55fe77988415dc51b6dd7c4496d482a3cf4f4728 Mon Sep 17 00:00:00 2001 From: Vladimir Vargas Date: Tue, 7 Nov 2023 13:51:24 -0800 Subject: [PATCH] Update galaxy version and requirements.txt Increases the collection version to 4.3.1 and specifies the dependency for PYAOSCX v2.5.1 (cherry picked from commit 6019ef3379f003f60c324b32ab321fb689266a7d) --- CHANGELOG.rst | 21 +++++++++++++++++++++ changelogs/changelog.yaml | 11 +++++++++++ galaxy.yml | 2 +- requirements.txt | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d09295b..c7638a0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,27 @@ Arubanetworks.Aoscx Release Notes .. contents:: Topics +v4.3.1 +====== + +Release Summary +--------------- + +Fixes for documentation, enhancements (aoscx_facts) and bugfixes (aoscx_l3_interface) + +Major Changes +------------- + +- Add option lldp_neighbors to aoscx_facts (https://github.com/aruba/aoscx-ansible-collection/issues/79) +- Bugfixes for vrf attach in l3 Interface module + +Minor Changes +------------- + +- Add documentation for passive and active interfaces in ospf module (https://github.com/aruba/aoscx-ansible-collection/issues/65) +- Add support for cgroupv2 and Ubuntu 22.04 by Alexis La Goutte(https://github.com/ansible-collections/collection_template/pull/56) +- Fix in README for requirements documentation by Olivier Magloire (https://github.com/aruba/aoscx-ansible-collection/pull/74) + v4.3.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 93af6a2..3f78479 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -64,3 +64,14 @@ releases: - Fix sanity tests errors. release_summary: New features (LAG and DNS), enhancements (VLAN) and bugfixes release_date: '2023-08-30' + 4.3.1: + changes: + major_changes: + - Add option lldp_neighbors to aoscx_facts (https://github.com/aruba/aoscx-ansible-collection/issues/79) + - Bugfixes for vrf attach in l3 Interface module + minor_changes: + - Add support for cgroupv2 and Ubuntu 22.04 by Alexis La Goutte(https://github.com/ansible-collections/collection_template/pull/56) + - Fix in README for requirements documentation by Olivier Magloire (https://github.com/aruba/aoscx-ansible-collection/pull/74) + - Add documentation for passive and active interfaces in ospf module (https://github.com/aruba/aoscx-ansible-collection/issues/65) + release_summary: Fixes for documentation, enhancements (aoscx_facts) and bugfixes (aoscx_l3_interface) + release_date: '2023-11-10' diff --git a/galaxy.yml b/galaxy.yml index 4cf013c..ecbf0c2 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: "arubanetworks" name: "aoscx" -version: "4.3.0" +version: "4.3.1" authors: - "Madhusudan Pranav Venugopal" diff --git a/requirements.txt b/requirements.txt index 689bdfc..ba55de2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ paramiko requests ansible-pylibssh -pyaoscx>=2.5.0 +pyaoscx>=2.5.1