Skip to content

Commit

Permalink
Prep v1.2.2 (#61)
Browse files Browse the repository at this point in the history
Update CHANGELOG, README and galaxy collection.
  • Loading branch information
tony-vanderpeet authored Mar 22, 2023
1 parent a98096d commit 5eff8b3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ Allied Telesis Alliedware Plus (AW+) Collection Release Notes

.. contents:: Topics

v1.2.2
======

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

- improved tests in awplus_user module
- improved tests in awplus_openflow module
- minor improvements to Github workflow
- replace all formatting strings with f-strings

Bugfixes
--------

- awplus_l2_interfaces - Check for stackports before applying configuation.
- awplus_user - Support password hashing correctly.

Deleted Modules
---------------

New Modules
-----------

- awplus_acl - Resource module for ACLs.
- awplus_acl_interfaces - Resource module for configuring ACLs to interfaces.
- awplus_class_maps - Resource module for classifier maps.

v1.2.1
======

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ Name | Description
### Modules
Name | Description
--- | ---
alliedtelesis.awplus.awplus_acl|Configure ACLs
alliedtelesis.awplus.awplus_acl_interfaces|Attach ACLs to interfaces
alliedtelesis.awplus.awplus_banner|Manage multiline banners on Allied Telesis AW+ devices
alliedtelesis.awplus.awplus_bgp|Configure global BGP protocol settings on Allied Telesis AW+
alliedtelesis.awplus.awplus_class_maps|Configure classifier maps
alliedtelesis.awplus.awplus_command|Run arbitrary commands on an Allied Telesis AW+ device
alliedtelesis.awplus.awplus_config|Manage Allied Telesis AW+ configuration sections
alliedtelesis.awplus.awplus_facts|Collect facts from remote devices running Allied Telesis AW+
Expand Down
3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors:
"Jeremy Toth (@jtsource)",
"Darryl Alang",
"Tony van der Peet",
"Ben Hoelker",
]
dependencies: {}
description: "Modules to support configuration of AlliedWare Plus devices."
Expand All @@ -21,4 +22,4 @@ build_ignore:
- .vscode
- .github
- .gitignore
version: 1.2.1
version: 1.2.2

0 comments on commit 5eff8b3

Please sign in to comment.