From ad932260f041748b0fd4037fe3308cf6fd21ba30 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 Apr 2020 15:10:55 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # [1.0.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v0.10.1...v1.0.0) (2020-04-18) ### Bug Fixes * do not error on unknown os_family grain ([94d2b0b](https://github.com/saltstack-formulas/firewalld-formula/commit/94d2b0b97c242174c6f1c08cb2da2d2d03d98bd4)) ### Code Refactoring * split default maps into separate files ([afcf5e7](https://github.com/saltstack-formulas/firewalld-formula/commit/afcf5e770085565b11c25e9af522b194bd67fc30)) ### Tests * **yaml_dump_spec:** update after splitting `map.jinja` ([d1f7a37](https://github.com/saltstack-formulas/firewalld-formula/commit/d1f7a3717184bc22fde6e04d8672fcce0a462c4b)) ### BREAKING CHANGES * `map.jinja` has been upgraded from using `pillar.get` to `config.get`. --- AUTHORS.md | 4 ++-- CHANGELOG.md | 23 +++++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 28 ++++++++++++++++++++++++++++ 5 files changed, 58 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 0c06a05..941d40f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,11 +4,11 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|32 +@myii|[@myii](https://github.com/myii)|34 @aboe76|[@aboe76](https://github.com/aboe76)|24 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|13 +@Sxderp|[@Sxderp](https://github.com/Sxderp)|5 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|3 -@Sxderp|[@Sxderp](https://github.com/Sxderp)|3 @hoonetorg|[@hoonetorg](https://github.com/hoonetorg)|3 @tinuva|[@tinuva](https://github.com/tinuva)|3 @amendlik|[@amendlik](https://github.com/amendlik)|2 diff --git a/CHANGELOG.md b/CHANGELOG.md index e01a668..6c359b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +# [1.0.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v0.10.1...v1.0.0) (2020-04-18) + + +### Bug Fixes + +* do not error on unknown os_family grain ([94d2b0b](https://github.com/saltstack-formulas/firewalld-formula/commit/94d2b0b97c242174c6f1c08cb2da2d2d03d98bd4)) + + +### Code Refactoring + +* split default maps into separate files ([afcf5e7](https://github.com/saltstack-formulas/firewalld-formula/commit/afcf5e770085565b11c25e9af522b194bd67fc30)) + + +### Tests + +* **yaml_dump_spec:** update after splitting `map.jinja` ([d1f7a37](https://github.com/saltstack-formulas/firewalld-formula/commit/d1f7a3717184bc22fde6e04d8672fcce0a462c4b)) + + +### BREAKING CHANGES + +* `map.jinja` has been upgraded from using `pillar.get` +to `config.get`. + ## [0.10.1](https://github.com/saltstack-formulas/firewalld-formula/compare/v0.10.0...v0.10.1) (2020-04-18) diff --git a/FORMULA b/FORMULA index 5af7956..4568bc1 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: firewalld os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 0.10.1 +version: 1.0.0 release: 1 minimum_version: 2017.7 summary: firewalld formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 3a7a76e..6806832 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,18 +15,18 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 32 + - 34 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 24 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 13 - * - :raw-html-m2r:`@noelmcloughlin` - - `@noelmcloughlin `_ - - 3 * - :raw-html-m2r:`@Sxderp` - `@Sxderp `_ + - 5 + * - :raw-html-m2r:`@noelmcloughlin` + - `@noelmcloughlin `_ - 3 * - :raw-html-m2r:`@hoonetorg` - `@hoonetorg `_ diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f58c2f2..a5f4e58 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,34 @@ Changelog ========= +`1.0.0 `_ (2020-04-18) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* do not error on unknown os_family grain (\ `94d2b0b `_\ ) + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* split default maps into separate files (\ `afcf5e7 `_\ ) + +Tests +^^^^^ + + +* **yaml_dump_spec:** update after splitting ``map.jinja`` (\ `d1f7a37 `_\ ) + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* ``map.jinja`` has been upgraded from using ``pillar.get`` + to ``config.get``. + `0.10.1 `_ (2020-04-18) --------------------------------------------------------------------------------------------------------------