diff --git a/AUTHORS.md b/AUTHORS.md index 963a87a..dd647cc 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)|158 +@myii|[@myii](https://github.com/myii)|160 @aboe76|[@aboe76](https://github.com/aboe76)|100 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 @@ -62,6 +62,7 @@ Avatar|Contributor|Contributions @ek9|[@ek9](https://github.com/ek9)|2 @tiger-seo|[@tiger-seo](https://github.com/tiger-seo)|2 @daks|[@daks](https://github.com/daks)|2 +@major0|[@major0](https://github.com/major0)|2 @matthew-parlette|[@matthew-parlette](https://github.com/matthew-parlette)|2 @aanriot|[@aanriot](https://github.com/aanriot)|1 @alejdg|[@alejdg](https://github.com/alejdg)|1 @@ -87,7 +88,6 @@ Avatar|Contributor|Contributions @jtriley|[@jtriley](https://github.com/jtriley)|1 @msonawane|[@msonawane](https://github.com/msonawane)|1 @Oro|[@Oro](https://github.com/Oro)|1 -@major0|[@major0](https://github.com/major0)|1 @mwpher|[@mwpher](https://github.com/mwpher)|1 @mnaser|[@mnaser](https://github.com/mnaser)|1 @vermut|[@vermut](https://github.com/vermut)|1 @@ -112,4 +112,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-03-02. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-03-03. diff --git a/CHANGELOG.md b/CHANGELOG.md index d27ea1f..b6f3a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [1.8.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.7.5...v1.8.0) (2021-03-03) + + +### Features + +* allow selecting alternate salt package repositories ([8742ab3](https://github.com/saltstack-formulas/salt-formula/commit/8742ab30bb951cb28b3b527693aab9f6439b76f6)) + + +### Tests + +* **debian+ubuntu:** update `pkgrepo` to use `https` instead of `http` ([e94a8c9](https://github.com/saltstack-formulas/salt-formula/commit/e94a8c9dcec9c1643d655859de58eebb5d1eab81)) + ## [1.7.5](https://github.com/saltstack-formulas/salt-formula/compare/v1.7.4...v1.7.5) (2021-03-02) diff --git a/FORMULA b/FORMULA index fa6fcbd..c93ce57 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.7.5 +version: 1.8.0 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index da6cd4b..fc61a39 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 `_ - - 158 + - 160 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 100 @@ -187,6 +187,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@daks` - `@daks `_ - 2 + * - :raw-html-m2r:`@major0` + - `@major0 `_ + - 2 * - :raw-html-m2r:`@matthew-parlette` - `@matthew-parlette `_ - 2 @@ -262,9 +265,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@Oro` - `@Oro `_ - 1 - * - :raw-html-m2r:`@major0` - - `@major0 `_ - - 1 * - :raw-html-m2r:`@mwpher` - `@mwpher `_ - 1 @@ -332,4 +332,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-03-02. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-03-03. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 90fdb2b..3d71e4e 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`1.8.0 `_ (2021-03-03) +------------------------------------------------------------------------------------------------------ + +Features +^^^^^^^^ + + +* allow selecting alternate salt package repositories (\ `8742ab3 `_\ ) + +Tests +^^^^^ + + +* **debian+ubuntu:** update ``pkgrepo`` to use ``https`` instead of ``http`` (\ `e94a8c9 `_\ ) + `1.7.5 `_ (2021-03-02) ------------------------------------------------------------------------------------------------------