From 004e70f74f7106db43991ffcb893f553f6ecc134 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Dec 2020 06:57:37 +0000 Subject: [PATCH] chore(release): 0.23.0 [skip ci] # [0.23.0](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.22.2...v0.23.0) (2020-12-16) ### Bug Fixes * permissions on sudoers include dir were wrong ([c6a3a60](https://github.com/saltstack-formulas/sudoers-formula/commit/c6a3a6040f3994a45f2a5de7625e958da412603d)) ### Code Refactoring * change pillar calls ([d5002c3](https://github.com/saltstack-formulas/sudoers-formula/commit/d5002c3c250372acdb6295bd23e51053803f99ce)) * convert map.jinja to new standards ([ee173b0](https://github.com/saltstack-formulas/sudoers-formula/commit/ee173b0041d232bef04a2feafdb51b6f3af007d1)) ### Continuous Integration * **gitlab-ci:** use GitLab CI as Travis CI replacement ([cdf0d44](https://github.com/saltstack-formulas/sudoers-formula/commit/cdf0d44053985566bb9d06ee4925a2de70c022f1)) * **pre-commit:** add to formula [skip ci] ([cfcece9](https://github.com/saltstack-formulas/sudoers-formula/commit/cfcece9e1fc4e04c437b9130e0cbba2212e4d332)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([df72fba](https://github.com/saltstack-formulas/sudoers-formula/commit/df72fbadf85471b3620969c4b7ed935e25c32193)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([0202050](https://github.com/saltstack-formulas/sudoers-formula/commit/02020503ea3199c83ceee54a142733438c17ce51)) ### Features * implement option to purge included files directory ([c5acbc6](https://github.com/saltstack-formulas/sudoers-formula/commit/c5acbc696ae230e673f64f57b815a08963e44a90)) ### Styles * fix rubocop ([d67a062](https://github.com/saltstack-formulas/sudoers-formula/commit/d67a06254a2966aae9c624bb05e122245cbbbe1f)) ### Tests * fix mapdata files ([7400528](https://github.com/saltstack-formulas/sudoers-formula/commit/7400528fd26c8b1b18fd3e910162b5060be955b0)) --- AUTHORS.md | 8 +++++--- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 16 +++++++++++----- docs/CHANGELOG.rst | 43 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 96 insertions(+), 9 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3e45388..d9da496 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,13 +4,14 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|62 +@myii|[@myii](https://github.com/myii)|70 @nmadhok|[@nmadhok](https://github.com/nmadhok)|14 @aboe76|[@aboe76](https://github.com/aboe76)|14 +@daks|[@daks](https://github.com/daks)|10 @carlosperello|[@carlosperello](https://github.com/carlosperello)|4 @whiteinge|[@whiteinge](https://github.com/whiteinge)|4 -@daks|[@daks](https://github.com/daks)|4 @andrew-vant|[@andrew-vant](https://github.com/andrew-vant)|2 +@dafyddj|[@dafyddj](https://github.com/dafyddj)|2 @techhat|[@techhat](https://github.com/techhat)|2 @kev009|[@kev009](https://github.com/kev009)|2 @rfairburn|[@rfairburn](https://github.com/rfairburn)|2 @@ -24,6 +25,7 @@ Avatar|Contributor|Contributions @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|1 @jasonvoor|[@jasonvoor](https://github.com/jasonvoor)|1 @jszakmeister|[@jszakmeister](https://github.com/jszakmeister)|1 +@kmosher|[@kmosher](https://github.com/kmosher)|1 @xenophonf|[@xenophonf](https://github.com/xenophonf)|1 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|1 @derqurps|[@derqurps](https://github.com/derqurps)|1 @@ -33,4 +35,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-08-26. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-16. diff --git a/CHANGELOG.md b/CHANGELOG.md index e9148e6..57afab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +# [0.23.0](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.22.2...v0.23.0) (2020-12-16) + + +### Bug Fixes + +* permissions on sudoers include dir were wrong ([c6a3a60](https://github.com/saltstack-formulas/sudoers-formula/commit/c6a3a6040f3994a45f2a5de7625e958da412603d)) + + +### Code Refactoring + +* change pillar calls ([d5002c3](https://github.com/saltstack-formulas/sudoers-formula/commit/d5002c3c250372acdb6295bd23e51053803f99ce)) +* convert map.jinja to new standards ([ee173b0](https://github.com/saltstack-formulas/sudoers-formula/commit/ee173b0041d232bef04a2feafdb51b6f3af007d1)) + + +### Continuous Integration + +* **gitlab-ci:** use GitLab CI as Travis CI replacement ([cdf0d44](https://github.com/saltstack-formulas/sudoers-formula/commit/cdf0d44053985566bb9d06ee4925a2de70c022f1)) +* **pre-commit:** add to formula [skip ci] ([cfcece9](https://github.com/saltstack-formulas/sudoers-formula/commit/cfcece9e1fc4e04c437b9130e0cbba2212e4d332)) +* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([df72fba](https://github.com/saltstack-formulas/sudoers-formula/commit/df72fbadf85471b3620969c4b7ed935e25c32193)) +* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([0202050](https://github.com/saltstack-formulas/sudoers-formula/commit/02020503ea3199c83ceee54a142733438c17ce51)) + + +### Features + +* implement option to purge included files directory ([c5acbc6](https://github.com/saltstack-formulas/sudoers-formula/commit/c5acbc696ae230e673f64f57b815a08963e44a90)) + + +### Styles + +* fix rubocop ([d67a062](https://github.com/saltstack-formulas/sudoers-formula/commit/d67a06254a2966aae9c624bb05e122245cbbbe1f)) + + +### Tests + +* fix mapdata files ([7400528](https://github.com/saltstack-formulas/sudoers-formula/commit/7400528fd26c8b1b18fd3e910162b5060be955b0)) + ## [0.22.2](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.22.1...v0.22.2) (2020-08-26) diff --git a/FORMULA b/FORMULA index a5a5d9b..8720eb1 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.22.2 +version: 0.23.0 release: 1 minimum_version: 2016.11 summary: Sudoers formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index b1ff230..89f6dc8 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,25 +15,28 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 62 + - 70 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 14 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 14 + * - :raw-html-m2r:`@daks` + - `@daks `_ + - 10 * - :raw-html-m2r:`@carlosperello` - `@carlosperello `_ - 4 * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 4 - * - :raw-html-m2r:`@daks` - - `@daks `_ - - 4 * - :raw-html-m2r:`@andrew-vant` - `@andrew-vant `_ - 2 + * - :raw-html-m2r:`@dafyddj` + - `@dafyddj `_ + - 2 * - :raw-html-m2r:`@techhat` - `@techhat `_ - 2 @@ -73,6 +76,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@jszakmeister` - `@jszakmeister `_ - 1 + * - :raw-html-m2r:`@kmosher` + - `@kmosher `_ + - 1 * - :raw-html-m2r:`@xenophonf` - `@xenophonf `_ - 1 @@ -95,4 +101,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-08-26. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-12-16. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 6c8eb96..574a6b5 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,49 @@ Changelog ========= +`0.23.0 `_ (2020-12-16) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* permissions on sudoers include dir were wrong (\ `c6a3a60 `_\ ) + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* change pillar calls (\ `d5002c3 `_\ ) +* convert map.jinja to new standards (\ `ee173b0 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `cdf0d44 `_\ ) +* **pre-commit:** add to formula [skip ci] (\ `cfcece9 `_\ ) +* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `df72fba `_\ ) +* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `0202050 `_\ ) + +Features +^^^^^^^^ + + +* implement option to purge included files directory (\ `c5acbc6 `_\ ) + +Styles +^^^^^^ + + +* fix rubocop (\ `d67a062 `_\ ) + +Tests +^^^^^ + + +* fix mapdata files (\ `7400528 `_\ ) + `0.22.2 `_ (2020-08-26) ------------------------------------------------------------------------------------------------------------