From 30f6e73393ed52bfa6111a1acb7481cd2e25218f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Jan 2021 21:33:29 +0000 Subject: [PATCH] chore(release): 0.23.3 [skip ci] ## [0.23.3](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.23.2...v0.23.3) (2021-01-14) ### Bug Fixes * **_mapdata:** ensure map data is directly under `values` ([e2c2a8f](https://github.com/saltstack-formulas/sudoers-formula/commit/e2c2a8f1a2d19f789034e2e1ecf36f48858ec0c4)) ### Tests * **_mapdata:** update for `_mapdata/init.sls` change ([a018875](https://github.com/saltstack-formulas/sudoers-formula/commit/a018875c037275b454594a2403f5a43be1982b81)) --- AUTHORS.md | 5 +++-- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 7 +++++-- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 36 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3ea6ec8..8787591 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)|77 +@myii|[@myii](https://github.com/myii)|79 @nmadhok|[@nmadhok](https://github.com/nmadhok)|14 @aboe76|[@aboe76](https://github.com/aboe76)|14 @daks|[@daks](https://github.com/daks)|10 @@ -20,6 +20,7 @@ Avatar|Contributor|Contributions @9numbernine9|[@9numbernine9](https://github.com/9numbernine9)|1 @asenci|[@asenci](https://github.com/asenci)|1 @iggy|[@iggy](https://github.com/iggy)|1 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|1 @UtahDave|[@UtahDave](https://github.com/UtahDave)|1 @gravyboat|[@gravyboat](https://github.com/gravyboat)|1 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|1 @@ -35,4 +36,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 d32f707..cc68929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.23.3](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.23.2...v0.23.3) (2021-01-14) + + +### Bug Fixes + +* **_mapdata:** ensure map data is directly under `values` ([e2c2a8f](https://github.com/saltstack-formulas/sudoers-formula/commit/e2c2a8f1a2d19f789034e2e1ecf36f48858ec0c4)) + + +### Tests + +* **_mapdata:** update for `_mapdata/init.sls` change ([a018875](https://github.com/saltstack-formulas/sudoers-formula/commit/a018875c037275b454594a2403f5a43be1982b81)) + ## [0.23.2](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.23.1...v0.23.2) (2020-12-23) diff --git a/FORMULA b/FORMULA index 3602648..e16bcc5 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: sudoers os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 0.23.2 +version: 0.23.3 release: 1 minimum_version: 2016.11 summary: Sudoers formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ef8a545..8de39b6 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 `_ - - 77 + - 79 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 14 @@ -61,6 +61,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@iggy` - `@iggy `_ - 1 + * - :raw-html-m2r:`@baby-gnu` + - `@baby-gnu `_ + - 1 * - :raw-html-m2r:`@UtahDave` - `@UtahDave `_ - 1 @@ -101,4 +104,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 e5fdf86..1e367f6 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.23.3 `_ (2021-01-14) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **_mapdata:** ensure map data is directly under ``values`` (\ `e2c2a8f `_\ ) + +Tests +^^^^^ + + +* **_mapdata:** update for ``_mapdata/init.sls`` change (\ `a018875 `_\ ) + `0.23.2 `_ (2020-12-23) ------------------------------------------------------------------------------------------------------------