## [0.5.4](https://github.com/saltstack-formulas/ufw-formula/compare/v0.5.3...v0.5.4) (2020-05-30) ### Bug Fixes * **debian:** avoid `python-ufw` installation (`py2`-only) ([tags/v0.5.4a636ee5
](a636ee5406
)), closes [#19](https://github.com/saltstack-formulas/ufw-formula/issues/19) * **install:** use EPEL repo for `amazonlinux-2` ([481c897
](481c8973f7
)) * **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([f4fcf99
](f4fcf99274
)) * **release.config.js:** use full commit hash in commit link [skip ci] ([54ad9df
](54ad9dfe58
)) ### Continuous Integration * **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([a6151e9
](a6151e96ee
)) * **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([95f6515
](95f651535e
)) * **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([caf6a71
](caf6a713cc
)) * **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([207b8b8
](207b8b806e
)) * **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([f37a77c
](f37a77c706
)) * **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([9ae4f31
](9ae4f31b88
)) * **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([2f912e2
](2f912e201c
)) * **kitchen+travis:** use latest pre-salted images ([0df4fe4
](0df4fe4cfb
)) * **travis:** add notifications => zulip [skip ci] ([d47a1b7
](d47a1b7f71
)) * **travis:** apply changes from build config validation [skip ci] ([1276ce2
](1276ce2411
)) * **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([106d528
](106d5283f2
)) * **travis:** quote pathspecs used with `git ls-files` [skip ci] ([0b8193f
](0b8193fd5a
)) * **travis:** run `shellcheck` during lint job [skip ci] ([b998454
](b998454cc4
)) * **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([95e8baa
](95e8baa9db
)) * **travis:** use `major.minor` for `semantic-release` version [skip ci] ([d83a85b
](d83a85be95
)) * **travis:** use build config validation (beta) [skip ci] ([9cf6cf3
](9cf6cf350e
)) * **workflows/commitlint:** add to repo [skip ci] ([6341977
](63419772eb
)) ### Performance Improvements * **travis:** improve `salt-lint` invocation [skip ci] ([510b016
](510b0169da
)) ### Tests * **without-ipv6:** add test pillar for suite ([6047fbf
](6047fbfc4c
))
@@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord | |||
Avatar|Contributor|Contributions | |||
:-:|---|:-: | |||
<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)|31 | |||
<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)|61 | |||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/8395913?v=4' width='36' height='36' alt='@aanriot'>|[@aanriot](https://github.com/aanriot)|11 | |||
<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)|9 | |||
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|8 | |||
@@ -16,4 +16,4 @@ Avatar|Contributor|Contributions | |||
--- | |||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-19. | |||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-05-30. |
@@ -1,5 +1,46 @@ | |||
# Changelog | |||
## [0.5.4](https://github.com/saltstack-formulas/ufw-formula/compare/v0.5.3...v0.5.4) (2020-05-30) | |||
### Bug Fixes | |||
* **debian:** avoid `python-ufw` installation (`py2`-only) ([a636ee5](https://github.com/saltstack-formulas/ufw-formula/commit/a636ee5406d51f106e49e8022b44c5ce997d9aec)), closes [#19](https://github.com/saltstack-formulas/ufw-formula/issues/19) | |||
* **install:** use EPEL repo for `amazonlinux-2` ([481c897](https://github.com/saltstack-formulas/ufw-formula/commit/481c8973f79947e074455dc5caf1d752eb11fdfc)) | |||
* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([f4fcf99](https://github.com/saltstack-formulas/ufw-formula/commit/f4fcf992748566ab509e41514572ecdfc2b7a62e)) | |||
* **release.config.js:** use full commit hash in commit link [skip ci] ([54ad9df](https://github.com/saltstack-formulas/ufw-formula/commit/54ad9dfe58923fc7578cfd9131e84d2e5b7846ae)) | |||
### Continuous Integration | |||
* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([a6151e9](https://github.com/saltstack-formulas/ufw-formula/commit/a6151e96ee51329a478a431319fc73628d3c4f1a)) | |||
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([95f6515](https://github.com/saltstack-formulas/ufw-formula/commit/95f651535e2c15a02bd584d4a38ba6b232c1fbb4)) | |||
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([caf6a71](https://github.com/saltstack-formulas/ufw-formula/commit/caf6a713ccb6719f3e41b518b86fee90c15d7fde)) | |||
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([207b8b8](https://github.com/saltstack-formulas/ufw-formula/commit/207b8b806e2018ed8ed7f3894982b8d403ac2d5d)) | |||
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([f37a77c](https://github.com/saltstack-formulas/ufw-formula/commit/f37a77c70659d43a904faf6652af23d38da4ac74)) | |||
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([9ae4f31](https://github.com/saltstack-formulas/ufw-formula/commit/9ae4f31b8860c3fbe4c3f9ab22402682e5abda43)) | |||
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([2f912e2](https://github.com/saltstack-formulas/ufw-formula/commit/2f912e201c58f13c428c77a654e95bde898c2ef3)) | |||
* **kitchen+travis:** use latest pre-salted images ([0df4fe4](https://github.com/saltstack-formulas/ufw-formula/commit/0df4fe4cfbb9521d08a56b004bf706b5cedfd905)) | |||
* **travis:** add notifications => zulip [skip ci] ([d47a1b7](https://github.com/saltstack-formulas/ufw-formula/commit/d47a1b7f71fb6bd0e12b11c1d9b0fea42f404d25)) | |||
* **travis:** apply changes from build config validation [skip ci] ([1276ce2](https://github.com/saltstack-formulas/ufw-formula/commit/1276ce2411fbdd823b5334cb9d1a780b37d3232f)) | |||
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([106d528](https://github.com/saltstack-formulas/ufw-formula/commit/106d5283f256488dfe465e21d8a1b3c8fa0469d7)) | |||
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([0b8193f](https://github.com/saltstack-formulas/ufw-formula/commit/0b8193fd5a9f85f7c12ba8f887ff160cdda986b6)) | |||
* **travis:** run `shellcheck` during lint job [skip ci] ([b998454](https://github.com/saltstack-formulas/ufw-formula/commit/b998454cc401ce4758b8a8c9ab6f57d51b64eadf)) | |||
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([95e8baa](https://github.com/saltstack-formulas/ufw-formula/commit/95e8baa9db5865076ab27eb876a42d310af67427)) | |||
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([d83a85b](https://github.com/saltstack-formulas/ufw-formula/commit/d83a85be9580be5753ffcee656b328f5e580edf1)) | |||
* **travis:** use build config validation (beta) [skip ci] ([9cf6cf3](https://github.com/saltstack-formulas/ufw-formula/commit/9cf6cf350ed4362a69419ba191ce658c56ca6744)) | |||
* **workflows/commitlint:** add to repo [skip ci] ([6341977](https://github.com/saltstack-formulas/ufw-formula/commit/63419772eb7055d838a9ee3bf55c54d009b7fcc5)) | |||
### Performance Improvements | |||
* **travis:** improve `salt-lint` invocation [skip ci] ([510b016](https://github.com/saltstack-formulas/ufw-formula/commit/510b0169da4c673130708f22c9a143cb4c86da70)) | |||
### Tests | |||
* **without-ipv6:** add test pillar for suite ([6047fbf](https://github.com/saltstack-formulas/ufw-formula/commit/6047fbfc4c77eddd31c8507e0505e5d0b62fe67b)) | |||
## [0.5.3](https://github.com/saltstack-formulas/ufw-formula/compare/v0.5.2...v0.5.3) (2019-10-19) | |||
@@ -1,7 +1,7 @@ | |||
name: ufw | |||
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, MacOS | |||
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, MacOS | |||
version: 0.5.3 | |||
version: 0.5.4 | |||
release: 1 | |||
minimum_version: 2016.11 | |||
summary: UFW formula |
@@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
- Contributions | |||
* - :raw-html-m2r:`<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>`_ | |||
- 31 | |||
- 61 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/8395913?v=4' width='36' height='36' alt='@aanriot'>` | |||
- `@aanriot <https://github.com/aanriot>`_ | |||
- 11 | |||
@@ -44,4 +44,4 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
---- | |||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-19. | |||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-05-30. |
@@ -2,6 +2,52 @@ | |||
Changelog | |||
========= | |||
`0.5.4 <https://github.com/saltstack-formulas/ufw-formula/compare/v0.5.3...v0.5.4>`_ (2020-05-30) | |||
----------------------------------------------------------------------------------------------------- | |||
Bug Fixes | |||
^^^^^^^^^ | |||
* **debian:** avoid ``python-ufw`` installation (\ ``py2``\ -only) (\ `a636ee5 <https://github.com/saltstack-formulas/ufw-formula/commit/a636ee5406d51f106e49e8022b44c5ce997d9aec>`_\ ), closes `#19 <https://github.com/saltstack-formulas/ufw-formula/issues/19>`_ | |||
* **install:** use EPEL repo for ``amazonlinux-2`` (\ `481c897 <https://github.com/saltstack-formulas/ufw-formula/commit/481c8973f79947e074455dc5caf1d752eb11fdfc>`_\ ) | |||
* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] (\ `f4fcf99 <https://github.com/saltstack-formulas/ufw-formula/commit/f4fcf992748566ab509e41514572ecdfc2b7a62e>`_\ ) | |||
* **release.config.js:** use full commit hash in commit link [skip ci] (\ `54ad9df <https://github.com/saltstack-formulas/ufw-formula/commit/54ad9dfe58923fc7578cfd9131e84d2e5b7846ae>`_\ ) | |||
Continuous Integration | |||
^^^^^^^^^^^^^^^^^^^^^^ | |||
* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `a6151e9 <https://github.com/saltstack-formulas/ufw-formula/commit/a6151e96ee51329a478a431319fc73628d3c4f1a>`_\ ) | |||
* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `95f6515 <https://github.com/saltstack-formulas/ufw-formula/commit/95f651535e2c15a02bd584d4a38ba6b232c1fbb4>`_\ ) | |||
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `caf6a71 <https://github.com/saltstack-formulas/ufw-formula/commit/caf6a713ccb6719f3e41b518b86fee90c15d7fde>`_\ ) | |||
* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `207b8b8 <https://github.com/saltstack-formulas/ufw-formula/commit/207b8b806e2018ed8ed7f3894982b8d403ac2d5d>`_\ ) | |||
* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `f37a77c <https://github.com/saltstack-formulas/ufw-formula/commit/f37a77c70659d43a904faf6652af23d38da4ac74>`_\ ) | |||
* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `9ae4f31 <https://github.com/saltstack-formulas/ufw-formula/commit/9ae4f31b8860c3fbe4c3f9ab22402682e5abda43>`_\ ) | |||
* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `2f912e2 <https://github.com/saltstack-formulas/ufw-formula/commit/2f912e201c58f13c428c77a654e95bde898c2ef3>`_\ ) | |||
* **kitchen+travis:** use latest pre-salted images (\ `0df4fe4 <https://github.com/saltstack-formulas/ufw-formula/commit/0df4fe4cfbb9521d08a56b004bf706b5cedfd905>`_\ ) | |||
* **travis:** add notifications => zulip [skip ci] (\ `d47a1b7 <https://github.com/saltstack-formulas/ufw-formula/commit/d47a1b7f71fb6bd0e12b11c1d9b0fea42f404d25>`_\ ) | |||
* **travis:** apply changes from build config validation [skip ci] (\ `1276ce2 <https://github.com/saltstack-formulas/ufw-formula/commit/1276ce2411fbdd823b5334cb9d1a780b37d3232f>`_\ ) | |||
* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `106d528 <https://github.com/saltstack-formulas/ufw-formula/commit/106d5283f256488dfe465e21d8a1b3c8fa0469d7>`_\ ) | |||
* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `0b8193f <https://github.com/saltstack-formulas/ufw-formula/commit/0b8193fd5a9f85f7c12ba8f887ff160cdda986b6>`_\ ) | |||
* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `b998454 <https://github.com/saltstack-formulas/ufw-formula/commit/b998454cc401ce4758b8a8c9ab6f57d51b64eadf>`_\ ) | |||
* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `95e8baa <https://github.com/saltstack-formulas/ufw-formula/commit/95e8baa9db5865076ab27eb876a42d310af67427>`_\ ) | |||
* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `d83a85b <https://github.com/saltstack-formulas/ufw-formula/commit/d83a85be9580be5753ffcee656b328f5e580edf1>`_\ ) | |||
* **travis:** use build config validation (beta) [skip ci] (\ `9cf6cf3 <https://github.com/saltstack-formulas/ufw-formula/commit/9cf6cf350ed4362a69419ba191ce658c56ca6744>`_\ ) | |||
* **workflows/commitlint:** add to repo [skip ci] (\ `6341977 <https://github.com/saltstack-formulas/ufw-formula/commit/63419772eb7055d838a9ee3bf55c54d009b7fcc5>`_\ ) | |||
Performance Improvements | |||
^^^^^^^^^^^^^^^^^^^^^^^^ | |||
* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `510b016 <https://github.com/saltstack-formulas/ufw-formula/commit/510b0169da4c673130708f22c9a143cb4c86da70>`_\ ) | |||
Tests | |||
^^^^^ | |||
* **without-ipv6:** add test pillar for suite (\ `6047fbf <https://github.com/saltstack-formulas/ufw-formula/commit/6047fbfc4c77eddd31c8507e0505e5d0b62fe67b>`_\ ) | |||
`0.5.3 <https://github.com/saltstack-formulas/ufw-formula/compare/v0.5.2...v0.5.3>`_ (2019-10-19) | |||
----------------------------------------------------------------------------------------------------- | |||