Skip to content

Releases: nautobot/nautobot-app-firewall-models

v1.0.2 - 2022-09-22

22 Sep 14:23
c757fe2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1 - 2022-09-18

19 Sep 01:09
f97093e
Compare
Choose a tag to compare

What's Changed

  • Resolve issue with Policy Rule Form by @whitej6 in #84

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - 2022-08-31

31 Aug 20:16
ccdf8b6
Compare
Choose a tag to compare

What's Changed

Removed

  • #80 Support for Nautobot < v1.4.0

Changed

  • #80 All plural attrs on PolicyRule are now represented in plural form (source_user is now source_users etc).
  • #80 Nav menu name from Firewall to Security.
  • #80 Styling on PolicyRule detail tables

Added

  • #80 Support for Notes
  • #80 Source Service support
  • #80 Security panel on homepage
  • #80 PolicyRule detail tables convert empty value to ANY

Full Changelog: v0.1.0-beta.3...v1.0.0

v0.1.0-beta.3 - 2022-07-18

19 Jul 19:03
49c19a8
Compare
Choose a tag to compare
Pre-release

Changelog

v0.1.0-beta.3 - 2022-07-19

Changed

  • #68 Update Policy Rules Expanded to be more intuitive
  • #69 Change to use arrow in UI elements

Added

  • #63 Capirca Integration

v0.1.0-beta.2 - 2022-07-10

10 Jul 22:21
0d41530
Compare
Choose a tag to compare
Pre-release

Changed

  • Update Serializers to current standards
  • Update development environment to current standards
  • Update CI matrix for better runtime & coverage of versions

Fixed

  • Pydocstyle.ini being properly used
  • Dockerfile to work with NAUTOBOT_VER from build args, previously poetry superceeded the build arg.
  • Updates for status attributes to account for defaulting.
  • Static URLs for images in README.md to fix broken link in PyPI page rendering.

Added

  • Ability to expand Policy detail API view with query param deep=True.
  • Added to_json method on Policy and PolicyRule models.
  • Added rule_details as a helper for working with a PolicyRule
  • Added policy_details as a helper for working with a Policy
  • Initial scaffolding for MySQL development environment support.

v0.1.0-beta.1 - 2022-07-08

08 Jul 15:24
Compare
Choose a tag to compare
Pre-release

Fixed

  • Updated ReadTheDocs link in README.md

v0.1.0-beta.0 - 2022-07-08

08 Jul 14:49
1f8aee5
Compare
Choose a tag to compare
Pre-release

Initial pre-release