Imran Iqbal
abbfe162a1
chore(pre-commit): use `info` report level for `rstcheck` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/325
vor 3 Jahren
Imran Iqbal
cdaade380a
ci: add `arch-master` to matrix and update `.travis.yml` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/323
vor 3 Jahren
semantic-release-bot
a6e06a73d6
chore(release): 1.2.1 [skip ci]
## [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
](194cb99f16
))
* **zone.xml:** fix XML error ([88f9fd4
](88f9fd4687
))
### Continuous Integration
* **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([a2bcd11
](a2bcd11c4c
))
* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([98f91c2
](98f91c29df
))
* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([79eb50a
](79eb50a11a
))
* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([0bb7751
](0bb7751957
))
### Tests
* **_mapdata:** add verification file for `fedora-34` [skip ci] ([b8e0cb8
](b8e0cb8b14
))
* standardise use of `share` suite & `_mapdata` state [skip ci] ([291adbd
](291adbd997
))
* **_mapdata:** add verification files for new platforms ([b9d8775
](b9d8775937
))
vor 3 Jahren
Imran Iqbal
bf427f0626
Merge pull request #49 from genaumann/firewalld-fix
Firewalld fix
vor 3 Jahren
Gino Naumann
194cb99f16
fix(zone.xml): fix jinja error in rule.reject
vor 3 Jahren
Gino Naumann
88f9fd4687
fix(zone.xml): fix XML error
vor 3 Jahren
Imran Iqbal
79eb50a11a
ci(kitchen+gitlab): adjust matrix to add `3003` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/318
vor 3 Jahren
Imran Iqbal
b8e0cb8b14
test(_mapdata): add verification file for `fedora-34` [skip ci]
vor 3 Jahren
Imran Iqbal
33f16da093
chore: update `CODEOWNERS` & `.yamllint` re: `kitchen-vagrant` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/310
vor 3 Jahren
Imran Iqbal
291adbd997
test: standardise use of `share` suite & `_mapdata` state [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/302
vor 3 Jahren
Imran Iqbal
98f91c29df
ci(kitchen+ci): use latest pre-salted images (after CVE) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/299
vor 3 Jahren
Imran Iqbal
bfa283dd51
chore(yamllint): add `.git/` to ignores [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/297
vor 3 Jahren
Daniel Dehennin
990970bd1a
chore(rubocop): allow use of `YAML.load` for `_mapdata.rb` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/296
vor 3 Jahren
Dafydd Jones
acfabec326
chore(shellcheck): switch hook for `shellcheck` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/295
vor 3 Jahren
Imran Iqbal
a2bcd11c4c
ci(gemfile+lock): use `ssf` customised `kitchen-docker` repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/294
vor 3 Jahren
Imran Iqbal
0bb7751957
ci(kitchen+gitlab-ci): use latest pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/293
vor 3 Jahren
Imran Iqbal
b9d8775937
test(_mapdata): add verification files for new platforms
* `fedora-33`
* `opensuse-tumbleweed`
* `oraclelinux-7`
* `oraclelinux-8`
vor 3 Jahren
Imran Iqbal
08ab3568f0
chore: standardise structure (`.gitignore` & `_mapdata.rb`) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/292
vor 3 Jahren
semantic-release-bot
4c5d17ac46
chore(release): 1.2.0 [skip ci]
# [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
](a649d8763c
))
### Features
* **pillar.example,test/:** add example and test for richrule ratelimit ([f258526
](f25852637a
))
* **zone.xml:** allow to rate limit 'accept' in rich rules ([a2f4f3b
](a2f4f3b36e
))
### Tests
* **share:** standardise with latest changes [skip ci] ([7df88b9
](7df88b9e89
))
vor 3 Jahren
Imran Iqbal
44d039e7c4
Merge pull request #47 from apatard/master
feat(zone.xml): Allow to rate limit 'accept' in rich rules
vor 3 Jahren
Imran Iqbal
a649d8763c
ci(pre-commit): update hook for `rubocop` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/290
vor 3 Jahren
Imran Iqbal
7df88b9e89
test(share): standardise with latest changes [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/288
vor 3 Jahren
Arnaud Patard
f25852637a
feat(pillar.example,test/): add example and test for richrule ratelimit
Document and test the accept rate limiting of the rich rule.
Signed-off-by: Arnaud Patard <apatard@hupstream.com>
vor 3 Jahren
Arnaud Patard
a2f4f3b36e
feat(zone.xml): allow to rate limit 'accept' in rich rules
The current rich_rule macro is supporting to set if the connection
should be accepted or rejected or dropped but doesn't support setting
rate limiting in the 'accept' case. Add code for that.
Signed-off-by: Arnaud Patard <apatard@hupstream.com>
vor 3 Jahren
semantic-release-bot
4d797fc01e
chore(release): 1.1.2 [skip ci]
## [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
](a29e81bac6
))
### Tests
* **_mapdata:** update for `_mapdata/init.sls` change ([a647d6d
](a647d6d9a3
))
vor 3 Jahren
Daniel
fbcb655e09
Merge pull request #48 from myii/fix/ensure-map-data-directly-under-values
fix(_mapdata): ensure map data is directly under `values`
vor 3 Jahren
Imran Iqbal
a647d6d9a3
test(_mapdata): update for `_mapdata/init.sls` change
vor 3 Jahren
Daniel Dehennin
a29e81bac6
fix(_mapdata): ensure map data is directly under `values`
* Semi-automated using https://github.com/myii/ssf-formula/pull/287
vor 3 Jahren
semantic-release-bot
87df82dc79
chore(release): 1.1.1 [skip ci]
## [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
](a615af103e
))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([472a16c
](472a16c283
))
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([a88d749
](a88d749499
))
### Tests
* **_mapdata:** generate verification files ([7665d77
](7665d77f67
))
* **map:** verify `map.jinja` dump using `_mapdata` state ([22869e0
](22869e0c7f
))
vor 3 Jahren
Imran Iqbal
0def96f632
Merge pull request #46 from myii/test/manage-map.jinja-verification
test(map): verify `map.jinja` dump using `_mapdata` state
vor 3 Jahren
Imran Iqbal
7665d77f67
test(_mapdata): generate verification files
vor 3 Jahren
Imran Iqbal
22869e0c7f
test(map): verify `map.jinja` dump using `_mapdata` state
* Semi-automated using https://github.com/myii/ssf-formula/pull/286
vor 3 Jahren
Imran Iqbal
a615af103e
ci(commitlint): ensure `upstream/master` uses main repo URL [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/278
vor 3 Jahren
Imran Iqbal
472a16c283
ci(gitlab-ci): add `rubocop` linter (with `allow_failure`) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/277
vor 3 Jahren
Imran Iqbal
a88d749499
ci(gitlab-ci): use GitLab CI as Travis CI replacement
* Automated using https://github.com/myii/ssf-formula/pull/275
vor 3 Jahren
Imran Iqbal
ba2ef4455d
chore(gemfile+lock): update to latest gem versions (2020-W44) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/274
vor 4 Jahren
semantic-release-bot
fd556534e5
chore(release): 1.1.0 [skip ci]
# [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
](7a964e4738
))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([a33cd64
](a33cd641e2
))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([24e115c
](24e115cacb
))
* **pre-commit:** add to formula [skip ci] ([9254027
](9254027396
))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([c7e4dee
](c7e4dee62a
))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([118eacf
](118eacff45
))
* **travis:** add notifications => zulip [skip ci] ([b6c60b2
](b6c60b27b9
))
* **workflows/commitlint:** add to repo [skip ci] ([93853b6
](93853b643f
))
### Features
* **firewalld.conf:** support configuration of `AllowZoneDrifting` ([0ff53ff
](0ff53ffb27
)), closes [#44 ](https://github.com/saltstack-formulas/firewalld-formula/issues/44 )
vor 4 Jahren
Imran Iqbal
cb01f13091
Merge pull request #45 from myii/feat/support-AllowZoneDrifting
feat(firewalld.conf): support configuration of `AllowZoneDrifting`
vor 4 Jahren
Imran Iqbal
0ff53ffb27
feat(firewalld.conf): support configuration of `AllowZoneDrifting`
Close #44 .
Configuration description taken from:
* https://firewalld.org/documentation/man-pages/firewalld.conf.html
vor 4 Jahren
Imran Iqbal
d32059bd2b
chore(gemfile+lock): update to latest gem versions (2020-W43) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/273
vor 4 Jahren
Imran Iqbal
118eacff45
ci(pre-commit): finalise `rstcheck` configuration [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/267
vor 4 Jahren
Dafydd Jones
90cf74209a
chore(commitlint): add `{body,footer,header}-max(-line)-length` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/265
vor 4 Jahren
Imran Iqbal
662630d5aa
chore(gemfile+lock): update to latest gem versions (2020-W41) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/263
vor 4 Jahren
Imran Iqbal
c7e4dee62a
ci(pre-commit): enable/disable `rstcheck` as relevant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/262
vor 4 Jahren
Dafydd Jones
9254027396
ci(pre-commit): add to formula [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/259
vor 4 Jahren
Imran Iqbal
0e7f431952
chore(gemfile.lock): update to latest gem versions (2020-W27) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/235
vor 4 Jahren
Imran Iqbal
515b3a8a40
chore(gemfile.lock): update to latest gem versions (2020-W26) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/233
vor 4 Jahren
Imran Iqbal
e7dcb91931
chore(gemfile.lock): update to latest gem versions (2020-W25) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/229
vor 4 Jahren
Imran Iqbal
a33cd641e2
ci(kitchen): use `saltimages` Docker Hub where available [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/223
vor 4 Jahren
Imran Iqbal
ff53511110
chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/222
vor 4 Jahren