diff --git a/AUTHORS.md b/AUTHORS.md index c87c0f9..fd42407 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|60 +@myii|[@myii](https://github.com/myii)|61 @aboe76|[@aboe76](https://github.com/aboe76)|24 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|13 @Sxderp|[@Sxderp](https://github.com/Sxderp)|5 @@ -13,6 +13,7 @@ Avatar|Contributor|Contributions @tinuva|[@tinuva](https://github.com/tinuva)|3 @amendlik|[@amendlik](https://github.com/amendlik)|2 @dafyddj|[@dafyddj](https://github.com/dafyddj)|2 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|2 @Angelo-Verona|[@Angelo-Verona](https://github.com/Angelo-Verona)|1 @cmercier|[@cmercier](https://github.com/cmercier)|1 @basepi|[@basepi](https://github.com/basepi)|1 @@ -23,4 +24,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-27. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-01-14. diff --git a/CHANGELOG.md b/CHANGELOG.md index 76522c5..1185df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [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](https://github.com/saltstack-formulas/firewalld-formula/commit/a29e81bac6febaf89859972a08c11cf6bda67a3f)) + + +### Tests + +* **_mapdata:** update for `_mapdata/init.sls` change ([a647d6d](https://github.com/saltstack-formulas/firewalld-formula/commit/a647d6d9a3d703e113d4e5eab480d43e9b0322c8)) + ## [1.1.1](https://github.com/saltstack-formulas/firewalld-formula/compare/v1.1.0...v1.1.1) (2020-12-27) diff --git a/FORMULA b/FORMULA index b097b96..6f87d3c 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: 1.1.1 +version: 1.1.2 release: 1 minimum_version: 2017.7 summary: firewalld formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 586d553..fdabc1a 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 60 + - 61 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 24 @@ -40,6 +40,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 2 + * - :raw-html-m2r:`@baby-gnu` + - `@baby-gnu `_ + - 2 * - :raw-html-m2r:`@Angelo-Verona` - `@Angelo-Verona `_ - 1 @@ -65,4 +68,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-12-27. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-01-14. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f9af79c..6cd8dfc 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`1.1.2 `_ (2021-01-14) +----------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **_mapdata:** ensure map data is directly under ``values`` (\ `a29e81b `_\ ) + +Tests +^^^^^ + + +* **_mapdata:** update for ``_mapdata/init.sls`` change (\ `a647d6d `_\ ) + `1.1.1 `_ (2020-12-27) -----------------------------------------------------------------------------------------------------------