|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
-
- Changelog
- =========
-
- `1.3.1 <https://github.com/saltstack-formulas/firewalld-formula/compare/v1.3.0...v1.3.1>`_ (2021-06-22)
- -----------------------------------------------------------------------------------------------------------
-
- Bug Fixes
- ^^^^^^^^^
-
-
- * **debian10 iptables:** install iptables from buster-backports (\ `8d5c0c9 <https://github.com/saltstack-formulas/firewalld-formula/commit/8d5c0c941044b65f275b05f5579d54282943ced7>`_\ )
-
- Continuous Integration
- ^^^^^^^^^^^^^^^^^^^^^^
-
-
- * **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `70cf9fa <https://github.com/saltstack-formulas/firewalld-formula/commit/70cf9fa8d50ae833020108c5136ad8fddf733d29>`_\ )
-
- `1.3.0 <https://github.com/saltstack-formulas/firewalld-formula/compare/v1.2.1...v1.3.0>`_ (2021-06-18)
- -----------------------------------------------------------------------------------------------------------
-
- Continuous Integration
- ^^^^^^^^^^^^^^^^^^^^^^
-
-
- * add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `cdaade3 <https://github.com/saltstack-formulas/firewalld-formula/commit/cdaade380a4f4e42e2e4fe91cd60de1e179c3e0f>`_\ )
-
- Features
- ^^^^^^^^
-
-
- * **rich-rules:** add priority to rich rules (\ `9c2b41d <https://github.com/saltstack-formulas/firewalld-formula/commit/9c2b41d0f9de3e7601df465db2e1005effcbb0c7>`_\ ), closes `#51 <https://github.com/saltstack-formulas/firewalld-formula/issues/51>`_
-
- `1.2.1 <https://github.com/saltstack-formulas/firewalld-formula/compare/v1.2.0...v1.2.1>`_ (2021-04-26)
- -----------------------------------------------------------------------------------------------------------
-
- Bug Fixes
- ^^^^^^^^^
-
-
- * **zone.xml:** fix jinja error in rule.reject (\ `194cb99 <https://github.com/saltstack-formulas/firewalld-formula/commit/194cb99f1684bfd0a3ecdf89adc2acd1287d83dd>`_\ )
- * **zone.xml:** fix XML error (\ `88f9fd4 <https://github.com/saltstack-formulas/firewalld-formula/commit/88f9fd4687ebb0845123cadb9974419cf496a1bf>`_\ )
-
- Continuous Integration
- ^^^^^^^^^^^^^^^^^^^^^^
-
-
- * **gemfile+lock:** use ``ssf`` customised ``kitchen-docker`` repo [skip ci] (\ `a2bcd11 <https://github.com/saltstack-formulas/firewalld-formula/commit/a2bcd11c4ca18bb374cc802c3575b791713b7a04>`_\ )
- * **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] (\ `98f91c2 <https://github.com/saltstack-formulas/firewalld-formula/commit/98f91c29dff006757b18b3567789ed67435d012a>`_\ )
- * **kitchen+gitlab:** adjust matrix to add ``3003`` [skip ci] (\ `79eb50a <https://github.com/saltstack-formulas/firewalld-formula/commit/79eb50a11aeb630f2732e8e1c1a29c054cb8ed4c>`_\ )
- * **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] (\ `0bb7751 <https://github.com/saltstack-formulas/firewalld-formula/commit/0bb7751957ed1d70cab6a711f9f0bc7b8ce54e3a>`_\ )
-
- Tests
- ^^^^^
-
-
- * **_mapdata:** add verification file for ``fedora-34`` [skip ci] (\ `b8e0cb8 <https://github.com/saltstack-formulas/firewalld-formula/commit/b8e0cb8b14367dc22a8c776c4f3255bab674e9a7>`_\ )
- * standardise use of ``share`` suite & ``_mapdata`` state [skip ci] (\ `291adbd <https://github.com/saltstack-formulas/firewalld-formula/commit/291adbd997657f3e34124c887a201c1b99d0a914>`_\ )
- * **_mapdata:** add verification files for new platforms (\ `b9d8775 <https://github.com/saltstack-formulas/firewalld-formula/commit/b9d8775937bc9e533f0e47b384acefce41b80369>`_\ )
-
- `1.2.0 <https://github.com/saltstack-formulas/firewalld-formula/compare/v1.1.2...v1.2.0>`_ (2021-02-05)
- -----------------------------------------------------------------------------------------------------------
-
- Continuous Integration
- ^^^^^^^^^^^^^^^^^^^^^^
-
-
- * **pre-commit:** update hook for ``rubocop`` [skip ci] (\ `a649d87 <https://github.com/saltstack-formulas/firewalld-formula/commit/a649d8763c92b25a4e1644caf37af4aabb688e03>`_\ )
-
- Features
- ^^^^^^^^
-
-
- * **pillar.example,test/:** add example and test for richrule ratelimit (\ `f258526 <https://github.com/saltstack-formulas/firewalld-formula/commit/f25852637a7aeb8608b4618b952407b59b0dbf7e>`_\ )
- * **zone.xml:** allow to rate limit 'accept' in rich rules (\ `a2f4f3b <https://github.com/saltstack-formulas/firewalld-formula/commit/a2f4f3b36e3295311128673f33f90c93de24288d>`_\ )
-
- Tests
- ^^^^^
-
-
- * **share:** standardise with latest changes [skip ci] (\ `7df88b9 <https://github.com/saltstack-formulas/firewalld-formula/commit/7df88b9e893f93be1b24de77338fdee0c1c8727c>`_\ )
-
- `1.1.2 <https://github.com/saltstack-formulas/firewalld-formula/compare/v1.1.1...v1.1.2>`_ (2021-01-14)
- -----------------------------------------------------------------------------------------------------------
-
- Bug Fixes
- ^^^^^^^^^
-
-
- * **_mapdata:** ensure map data is directly under ``values`` (\ `a29e81b <https://github.com/saltstack-formulas/firewalld-formula/commit/a29e81bac6febaf89859972a08c11cf6bda67a3f>`_\ )
-
- Tests
- ^^^^^
-
-
- * **_mapdata:** update for ``_mapdata/init.sls`` change (\ `a647d6d <https://github.com/saltstack-formulas/firewalld-formula/commit/a647d6d9a3d703e113d4e5eab480d43e9b0322c8>`_\ )
-
- `1.1.1 <https://github.com/saltstack-formulas/firewalld-formula/compare/v1.1.0...v1.1.1>`_ (2020-12-27)
- -----------------------------------------------------------------------------------------------------------
-
- Continuous Integration
- ^^^^^^^^^^^^^^^^^^^^^^
-
-
- * **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `a615af1 <https://github.com/saltstack-formulas/firewalld-formula/commit/a615af103e7a9d89b05e8e7a4f9d139ec112c599>`_\ )
- * **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `472a16c <https://github.com/saltstack-formulas/firewalld-formula/commit/472a16c283f60f84acc25846ef03da346c0a2cc5>`_\ )
- * **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `a88d749 <https://github.com/saltstack-formulas/firewalld-formula/commit/a88d749499a613299dcb688f97aad9af97221ec6>`_\ )
-
- Tests
- ^^^^^
-
-
- * **_mapdata:** generate verification files (\ `7665d77 <https://github.com/saltstack-formulas/firewalld-formula/commit/7665d77f67749722d5b3d8ef73aa75ede034d365>`_\ )
- * **map:** verify ``map.jinja`` dump using ``_mapdata`` state (\ `22869e0 <https://github.com/saltstack-formulas/firewalld-formula/commit/22869e0c7fa5ae6c7f8d354d4302cb945202347a>`_\ )
-
- `1.1.0 <https://github.com/saltstack-formulas/firewalld-formula/compare/v1.0.0...v1.1.0>`_ (2020-10-24)
- -----------------------------------------------------------------------------------------------------------
-
- Continuous Integration
- ^^^^^^^^^^^^^^^^^^^^^^
-
-
- * **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `7a964e4 <https://github.com/saltstack-formulas/firewalld-formula/commit/7a964e4738f0d7e3745da3b1f97a3407ca134381>`_\ )
- * **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `a33cd64 <https://github.com/saltstack-formulas/firewalld-formula/commit/a33cd641e248d0640dce3719836f5d4a0ff739e8>`_\ )
- * **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `24e115c <https://github.com/saltstack-formulas/firewalld-formula/commit/24e115cacb52e4a8a51fd92465e4442d6a68d1d3>`_\ )
- * **pre-commit:** add to formula [skip ci] (\ `9254027 <https://github.com/saltstack-formulas/firewalld-formula/commit/92540273969100880c55ad041c2e450deefef101>`_\ )
- * **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `c7e4dee <https://github.com/saltstack-formulas/firewalld-formula/commit/c7e4dee62a9a9a8f57cacde4b7d5c23ab9d36156>`_\ )
- * **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `118eacf <https://github.com/saltstack-formulas/firewalld-formula/commit/118eacff459289ae21fd5cd630857b306f817ce9>`_\ )
- * **travis:** add notifications => zulip [skip ci] (\ `b6c60b2 <https://github.com/saltstack-formulas/firewalld-formula/commit/b6c60b27b9b37ab73a859bfac31f64df84046641>`_\ )
- * **workflows/commitlint:** add to repo [skip ci] (\ `93853b6 <https://github.com/saltstack-formulas/firewalld-formula/commit/93853b643f23e77f00a642d8f12b3da8b322ee8b>`_\ )
-
- Features
- ^^^^^^^^
-
-
- * **firewalld.conf:** support configuration of ``AllowZoneDrifting`` (\ `0ff53ff <https://github.com/saltstack-formulas/firewalld-formula/commit/0ff53ffb2790ab95b71d3df461a04bca8f02a520>`_\ ), closes `#44 <https://github.com/saltstack-formulas/firewalld-formula/issues/44>`_
-
- `1.0.0 <https://github.com/saltstack-formulas/firewalld-formula/compare/v0.10.1...v1.0.0>`_ (2020-04-18)
- ------------------------------------------------------------------------------------------------------------
-
- Bug Fixes
- ^^^^^^^^^
-
-
- * do not error on unknown os_family grain (\ `94d2b0b <https://github.com/saltstack-formulas/firewalld-formula/commit/94d2b0b97c242174c6f1c08cb2da2d2d03d98bd4>`_\ )
-
- Code Refactoring
- ^^^^^^^^^^^^^^^^
-
-
- * split default maps into separate files (\ `afcf5e7 <https://github.com/saltstack-formulas/firewalld-formula/commit/afcf5e770085565b11c25e9af522b194bd67fc30>`_\ )
-
- Tests
- ^^^^^
-
-
- * **yaml_dump_spec:** update after splitting ``map.jinja`` (\ `d1f7a37 <https://github.com/saltstack-formulas/firewalld-formula/commit/d1f7a3717184bc22fde6e04d8672fcce0a462c4b>`_\ )
-
- BREAKING CHANGES
- ^^^^^^^^^^^^^^^^
-
-
- * ``map.jinja`` has been upgraded from using ``pillar.get``
- to ``config.get``.
-
- `0.10.1 <https://github.com/saltstack-formulas/firewalld-formula/compare/v0.10.0...v0.10.1>`_ (2020-04-18)
- --------------------------------------------------------------------------------------------------------------
-
- Tests
- ^^^^^
-
-
- * verify map output using ``yaml_dump`` (\ `69df9a6 <https://github.com/saltstack-formulas/firewalld-formula/commit/69df9a62d6e12377b9a516e7454e75b49b0bffae>`_\ )
-
- `0.10.0 <https://github.com/saltstack-formulas/firewalld-formula/compare/v0.9.0...v0.10.0>`_ (2020-04-02)
- -------------------------------------------------------------------------------------------------------------
-
- Bug Fixes
- ^^^^^^^^^
-
-
- * **zone.xml:** adjust whitespacing to pass tests & macro at top of file (\ `d8f0f47 <https://github.com/saltstack-formulas/firewalld-formula/commit/d8f0f47a5408bde763050c457269ef129a48b050>`_\ )
-
- Features
- ^^^^^^^^
-
-
- * allow rich_rules to be specified as a dict (\ `cd4cec0 <https://github.com/saltstack-formulas/firewalld-formula/commit/cd4cec008983943213ac3bb721ab69c3a5214c54>`_\ )
-
- Styles
- ^^^^^^
-
-
- * **zone.xml:** remove all trailing whitespaces (\ `204efe5 <https://github.com/saltstack-formulas/firewalld-formula/commit/204efe5fc7065a2c2f4f55aa0138bf98675cba4e>`_\ )
-
- Tests
- ^^^^^
-
-
- * **zones_spec:** check content of rendered zone files (\ `6ebfc6f <https://github.com/saltstack-formulas/firewalld-formula/commit/6ebfc6f20cfd72c2785514ab35484c9575401648>`_\ )
-
- `0.9.0 <https://github.com/saltstack-formulas/firewalld-formula/compare/v0.8.0...v0.9.0>`_ (2020-02-12)
- -----------------------------------------------------------------------------------------------------------
-
- Features
- ^^^^^^^^
-
-
- * **zone.xml:** allow more services definition inside zone (\ `8d0172f <https://github.com/saltstack-formulas/firewalld-formula/commit/8d0172f5c7e0e1a2856dbbc0bf149ee8ddfd225a>`_\ )
-
- `0.8.0 <https://github.com/saltstack-formulas/firewalld-formula/compare/v0.7.0...v0.8.0>`_ (2020-02-12)
- -----------------------------------------------------------------------------------------------------------
-
- Continuous Integration
- ^^^^^^^^^^^^^^^^^^^^^^
-
-
- * workaround issues with newly introduced ``amazonlinux-1`` [skip ci] (\ `ace3433 <https://github.com/saltstack-formulas/firewalld-formula/commit/ace343353d2c7b183b424e8a3f08b575417add3f>`_\ )
- * workaround issues with newly introduced ``amazonlinux-1`` [skip ci] (\ `b5a95f3 <https://github.com/saltstack-formulas/firewalld-formula/commit/b5a95f35ab98b872be852597d046d8d25f06b08b>`_\ )
- * **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `908f5df <https://github.com/saltstack-formulas/firewalld-formula/commit/908f5df86cd69f28ef4e48fbde13c35eb003b627>`_\ )
- * **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `0b82e43 <https://github.com/saltstack-formulas/firewalld-formula/commit/0b82e43a1507bb748adefd13a0412ef7ccae8eb7>`_\ )
- * **travis:** apply changes from build config validation [skip ci] (\ `6e1b876 <https://github.com/saltstack-formulas/firewalld-formula/commit/6e1b876298c2d782b132c1571d1f20564fb01bf1>`_\ )
- * **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `70dc9aa <https://github.com/saltstack-formulas/firewalld-formula/commit/70dc9aa3b4e299b6f8553132cd9d4401f4635f97>`_\ )
- * **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `97afbb1 <https://github.com/saltstack-formulas/firewalld-formula/commit/97afbb157557ec3096cc8a8de48f737960dfda4e>`_\ )
- * **travis:** run ``shellcheck`` during lint job [skip ci] (\ `d8bede7 <https://github.com/saltstack-formulas/firewalld-formula/commit/d8bede7082130445461f990346f64d4db22e4bd2>`_\ )
- * **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `b96cc56 <https://github.com/saltstack-formulas/firewalld-formula/commit/b96cc569fe9a68deb2eb78974c216eb736d3b57b>`_\ )
- * **travis:** use build config validation (beta) [skip ci] (\ `07e7900 <https://github.com/saltstack-formulas/firewalld-formula/commit/07e79001cddc4918f6ace716b15cf0658e09d374>`_\ )
-
- Features
- ^^^^^^^^
-
-
- * standardize license and hand over to saltstack formulas (\ `20cb8a6 <https://github.com/saltstack-formulas/firewalld-formula/commit/20cb8a60d362a7484892fc6703de954c67fb8763>`_\ )
-
- `0.7.0 <https://github.com/saltstack-formulas/firewalld-formula/compare/v0.6.2...v0.7.0>`_ (2019-11-09)
- -----------------------------------------------------------------------------------------------------------
-
- Bug Fixes
- ^^^^^^^^^
-
-
- * **map.jinja:** fix ``salt-lint`` errors (\ `de4e191 <https://github.com/saltstack-formulas/firewalld-formula/commit/de4e1915fb17b2278132076c7946539191f1e018>`_\ )
- * **rubocop:** add fixes using ``rubocop --safe-auto-correct`` (\ `8136b75 <https://github.com/saltstack-formulas/firewalld-formula/commit/8136b75fa0266dc8d849a40a1fdb77129d6da31f>`_\ )
- * **yamllint:** fix all errors (\ `0f808d6 <https://github.com/saltstack-formulas/firewalld-formula/commit/0f808d6afb383c56abfa439fde0fab46374ea2d7>`_\ )
-
- Documentation
- ^^^^^^^^^^^^^
-
-
- * **readme:** modify according to standard structure (\ `3df11fc <https://github.com/saltstack-formulas/firewalld-formula/commit/3df11fc75cade2d801183c3ae110821d2842f53f>`_\ )
- * **readme:** move to ``docs/`` directory (\ `d47265f <https://github.com/saltstack-formulas/firewalld-formula/commit/d47265f9743195a96565701e758789fbc14e3084>`_\ )
-
- Features
- ^^^^^^^^
-
-
- * **semantic-release:** implement for this formula (\ `c5f114d <https://github.com/saltstack-formulas/firewalld-formula/commit/c5f114d8863f6763c49cc08c723924649c8c1ed3>`_\ )
|