Releases: netbox-community/netbox-acls
Releases · netbox-community/netbox-acls
1.1.1
Final release compatible with NetBox 3.3. A huge thanks to getting these @abhi1693 items completed. @abhi1693 will be joining me as a maintainer of this project.
What's Changed
- #50 [Bug]: Site is not filtered by region in add access list form - @abhi1693
- #53 [Feature]: Add filtering for virtual machine in add access list page - @abhi1693
- #73 [Bug]: Some optional fields do not have default values causing migrations to be generated again - @abhi1693
- #88 [Docs]: Update README to use pypi for install - @ryanmerolle
- #90 [Feature]: Linkify rules count - @abhi1693
- #100 [Housekeeping]: Correct versioning in setup.py and init.py - @ryanmerolle
- #103 [Housekeeping]: Update forms to utilize NetBox classes - @abhi1693
- #104 [Feature]: Add permissions on navigation links allow admins to restrict access - @abhi1693
- #105 [Bug]: Value error when the instance does not exist - @abhi1693
- Move to NetBox initializers plugin since its no longer bundled in netbox-docker - @ryanmerolle
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Adds supports for NetBox 3.3 & Drops NetBox 3.2 support (Thanks @abhi1693)
Full Changelog: 1.0.1...1.1.0
1.0.1
What's Changed
- Bug Fix: ACL Interface assignment failure/traceback due to fault form validation logic
Full Changelog: 1.0.0...1.0.1
1.0.0
First release. Project renamed due to pypi existing package conflict.
Features include:
- Support for NetBox 3.2 only.
- Access List model for defining ACLs and assigning to hosts (devices, virtual_chassis, & virtual_machines).
- Separate Access List Rule models for Extended and Standard rule types.
- ACL Interface Assignment model to apply rules on ingress and/or egress of an interface (assuming the parent host has the ACL assigned).
- Access List cards for hosts (devices, virtual_chassis, & virtual_machines) & interfaces (interfaces & vminterfaces).
- Development workflow using VS Code devcontainer, docker-compose, and netbox-docker.