Skip to content

Commit 25a8129

Browse files
chore(release): 0.16.1 [skip ci]
## [0.16.1](v0.16.0...v0.16.1) (2019-10-10) ### Bug Fixes * **init.sls:** fix `salt-lint` errors ([](65369c5)) * **service.sls:** fix `salt-lint` errors ([](49a2c62)) ### Continuous Integration * **kitchen:** change `log_level` to `debug` instead of `info` ([](21844a9)) * **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](02b5b59)) * **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](79c98ed)) * **kitchen+travis:** replace EOL pre-salted images ([](98ee968)) * **platform:** add `arch-base-latest` ([](2ba3a7c)) * **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](8d94551)) * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](4f0c67b)) * use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](dccab80))
1 parent 609006a commit 25a8129

File tree

5 files changed

+52
-13
lines changed

5 files changed

+52
-13
lines changed

AUTHORS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|21
78
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/85002?v=4' width='36' height='36' alt='@jstrunk'>|[@jstrunk](https://github.com/jstrunk)|17
89
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|11
9-
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|7
10-
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|5
10+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|11
1111
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|4
12-
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/280058?v=4' width='36' height='36' alt='@enver'>|[@enver](https://github.com/enver)|3
1312
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|3
1413
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/639906?v=4' width='36' height='36' alt='@syphernl'>|[@syphernl](https://github.com/syphernl)|3
1514
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1079875?v=4' width='36' height='36' alt='@bogdanr'>|[@bogdanr](https://github.com/bogdanr)|2
@@ -29,4 +28,4 @@ Avatar|Contributor|Contributions
2928

3029
---
3130

32-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-10.
31+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-10.

CHANGELOG.md

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

3+
## [0.16.1](https://github.com/saltstack-formulas/iptables-formula/compare/v0.16.0...v0.16.1) (2019-10-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **init.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/iptables-formula/commit/65369c5))
9+
* **service.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/iptables-formula/commit/49a2c62))
10+
11+
12+
### Continuous Integration
13+
14+
* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/iptables-formula/commit/21844a9))
15+
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/iptables-formula/commit/02b5b59))
16+
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/iptables-formula/commit/79c98ed))
17+
* **kitchen+travis:** replace EOL pre-salted images ([](https://github.com/saltstack-formulas/iptables-formula/commit/98ee968))
18+
* **platform:** add `arch-base-latest` ([](https://github.com/saltstack-formulas/iptables-formula/commit/2ba3a7c))
19+
* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/iptables-formula/commit/8d94551))
20+
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/iptables-formula/commit/4f0c67b))
21+
* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/iptables-formula/commit/dccab80))
22+
323
# [0.16.0](https://github.com/saltstack-formulas/iptables-formula/compare/v0.15.0...v0.16.0) (2019-08-10)
424

525

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.16.0
4+
version: 0.16.1
55
release: 1
66
minimum_version: 2017.7
77
summary: Iptables formula

docs/AUTHORS.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
1313
* - Avatar
1414
- Contributor
1515
- Contributions
16+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
17+
- `@myii <https://github.com/myii>`_
18+
- 21
1619
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/85002?v=4' width='36' height='36' alt='@jstrunk'>`
1720
- `@jstrunk <https://github.com/jstrunk>`_
1821
- 17
@@ -21,16 +24,10 @@ This list is sorted by the number of commits per contributor in *descending* ord
2124
- 11
2225
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2326
- `@aboe76 <https://github.com/aboe76>`_
24-
- 7
25-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
26-
- `@myii <https://github.com/myii>`_
27-
- 5
27+
- 11
2828
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
2929
- `@nmadhok <https://github.com/nmadhok>`_
3030
- 4
31-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/280058?v=4' width='36' height='36' alt='@enver'>`
32-
- `@enver <https://github.com/enver>`_
33-
- 3
3431
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>`
3532
- `@whiteinge <https://github.com/whiteinge>`_
3633
- 3
@@ -83,4 +80,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
8380

8481
----
8582

86-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-08-10.
83+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-10.

docs/CHANGELOG.rst

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

5+
`0.16.1 <https://github.com/saltstack-formulas/iptables-formula/compare/v0.16.0...v0.16.1>`_ (2019-10-10)
6+
-------------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **init.sls:** fix ``salt-lint`` errors (\ ` <https://github.com/saltstack-formulas/iptables-formula/commit/65369c5>`_\ )
13+
* **service.sls:** fix ``salt-lint`` errors (\ ` <https://github.com/saltstack-formulas/iptables-formula/commit/49a2c62>`_\ )
14+
15+
Continuous Integration
16+
^^^^^^^^^^^^^^^^^^^^^^
17+
18+
19+
* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ ` <https://github.com/saltstack-formulas/iptables-formula/commit/21844a9>`_\ )
20+
* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ ` <https://github.com/saltstack-formulas/iptables-formula/commit/02b5b59>`_\ )
21+
* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ ` <https://github.com/saltstack-formulas/iptables-formula/commit/79c98ed>`_\ )
22+
* **kitchen+travis:** replace EOL pre-salted images (\ ` <https://github.com/saltstack-formulas/iptables-formula/commit/98ee968>`_\ )
23+
* **platform:** add ``arch-base-latest`` (\ ` <https://github.com/saltstack-formulas/iptables-formula/commit/2ba3a7c>`_\ )
24+
* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ ` <https://github.com/saltstack-formulas/iptables-formula/commit/8d94551>`_\ )
25+
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` <https://github.com/saltstack-formulas/iptables-formula/commit/4f0c67b>`_\ )
26+
* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ ` <https://github.com/saltstack-formulas/iptables-formula/commit/dccab80>`_\ )
27+
528
`0.16.0 <https://github.com/saltstack-formulas/iptables-formula/compare/v0.15.0...v0.16.0>`_ (2019-08-10)
629
-------------------------------------------------------------------------------------------------------------
730

0 commit comments

Comments
 (0)