Skip to content

Releases: saltstack-formulas/firewalld-formula

v1.3.1

22 Jun 21:15
Compare
Choose a tag to compare

1.3.1 (2021-06-22)

Bug Fixes

  • debian10 iptables: install iptables from buster-backports (8d5c0c9)

Continuous Integration

  • kitchen+gitlab: remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (70cf9fa)

v1.3.0

18 Jun 18:45
Compare
Choose a tag to compare

1.3.0 (2021-06-18)

Continuous Integration

  • add arch-master to matrix and update .travis.yml [skip ci] (cdaade3)

Features

  • rich-rules: add priority to rich rules (9c2b41d), closes #51

v1.2.1

26 Apr 14:41
Compare
Choose a tag to compare

1.2.1 (2021-04-26)

Bug Fixes

  • zone.xml: fix jinja error in rule.reject (194cb99)
  • zone.xml: fix XML error (88f9fd4)

Continuous Integration

  • gemfile+lock: use ssf customised kitchen-docker repo [skip ci] (a2bcd11)
  • kitchen+ci: use latest pre-salted images (after CVE) [skip ci] (98f91c2)
  • kitchen+gitlab: adjust matrix to add 3003 [skip ci] (79eb50a)
  • kitchen+gitlab-ci: use latest pre-salted images [skip ci] (0bb7751)

Tests

  • _mapdata: add verification file for fedora-34 [skip ci] (b8e0cb8)
  • standardise use of share suite & _mapdata state [skip ci] (291adbd)
  • _mapdata: add verification files for new platforms (b9d8775)

v1.2.0

05 Feb 18:17
Compare
Choose a tag to compare

1.2.0 (2021-02-05)

Continuous Integration

  • pre-commit: update hook for rubocop [skip ci] (a649d87)

Features

  • pillar.example,test/: add example and test for richrule ratelimit (f258526)
  • zone.xml: allow to rate limit 'accept' in rich rules (a2f4f3b)

Tests

  • share: standardise with latest changes [skip ci] (7df88b9)

v1.1.2

14 Jan 21:13
Compare
Choose a tag to compare

1.1.2 (2021-01-14)

Bug Fixes

  • _mapdata: ensure map data is directly under values (a29e81b)

Tests

  • _mapdata: update for _mapdata/init.sls change (a647d6d)

v1.1.1

27 Dec 15:38
Compare
Choose a tag to compare

1.1.1 (2020-12-27)

Continuous Integration

  • commitlint: ensure upstream/master uses main repo URL [skip ci] (a615af1)
  • gitlab-ci: add rubocop linter (with allow_failure) [skip ci] (472a16c)
  • gitlab-ci: use GitLab CI as Travis CI replacement (a88d749)

Tests

  • _mapdata: generate verification files (7665d77)
  • map: verify map.jinja dump using _mapdata state (22869e0)

v1.1.0

24 Oct 07:29
Compare
Choose a tag to compare

1.1.0 (2020-10-24)

Continuous Integration

  • gemfile.lock: add to repo with updated Gemfile [skip ci] (7a964e4)
  • kitchen: use saltimages Docker Hub where available [skip ci] (a33cd64)
  • kitchen+travis: remove master-py2-arch-base-latest [skip ci] (24e115c)
  • pre-commit: add to formula [skip ci] (9254027)
  • pre-commit: enable/disable rstcheck as relevant [skip ci] (c7e4dee)
  • pre-commit: finalise rstcheck configuration [skip ci] (118eacf)
  • travis: add notifications => zulip [skip ci] (b6c60b2)
  • workflows/commitlint: add to repo [skip ci] (93853b6)

Features

  • firewalld.conf: support configuration of AllowZoneDrifting (0ff53ff), closes #44

v1.0.0

18 Apr 15:11
Compare
Choose a tag to compare

1.0.0 (2020-04-18)

Bug Fixes

  • do not error on unknown os_family grain (94d2b0b)

Code Refactoring

  • split default maps into separate files (afcf5e7)

Tests

  • yaml_dump_spec: update after splitting map.jinja (d1f7a37)

BREAKING CHANGES

  • map.jinja has been upgraded from using pillar.get
    to config.get.

v0.10.1

18 Apr 14:52
Compare
Choose a tag to compare

0.10.1 (2020-04-18)

Tests

  • verify map output using yaml_dump (69df9a6)

v0.10.0

02 Apr 12:28
Compare
Choose a tag to compare

0.10.0 (2020-04-02)

Bug Fixes

  • zone.xml: adjust whitespacing to pass tests & macro at top of file (d8f0f47)

Features

  • allow rich_rules to be specified as a dict (cd4cec0)

Styles

  • zone.xml: remove all trailing whitespaces (204efe5)

Tests

  • zones_spec: check content of rendered zone files (6ebfc6f)