diff --git a/AUTHORS.md b/AUTHORS.md index 11c7c51..b3fc461 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @alxwr|[@alxwr](https://github.com/alxwr)|96 -@myii|[@myii](https://github.com/myii)|76 +@myii|[@myii](https://github.com/myii)|77 @dafyddj|[@dafyddj](https://github.com/dafyddj)|52 @aboe76|[@aboe76](https://github.com/aboe76)|19 @puneetk|[@puneetk](https://github.com/puneetk)|12 @@ -31,6 +31,7 @@ Avatar|Contributor|Contributions @Wenzel|[@Wenzel](https://github.com/Wenzel)|2 @genuss|[@genuss](https://github.com/genuss)|2 @cmclaughlin|[@cmclaughlin](https://github.com/cmclaughlin)|2 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|2 @aldovillagra|[@aldovillagra](https://github.com/aldovillagra)|1 @alfredopalhares|[@alfredopalhares](https://github.com/alfredopalhares)|1 @blbradley|[@blbradley](https://github.com/blbradley)|1 @@ -46,4 +47,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-23. +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 9db2595..6bb2071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.16.7](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.16.6...v0.16.7) (2021-01-14) + + +### Bug Fixes + +* **_mapdata:** ensure map data is directly under `values` ([0f96d55](https://github.com/saltstack-formulas/openvpn-formula/commit/0f96d554e7fef9d467b023ac24e8de45f0355766)) + + +### Tests + +* **_mapdata:** update for `_mapdata/init.sls` change ([241d349](https://github.com/saltstack-formulas/openvpn-formula/commit/241d349f3a63ddea03ec0692df8b9ca61abb452c)) + ## [0.16.6](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.16.5...v0.16.6) (2020-12-23) diff --git a/FORMULA b/FORMULA index a32feb2..d36c705 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: template 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.16.6 +version: 0.16.7 release: 1 minimum_version: 2018.3 summary: OpenVPN formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 4977d6f..ff7358e 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 96 * - :raw-html-m2r:`@myii` - `@myii `_ - - 76 + - 77 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 52 @@ -94,6 +94,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@cmclaughlin` - `@cmclaughlin `_ - 2 + * - :raw-html-m2r:`@baby-gnu` + - `@baby-gnu `_ + - 2 * - :raw-html-m2r:`@aldovillagra` - `@aldovillagra `_ - 1 @@ -134,4 +137,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-23. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-01-14. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index b459c91..27b70e2 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.16.7 `_ (2021-01-14) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **_mapdata:** ensure map data is directly under ``values`` (\ `0f96d55 `_\ ) + +Tests +^^^^^ + + +* **_mapdata:** update for ``_mapdata/init.sls`` change (\ `241d349 `_\ ) + `0.16.6 `_ (2020-12-23) ------------------------------------------------------------------------------------------------------------