Commit Graph

168 Commits

Author SHA1 Message Date
Gino Naumann
88f9fd4687 fix(zone.xml): fix XML error 2021-04-25 02:05:09 +02:00
Imran Iqbal
33f16da093
chore: update CODEOWNERS & .yamllint re: kitchen-vagrant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/310
2021-04-05 18:17:16 +01:00
Imran Iqbal
291adbd997
test: standardise use of share suite & _mapdata state [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/302
2021-03-23 21:26:54 +00:00
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
2021-03-07 22:17:39 +00:00
Imran Iqbal
bfa283dd51
chore(yamllint): add .git/ to ignores [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/297
2021-03-05 18:30:52 +00:00
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
2021-02-23 21:46:28 +00:00
Dafydd Jones
acfabec326
chore(shellcheck): switch hook for shellcheck [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/295
2021-02-21 08:28:57 +00:00
Imran Iqbal
a2bcd11c4c
ci(gemfile+lock): use ssf customised kitchen-docker repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/294
2021-02-17 13:48:18 +00:00
Imran Iqbal
0bb7751957
ci(kitchen+gitlab-ci): use latest pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/293
2021-02-17 12:00:10 +00:00
Imran Iqbal
b9d8775937
test(_mapdata): add verification files for new platforms
* `fedora-33`
* `opensuse-tumbleweed`
* `oraclelinux-7`
* `oraclelinux-8`
2021-02-17 11:52:34 +00:00
Imran Iqbal
08ab3568f0
chore: standardise structure (.gitignore & _mapdata.rb) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/292
2021-02-11 11:48:04 +00:00
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))
2021-02-05 18:16:54 +00:00
Imran Iqbal
44d039e7c4
Merge pull request #47 from apatard/master
feat(zone.xml): Allow to rate limit 'accept' in rich rules
2021-02-05 18:14:50 +00:00
Imran Iqbal
a649d8763c
ci(pre-commit): update hook for rubocop [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/290
2021-02-02 00:17:07 +00:00
Imran Iqbal
7df88b9e89
test(share): standardise with latest changes [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/288
2021-02-01 07:23:09 +00:00
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>
2021-01-21 12:02:41 +01:00
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>
2021-01-21 11:50:50 +01:00
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))
2021-01-14 21:13:45 +00:00
Daniel
fbcb655e09
Merge pull request #48 from myii/fix/ensure-map-data-directly-under-values
fix(_mapdata): ensure map data is directly under `values`
2021-01-14 21:07:15 +00:00
Imran Iqbal
a647d6d9a3
test(_mapdata): update for _mapdata/init.sls change 2021-01-14 20:53:27 +00:00
Daniel Dehennin
a29e81bac6
fix(_mapdata): ensure map data is directly under values
* Semi-automated using https://github.com/myii/ssf-formula/pull/287
2021-01-14 20:35:10 +00:00
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))
2020-12-27 15:38:45 +00:00
Imran Iqbal
0def96f632
Merge pull request #46 from myii/test/manage-map.jinja-verification
test(map): verify `map.jinja` dump using `_mapdata` state
2020-12-27 15:32:49 +00:00
Imran Iqbal
7665d77f67
test(_mapdata): generate verification files 2020-12-26 08:01:08 +00:00
Imran Iqbal
22869e0c7f
test(map): verify map.jinja dump using _mapdata state
* Semi-automated using https://github.com/myii/ssf-formula/pull/286
2020-12-26 08:00:04 +00:00
Imran Iqbal
a615af103e
ci(commitlint): ensure upstream/master uses main repo URL [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/278
2020-12-20 18:44:18 +00:00
Imran Iqbal
472a16c283
ci(gitlab-ci): add rubocop linter (with allow_failure) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/277
2020-12-19 14:29:50 +00:00
Imran Iqbal
a88d749499
ci(gitlab-ci): use GitLab CI as Travis CI replacement
* Automated using https://github.com/myii/ssf-formula/pull/275
2020-12-16 06:30:40 +00:00
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
2020-10-26 22:47:58 +00:00
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)
2020-10-24 07:29:43 +00:00
Imran Iqbal
cb01f13091
Merge pull request #45 from myii/feat/support-AllowZoneDrifting
feat(firewalld.conf): support configuration of `AllowZoneDrifting`
2020-10-24 08:20:12 +01:00
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
2020-10-24 07:09:06 +01:00
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
2020-10-20 10:16:18 +01:00
Imran Iqbal
118eacff45
ci(pre-commit): finalise rstcheck configuration [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/267
2020-10-10 06:46:27 +01:00
Dafydd Jones
90cf74209a
chore(commitlint): add {body,footer,header}-max(-line)-length [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/265
2020-10-07 09:04:28 +01:00
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
2020-10-07 00:02:49 +01:00
Imran Iqbal
c7e4dee62a
ci(pre-commit): enable/disable rstcheck as relevant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/262
2020-10-05 00:18:58 +01:00
Dafydd Jones
9254027396
ci(pre-commit): add to formula [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/259
2020-10-03 10:22:12 +01:00
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
2020-07-06 14:25:26 +01:00
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
2020-06-26 12:41:48 +01:00
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
2020-06-21 12:54:11 +01:00
Imran Iqbal
a33cd641e2 ci(kitchen): use saltimages Docker Hub where available [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/223
2020-06-15 16:52:02 +01:00
Imran Iqbal
ff53511110 chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/222
2020-06-15 15:03:13 +01:00
Imran Iqbal
642d4606d8 chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/221
2020-06-05 22:12:47 +01:00
Imran Iqbal
0d2c0a7700 chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/202
2020-05-28 00:17:23 +01:00
Imran Iqbal
b6c60b27b9 ci(travis): add notifications => zulip [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/191
2020-05-21 20:05:44 +01:00
Imran Iqbal
6fa7f7a09d chore(codeowners): update semantic-release related files [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/174
2020-05-04 23:14:28 +01:00
Imran Iqbal
183b48a248 chore(codeowners): add to repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/173
2020-05-04 22:42:44 +01:00
Imran Iqbal
93853b643f ci(workflows/commitlint): add to repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/172
2020-05-04 09:28:06 +01:00
Imran Iqbal
24e115cacb ci(kitchen+travis): remove master-py2-arch-base-latest [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/167
2020-05-02 04:26:42 +01:00