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.2.1 and specifies the
dependency for PYAOSCX v2.4.1

(cherry picked from commit 8d62261579cc93dc9bee19e4cfa07a2587662aa9)
  • Loading branch information
Vladimir Vargas authored and Kattia Chaves Ramirez committed Jun 8, 2023
1 parent 7e15776 commit de5c759
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
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.2.0"
version: "4.2.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.4.0
pyaoscx>=2.4.1

0 comments on commit de5c759

Please sign in to comment.