diff --git a/AUTHORS.md b/AUTHORS.md index 9141038..d3ea808 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)|230 +@myii|[@myii](https://github.com/myii)|231 @aboe76|[@aboe76](https://github.com/aboe76)|100 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 @@ -17,7 +17,6 @@ Avatar|Contributor|Contributions @dafyddj|[@dafyddj](https://github.com/dafyddj)|12 @whiteinge|[@whiteinge](https://github.com/whiteinge)|12 @rhertzog|[@rhertzog](https://github.com/rhertzog)|12 -@pcdummy|[@pcdummy](https://github.com/pcdummy)|11 @babilen|[@babilen](https://github.com/babilen)|8 @UtahDave|[@UtahDave](https://github.com/UtahDave)|8 @colin-stubbs|[@colin-stubbs](https://github.com/colin-stubbs)|7 @@ -60,6 +59,7 @@ Avatar|Contributor|Contributions @tibold|[@tibold](https://github.com/tibold)|2 @tobias-m|[@tobias-m](https://github.com/tobias-m)|2 @ek9|[@ek9](https://github.com/ek9)|2 +@hkbakke|[@hkbakke](https://github.com/hkbakke)|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 @@ -113,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-10-27. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-11-05. diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e1f7f..8e5d5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.9.5](https://github.com/saltstack-formulas/salt-formula/compare/v1.9.4...v1.9.5) (2021-11-05) + + +### Bug Fixes + +* make it possible to not have key_url set ([97e1d1f](https://github.com/saltstack-formulas/salt-formula/commit/97e1d1f07a2acc8e9b048412911d61695d7187b3)), closes [#520](https://github.com/saltstack-formulas/salt-formula/issues/520) +* update to modern defaults for Debian family ([a932a8c](https://github.com/saltstack-formulas/salt-formula/commit/a932a8cc84d6a97d958aa0d6e6b1026bbbf5a745)) + ## [1.9.4](https://github.com/saltstack-formulas/salt-formula/compare/v1.9.3...v1.9.4) (2021-10-27) diff --git a/FORMULA b/FORMULA index 49b6f65..62271af 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.9.4 +version: 1.9.5 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 4476c11..610ec49 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 `_ - - 230 + - 231 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 100 @@ -52,9 +52,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@rhertzog` - `@rhertzog `_ - 12 - * - :raw-html-m2r:`@pcdummy` - - `@pcdummy `_ - - 11 * - :raw-html-m2r:`@babilen` - `@babilen `_ - 8 @@ -181,6 +178,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@ek9` - `@ek9 `_ - 2 + * - :raw-html-m2r:`@hkbakke` + - `@hkbakke `_ + - 2 * - :raw-html-m2r:`@tiger-seo` - `@tiger-seo `_ - 2 @@ -335,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-10-27. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-11-05. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 49def99..792e568 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog ========= +`1.9.5 `_ (2021-11-05) +------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* make it possible to not have key_url set (\ `97e1d1f `_\ ), closes `#520 `_ +* update to modern defaults for Debian family (\ `a932a8c `_\ ) + `1.9.4 `_ (2021-10-27) ------------------------------------------------------------------------------------------------------