diff --git a/AUTHORS.md b/AUTHORS.md index 7809b72..fde4aff 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)|189 +@myii|[@myii](https://github.com/myii)|198 @aboe76|[@aboe76](https://github.com/aboe76)|100 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 @@ -91,6 +91,7 @@ Avatar|Contributor|Contributions @mwpher|[@mwpher](https://github.com/mwpher)|1 @mnaser|[@mnaser](https://github.com/mnaser)|1 @vermut|[@vermut](https://github.com/vermut)|1 +@droope|[@droope](https://github.com/droope)|1 @ralucasg|[@ralucasg](https://github.com/ralucasg)|1 @VBH-Jenkins|[@VBH-Jenkins](https://github.com/VBH-Jenkins)|1 @robruma|[@robruma](https://github.com/robruma)|1 @@ -112,4 +113,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-05-25. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-07-14. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8630711..1831b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +# [1.9.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.8.5...v1.9.0) (2021-07-14) + + +### Continuous Integration + +* **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([0e62858](https://github.com/saltstack-formulas/salt-formula/commit/0e628589866e9881407972c263494896bcacae45)) +* **kitchen.vagrant.yml:** disable FreeBSD until pre-salted boxes updated ([fa820c7](https://github.com/saltstack-formulas/salt-formula/commit/fa820c78392e68f34c9dbb30021fb2ef3ba0f9c0)) +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([226a187](https://github.com/saltstack-formulas/salt-formula/commit/226a187258bb32eea66b77fac9cccf43f65e6ad5)) + + +### Documentation + +* **readme:** add documentation regarding salt.formula usage [skip ci] ([209575f](https://github.com/saltstack-formulas/salt-formula/commit/209575f385ea352a36c00b60d3bf67b100f16f9d)) + + +### Features + +* **freebsd:** update packages from `py37-*` => `py38-*` ([0ab42d7](https://github.com/saltstack-formulas/salt-formula/commit/0ab42d7ce864ca39e628a962a589cb894606ad36)) + ## [1.8.5](https://github.com/saltstack-formulas/salt-formula/compare/v1.8.4...v1.8.5) (2021-05-25) diff --git a/FORMULA b/FORMULA index 01e78b2..e645302 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.8.5 +version: 1.9.0 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 2beb866..a4c17b0 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 `_ - - 189 + - 198 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 100 @@ -274,6 +274,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@vermut` - `@vermut `_ - 1 + * - :raw-html-m2r:`@droope` + - `@droope `_ + - 1 * - :raw-html-m2r:`@ralucasg` - `@ralucasg `_ - 1 @@ -332,4 +335,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 2021-05-25. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-07-14. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 5479e2e..089fcae 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,29 @@ Changelog ========= +`1.9.0 `_ (2021-07-14) +------------------------------------------------------------------------------------------------------ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **3003.1:** update inc. AlmaLinux, Rocky & ``rst-lint`` [skip ci] (\ `0e62858 `_\ ) +* **kitchen.vagrant.yml:** disable FreeBSD until pre-salted boxes updated (\ `fa820c7 `_\ ) +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `226a187 `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** add documentation regarding salt.formula usage [skip ci] (\ `209575f `_\ ) + +Features +^^^^^^^^ + + +* **freebsd:** update packages from ``py37-*`` => ``py38-*`` (\ `0ab42d7 `_\ ) + `1.8.5 `_ (2021-05-25) ------------------------------------------------------------------------------------------------------