Skip to content

Commit

Permalink
Update galaxy version and requirements.txt
Browse files Browse the repository at this point in the history
Increases the collection version to 4.3.1 and specifies the
dependency for PYAOSCX v2.5.1

(cherry picked from commit 6019ef3379f003f60c324b32ab321fb689266a7d)
  • Loading branch information
Vladimir Vargas authored and kchavesr committed Nov 13, 2023
1 parent 4e5d4a4 commit 55fe779
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace: "arubanetworks"

name: "aoscx"

version: "4.3.0"
version: "4.3.1"

authors:
- "Madhusudan Pranav Venugopal"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
paramiko
requests
ansible-pylibssh
pyaoscx>=2.5.0
pyaoscx>=2.5.1

0 comments on commit 55fe779

Please sign in to comment.