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

(cherry picked from commit a2c0ad890f3e0f7e48089a4f4ee34f04149f7b18)
  • Loading branch information
Vladimir Vargas authored and Tatiana Jimenez Flores committed Feb 29, 2024
1 parent 6903c02 commit ceb3eb9
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
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.3.2
======

Release Summary
---------------

Fixes for aoscx_upload_firmware

Major Changes
-------------

- Fix error for aoscx_upload_firmware 401 Authorization Required Aruba CX 6200f / 6300M (https://github.com/aruba/aoscx-ansible-collection/issues/78)
- Fix error for aoscx_upload_firmware processing the command Code 502 (https://github.com/aruba/aoscx-ansible-collection/issues/94)
- Fix errors for aoscx_upload_firmware when a non mgmt VRF is used

Minor Changes
-------------

- Fix error in sanity tests for Ansible 2.16

v4.3.1
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,13 @@ releases:
- 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'
4.3.2:
changes:
major_changes:
- Fix errors for aoscx_upload_firmware when a non mgmt VRF is used
- Fix error for aoscx_upload_firmware processing the command Code 502 (https://github.com/aruba/aoscx-ansible-collection/issues/94)
- Fix error for aoscx_upload_firmware 401 Authorization Required Aruba CX 6200f / 6300M (https://github.com/aruba/aoscx-ansible-collection/issues/78)
minor_changes:
- Fix error in sanity tests for Ansible 2.16
release_summary: Fixes for aoscx_upload_firmware
release_date: '2024-03-01'
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.1"
version: "4.3.2"

authors:
- "Madhusudan Pranav Venugopal"
Expand Down

0 comments on commit ceb3eb9

Please sign in to comment.