Skip to content

Commit 76d4c4c

Browse files
Vladimir Vargaskchavesr
authored andcommitted
Update galaxy version and requirements.txt
Increases the collection version to 4.3.0 and specifies the dependency for PYAOSCX v2.5.0 (cherry picked from commit 250ebd40eec9f8b8bd75bcee381d242b45af5e7f)
1 parent 7e767a9 commit 76d4c4c

File tree

4 files changed

+41
-2
lines changed

4 files changed

+41
-2
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ Arubanetworks.Aoscx Release Notes
55
.. contents:: Topics
66

77

8+
v4.3.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
New features (LAG and DNS), enhancements (VLAN) and bugfixes
15+
16+
Major Changes
17+
-------------
18+
19+
- Add enhancements for VLAN module by Alexis La Goutte (https://github.com/aruba/aoscx-ansible-collection/pull/60)
20+
- Add new modules for LAG (aoscx_lag_interface) and DNS (aoscx_dns)
21+
- Include fixes for issues found internally.
22+
23+
Minor Changes
24+
-------------
25+
26+
- 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)
27+
- Fix aoscx_command module (https://github.com/aruba/aoscx-ansible-collection/issues/70)
28+
- Fix sanity tests errors.
29+
- The ``gather_subsets`` choice ``config`` is not available yet and it will be available in a future release.
30+
831
v4.2.1
932
======
1033

changelogs/changelog.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,19 @@ releases:
4848
- Fix sanity errors for Ansible 2.12.
4949
release_summary: Documentation and bug fixes release
5050
release_date: '2023-06-08'
51+
4.3.0:
52+
changes:
53+
major_changes:
54+
- Add new modules for LAG (aoscx_lag_interface) and DNS (aoscx_dns)
55+
- Add enhancements for VLAN module by Alexis La Goutte (https://github.com/aruba/aoscx-ansible-collection/pull/60)
56+
- Include fixes for issues found internally.
57+
minor_changes:
58+
- Fix aoscx_command module (https://github.com/aruba/aoscx-ansible-collection/issues/70)
59+
- Fix Facts Ansible module. The ``gather_subset`` choices ``management_interface``
60+
, ``platform_name``, ``host_name``, ``product_info``, ``software_images`` are working
61+
again. (https://github.com/aruba/aoscx-ansible-collection/issues/76)
62+
- The ``gather_subsets`` choice ``config`` is not available yet and it will be available
63+
in a future release.
64+
- Fix sanity tests errors.
65+
release_summary: New features (LAG and DNS), enhancements (VLAN) and bugfixes
66+
release_date: '2023-08-30'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace: "arubanetworks"
22

33
name: "aoscx"
44

5-
version: "4.2.1"
5+
version: "4.3.0"
66

77
authors:
88
- "Madhusudan Pranav Venugopal"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
paramiko
22
requests
33
ansible-pylibssh
4-
pyaoscx>=2.4.1
4+
pyaoscx>=2.5.0

0 commit comments

Comments
 (0)