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

(cherry picked from commit 250ebd40eec9f8b8bd75bcee381d242b45af5e7f)
  • Loading branch information
Vladimir Vargas authored and kchavesr committed Sep 7, 2023
1 parent 7e767a9 commit 76d4c4c
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ Arubanetworks.Aoscx Release Notes
.. contents:: Topics


v4.3.0
======

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

New features (LAG and DNS), enhancements (VLAN) and bugfixes

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

- Add enhancements for VLAN module by Alexis La Goutte (https://github.com/aruba/aoscx-ansible-collection/pull/60)
- Add new modules for LAG (aoscx_lag_interface) and DNS (aoscx_dns)
- Include fixes for issues found internally.

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

- Fix Facts Ansible module. The ``gather_subset`` choices ``management_interface`` , ``platform_name``, ``host_name``, ``product_info``, ``software_images`` are working again. (https://github.com/aruba/aoscx-ansible-collection/issues/76)
- Fix aoscx_command module (https://github.com/aruba/aoscx-ansible-collection/issues/70)
- Fix sanity tests errors.
- The ``gather_subsets`` choice ``config`` is not available yet and it will be available in a future release.

v4.2.1
======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,19 @@ releases:
- Fix sanity errors for Ansible 2.12.
release_summary: Documentation and bug fixes release
release_date: '2023-06-08'
4.3.0:
changes:
major_changes:
- Add new modules for LAG (aoscx_lag_interface) and DNS (aoscx_dns)
- Add enhancements for VLAN module by Alexis La Goutte (https://github.com/aruba/aoscx-ansible-collection/pull/60)
- Include fixes for issues found internally.
minor_changes:
- Fix aoscx_command module (https://github.com/aruba/aoscx-ansible-collection/issues/70)
- Fix Facts Ansible module. The ``gather_subset`` choices ``management_interface``
, ``platform_name``, ``host_name``, ``product_info``, ``software_images`` are working
again. (https://github.com/aruba/aoscx-ansible-collection/issues/76)
- The ``gather_subsets`` choice ``config`` is not available yet and it will be available
in a future release.
- Fix sanity tests errors.
release_summary: New features (LAG and DNS), enhancements (VLAN) and bugfixes
release_date: '2023-08-30'
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.1"
version: "4.3.0"

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.1
pyaoscx>=2.5.0

0 comments on commit 76d4c4c

Please sign in to comment.