diff --git a/AUTHORS.md b/AUTHORS.md index d9da496..5652735 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)|70 +@myii|[@myii](https://github.com/myii)|75 @nmadhok|[@nmadhok](https://github.com/nmadhok)|14 @aboe76|[@aboe76](https://github.com/aboe76)|14 @daks|[@daks](https://github.com/daks)|10 @@ -35,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-12-16. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-22. diff --git a/CHANGELOG.md b/CHANGELOG.md index 57afab0..59a5572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.23.1](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.23.0...v0.23.1) (2020-12-22) + + +### Continuous Integration + +* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([c2182ef](https://github.com/saltstack-formulas/sudoers-formula/commit/c2182efdfac6a15dd8c9a9465cc35905b7a0421b)) +* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([3f34c0a](https://github.com/saltstack-formulas/sudoers-formula/commit/3f34c0a6b05dccebc44e71f6541574767fe1021b)) + + +### Tests + +* **_mapdata:** fix existing verification files ([b7aa04d](https://github.com/saltstack-formulas/sudoers-formula/commit/b7aa04db2828284013ea5ba85f388c67e11599ee)) +* **map:** standardise `map.jinja` verification ([ac8921f](https://github.com/saltstack-formulas/sudoers-formula/commit/ac8921f11a75e0e3be558bb148e4348e21c26ed6)) + # [0.23.0](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.22.2...v0.23.0) (2020-12-16) diff --git a/FORMULA b/FORMULA index 8720eb1..a2292fa 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.0 +version: 0.23.1 release: 1 minimum_version: 2016.11 summary: Sudoers formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 89f6dc8..f026506 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 `_ - - 70 + - 75 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 14 @@ -101,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-12-16. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-12-22. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 574a6b5..0d2e1c4 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,23 @@ Changelog ========= +`0.23.1 `_ (2020-12-22) +------------------------------------------------------------------------------------------------------------ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `c2182ef `_\ ) +* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `3f34c0a `_\ ) + +Tests +^^^^^ + + +* **_mapdata:** fix existing verification files (\ `b7aa04d `_\ ) +* **map:** standardise ``map.jinja`` verification (\ `ac8921f `_\ ) + `0.23.0 `_ (2020-12-16) ------------------------------------------------------------------------------------------------------------