diff --git a/AUTHORS.md b/AUTHORS.md index 5fe4d7d..ab3d148 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,9 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@aboe76|[@aboe76](https://github.com/aboe76)|38 +@aboe76|[@aboe76](https://github.com/aboe76)|40 @gravyboat|[@gravyboat](https://github.com/gravyboat)|30 +@myii|[@myii](https://github.com/myii)|22 @puneetk|[@puneetk](https://github.com/puneetk)|14 @nmadhok|[@nmadhok](https://github.com/nmadhok)|13 @whiteinge|[@whiteinge](https://github.com/whiteinge)|13 @@ -13,7 +14,6 @@ Avatar|Contributor|Contributions @techhat|[@techhat](https://github.com/techhat)|10 @hatifnatt|[@hatifnatt](https://github.com/hatifnatt)|10 @babilen5|[@babilen5](https://github.com/babilen5)|9 -@myii|[@myii](https://github.com/myii)|8 @kossmac|[@kossmac](https://github.com/kossmac)|7 @arthurlogilab|[@arthurlogilab](https://github.com/arthurlogilab)|6 @pcdummy|[@pcdummy](https://github.com/pcdummy)|6 @@ -62,6 +62,7 @@ Avatar|Contributor|Contributions @colekowalski|[@colekowalski](https://github.com/colekowalski)|1 @UtahDave|[@UtahDave](https://github.com/UtahDave)|1 @diegows|[@diegows](https://github.com/diegows)|1 +@daks|[@daks](https://github.com/daks)|1 @Takios|[@Takios](https://github.com/Takios)|1 @garethhowell|[@garethhowell](https://github.com/garethhowell)|1 @cornmander|[@cornmander](https://github.com/cornmander)|1 @@ -90,4 +91,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-17. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-10. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8599768..0f6bb29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.48.1](https://github.com/saltstack-formulas/users-formula/compare/v0.48.0...v0.48.1) (2019-10-10) + + +### Bug Fixes + +* **googleauth.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/users-formula/commit/bb27b94)) +* **init.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/users-formula/commit/4cec0ef)) +* **sudo.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/users-formula/commit/560f5e1)) + + +### Continuous Integration + +* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/users-formula/commit/1726e0f)) +* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/users-formula/commit/0ed662d)) +* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/users-formula/commit/f2e1b66)) +* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([](https://github.com/saltstack-formulas/users-formula/commit/1790bae)) +* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/users-formula/commit/af2d2c0)) +* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/users-formula/commit/f17d156)) +* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/users-formula/commit/4d3228b)) + # [0.48.0](https://github.com/saltstack-formulas/users-formula/compare/v0.47.0...v0.48.0) (2019-08-17) diff --git a/FORMULA b/FORMULA index 3274e7e..5c1fa51 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: users 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.48.0 +version: 0.48.1 release: 1 minimum_version: 2017.7 summary: users formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 38683bf..4e828ea 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,13 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - - 38 + - 40 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 30 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 22 * - :raw-html-m2r:`@puneetk` - `@puneetk `_ - 14 @@ -40,9 +43,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@babilen5` - `@babilen5 `_ - 9 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 8 * - :raw-html-m2r:`@kossmac` - `@kossmac `_ - 7 @@ -187,6 +187,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@diegows` - `@diegows `_ - 1 + * - :raw-html-m2r:`@daks` + - `@daks `_ + - 1 * - :raw-html-m2r:`@Takios` - `@Takios `_ - 1 @@ -266,4 +269,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 2019-08-17. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-10. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index de6c2df..e5bdd3e 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,29 @@ Changelog ========= +`0.48.1 `_ (2019-10-10) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **googleauth.sls:** fix ``salt-lint`` errors (\ ` `_\ ) +* **init.sls:** fix ``salt-lint`` errors (\ ` `_\ ) +* **sudo.sls:** fix ``salt-lint`` errors (\ ` `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ ` `_\ ) +* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ ` `_\ ) +* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ ` `_\ ) +* **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ ` `_\ ) +* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ ` `_\ ) +* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ ) +* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ ` `_\ ) + `0.48.0 `_ (2019-08-17) ----------------------------------------------------------------------------------------------------------