Skip to content

Commit 71e9aa9

Browse files
chore(release): 0.17.5 [skip ci]
## [0.17.5](v0.17.4...v0.17.5) (2021-06-16) ### Bug Fixes * **fedora-34:** use `iptables-compat` package for installation ([650c318](650c318)) ### Continuous Integration * add `arch-master` to matrix and update `.travis.yml` [skip ci] ([acf6c32](acf6c32)) * **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([3bd21d7](3bd21d7))
1 parent 2ba9477 commit 71e9aa9

File tree

5 files changed

+36
-7
lines changed

5 files changed

+36
-7
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|75
7+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|79
88
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/85002?v=4' width='36' height='36' alt='@jstrunk'>|[@jstrunk](https://github.com/jstrunk)|17
9-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|14
9+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|15
1010
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|12
1111
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|4
1212
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|3
@@ -31,4 +31,4 @@ Avatar|Contributor|Contributions
3131

3232
---
3333

34-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-20.
34+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-16.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.17.5](https://github.com/saltstack-formulas/iptables-formula/compare/v0.17.4...v0.17.5) (2021-06-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **fedora-34:** use `iptables-compat` package for installation ([650c318](https://github.com/saltstack-formulas/iptables-formula/commit/650c318a0abd89bf6ae4f069b2d8eeb07acdc0ac))
9+
10+
11+
### Continuous Integration
12+
13+
* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([acf6c32](https://github.com/saltstack-formulas/iptables-formula/commit/acf6c327bb370e89ab53c65832245b438764f5ca))
14+
* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([3bd21d7](https://github.com/saltstack-formulas/iptables-formula/commit/3bd21d764bf8ed639661f997feee486725cedb6d))
15+
316
## [0.17.4](https://github.com/saltstack-formulas/iptables-formula/compare/v0.17.3...v0.17.4) (2021-04-20)
417

518

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: iptables
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
33
os_family: Debian, RedHat, Suse
4-
version: 0.17.4
4+
version: 0.17.5
55
release: 1
66
minimum_version: 2017.7
77
summary: Iptables formula

docs/AUTHORS.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 75
18+
- 79
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/85002?v=4' width='36' height='36' alt='@jstrunk'>`
2020
- `@jstrunk <https://github.com/jstrunk>`_
2121
- 17
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
2323
- `@javierbertoli <https://github.com/javierbertoli>`_
24-
- 14
24+
- 15
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2626
- `@aboe76 <https://github.com/aboe76>`_
2727
- 12
@@ -89,4 +89,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
8989

9090
----
9191

92-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-04-20.
92+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-06-16.

docs/CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
Changelog
33
=========
44

5+
`0.17.5 <https://github.com/saltstack-formulas/iptables-formula/compare/v0.17.4...v0.17.5>`_ (2021-06-16)
6+
-------------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **fedora-34:** use ``iptables-compat`` package for installation (\ `650c318 <https://github.com/saltstack-formulas/iptables-formula/commit/650c318a0abd89bf6ae4f069b2d8eeb07acdc0ac>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `acf6c32 <https://github.com/saltstack-formulas/iptables-formula/commit/acf6c327bb370e89ab53c65832245b438764f5ca>`_\ )
19+
* **kitchen+gitlab:** adjust matrix to add ``3003`` [skip ci] (\ `3bd21d7 <https://github.com/saltstack-formulas/iptables-formula/commit/3bd21d764bf8ed639661f997feee486725cedb6d>`_\ )
20+
521
`0.17.4 <https://github.com/saltstack-formulas/iptables-formula/compare/v0.17.3...v0.17.4>`_ (2021-04-20)
622
-------------------------------------------------------------------------------------------------------------
723

0 commit comments

Comments
 (0)