Skip to content

Releases: linux-system-roles/firewall

Version 1.7.3

17 Jan 20:42

Choose a tag to compare

[1.7.3] - 2024-01-16

Other Changes

  • ci: Use supported ansible-lint action; run ansible-lint against the collection (#200)
  • ci: bump github/codeql-action from 2 to 3 (#201)
  • ci: Use supported ansible-lint action; run ansible-lint against the collection (#203)
  • ci: Add conditional reboot for transactional update support (#204)

Version 1.7.2

08 Dec 21:08

Choose a tag to compare

[1.7.2] - 2023-12-08

Other Changes

  • ci: bump actions/github-script from 6 to 7 (#197)
  • refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#198)

Version 1.7.1

22 Nov 17:41

Choose a tag to compare

[1.7.1] - 2023-11-22

Other Changes

  • refactor: improve support for ostree systems (#195)

Version 1.7.0

26 Oct 16:00

Choose a tag to compare

[1.7.0] - 2023-10-26

New Features

  • feat: support for ostree systems (#191)

Other Changes

  • build(deps): bump actions/checkout from 3 to 4 (#183)
  • ci: ensure dependabot git commit message conforms to commitlint (#187)
  • ci: use dump_packages.py callback to get packages used by role (#189)
  • ci: tox-lsr version 3.1.1 (#192)

Version 1.6.4

08 Sep 13:03
e94a472

Choose a tag to compare

[1.6.4] - 2023-09-08

Other Changes

  • docs: Make badges consistent, run markdownlint on all .md files (#179)

  • Consistently generate badges for GH workflows in README RHELPLAN-146921

  • Run markdownlint on all .md files

  • Add custom-woke-action if not used already

  • Rename woke action to Woke for a pretty badge

Signed-off-by: Sergei Petrosian spetrosi@redhat.com

  • ci: Remove badges from README.md prior to converting to HTML (#180)

  • Remove thematic break after badges

  • Remove badges from README.md prior to converting to HTML

Signed-off-by: Sergei Petrosian spetrosi@redhat.com

Version 1.6.3

17 Aug 22:27

Choose a tag to compare

[1.6.3] - 2023-08-17

Bug Fixes

  • fix: files: overwrite firewalld.conf on previous replaced (#176)

Version 1.6.2

15 Aug 15:52
e4042f1

Choose a tag to compare

[1.6.2] - 2023-08-15

Other Changes

  • ci: Add markdownlint, test_converting_readme, and build_docs workflows (#173)
  • test: this test requires facts, so explicitly gather (#174)

Version 1.6.1

09 Aug 23:08
e4ba6e0

Choose a tag to compare

[1.6.1] - 2023-08-09

Other Changes

  • tests: test_ping: fix compatability issues (#171)

Version 1.6.0

08 Aug 18:51
d9be203

Choose a tag to compare

[1.6.0] - 2023-08-08

New Features

  • feat: define, modify, and remove ipsets (#166)

Version 1.5.0

31 Jul 20:57
f5a6d46

Choose a tag to compare

[1.5.0] - 2023-07-31

New Features

  • feat: add new arg firewalld_conf, subarg allow_zone_drifting (#162)

Bug Fixes

  • fix: error when running with check mode and previous: replaced (#163)
  • fix: firewall_lib: make try_set_zone_of_interface idempotent (#167)

Other Changes

  • test: tests_ansible zone cleanup; check for default zone (#165)