diff --git a/AUTHORS.md b/AUTHORS.md index 6187493bc..a7a388a99 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)|279 +@myii|[@myii](https://github.com/myii)|285 @aboe76|[@aboe76](https://github.com/aboe76)|102 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 @@ -114,4 +114,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-04-13. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-05-17. diff --git a/CHANGELOG.md b/CHANGELOG.md index b16516b3d..5e764bb28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +# [1.11.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.10.3...v1.11.0) (2022-05-17) + + +### Bug Fixes + +* **minion:** replace literals with `rootuser` & `rootgroup` from map ([b2316ed](https://github.com/saltstack-formulas/salt-formula/commit/b2316ed17b7c60e5a4ee394f18fcad70572dc53d)) + + +### Code Refactoring + +* **minion:** use `pkg.installed` state for macOS ([3eff2d2](https://github.com/saltstack-formulas/salt-formula/commit/3eff2d2acf43eb87015007fdfc5dd92bb8edaaf7)) + + +### Continuous Integration + +* **macos:** enable testing using GitHub Actions ([8ab60b9](https://github.com/saltstack-formulas/salt-formula/commit/8ab60b9689158035a4d60a165729135b086e499d)) +* **vagrant:** use `linked_clone` at all times (inc. CI) [skip ci] ([18a6230](https://github.com/saltstack-formulas/salt-formula/commit/18a62308564faefa53cfc2b535a7fb9763c0c130)) + + +### Features + +* **macos:** use `saltstack` as package to install ([c05fddf](https://github.com/saltstack-formulas/salt-formula/commit/c05fddf139e2a7ba9032ed1d1710929b9679b59c)) + + +### Tests + +* **macos:** add `map.jinja` verification files ([c1c635f](https://github.com/saltstack-formulas/salt-formula/commit/c1c635fda48384c13284fbb424c88a1bfd3f0486)) +* **macos:** update for this platform ([dc9cff9](https://github.com/saltstack-formulas/salt-formula/commit/dc9cff99c5bcc487a68f488bbe419758ac72987c)) +* **system.rb:** add support for `mac_os_x` [skip ci] ([e8a1237](https://github.com/saltstack-formulas/salt-formula/commit/e8a12376324a1ae6a62485da6b84ccb3df8ac484)) + ## [1.10.3](https://github.com/saltstack-formulas/salt-formula/compare/v1.10.2...v1.10.3) (2022-04-13) diff --git a/FORMULA b/FORMULA index cb9cf695a..6e8b67ce1 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: salt os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Oracle, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, FreeBSD, OpenBSD, Windows os_family: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows -version: 1.10.3 +version: 1.11.0 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 3580538fd..1c5048c9b 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 `_ - - 279 + - 285 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 102 @@ -338,4 +338,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 2022-04-13. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-05-17. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 9328133b8..4f42e1055 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,42 @@ Changelog ========= +`1.11.0 `_ (2022-05-17) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **minion:** replace literals with ``rootuser`` & ``rootgroup`` from map (\ `b2316ed `_\ ) + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **minion:** use ``pkg.installed`` state for macOS (\ `3eff2d2 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **macos:** enable testing using GitHub Actions (\ `8ab60b9 `_\ ) +* **vagrant:** use ``linked_clone`` at all times (inc. CI) [skip ci] (\ `18a6230 `_\ ) + +Features +^^^^^^^^ + + +* **macos:** use ``saltstack`` as package to install (\ `c05fddf `_\ ) + +Tests +^^^^^ + + +* **macos:** add ``map.jinja`` verification files (\ `c1c635f `_\ ) +* **macos:** update for this platform (\ `dc9cff9 `_\ ) +* **system.rb:** add support for ``mac_os_x`` [skip ci] (\ `e8a1237 `_\ ) + `1.10.3 `_ (2022-04-13) ---------------------------------------------------------------------------------------------------------