diff --git a/AUTHORS.md b/AUTHORS.md index 1f50068..46099fc 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -14,8 +14,8 @@ Avatar|Contributor|Contributions @xenophonf|[@xenophonf](https://github.com/xenophonf)|18 @andrew-vant|[@andrew-vant](https://github.com/andrew-vant)|13 @whiteinge|[@whiteinge](https://github.com/whiteinge)|12 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|12 @rhertzog|[@rhertzog](https://github.com/rhertzog)|11 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|11 @pcdummy|[@pcdummy](https://github.com/pcdummy)|11 @babilen5|[@babilen5](https://github.com/babilen5)|8 @UtahDave|[@UtahDave](https://github.com/UtahDave)|8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d124d0..d1de5e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.59.2](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.1...v0.59.2) (2019-09-20) + + +### Bug Fixes + +* **symlinks:** replace symlinks with real files ([c4d0132](https://github.com/saltstack-formulas/salt-formula/commit/c4d0132)) + ## [0.59.1](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.0...v0.59.1) (2019-09-20) diff --git a/FORMULA b/FORMULA index 18467cc..cd891d5 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: salt os: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows os_family: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows -version: 0.59.1 +version: 0.59.2 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 232a0b3..5b4a7cd 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -43,11 +43,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 12 - * - :raw-html-m2r:`@rhertzog` - - `@rhertzog `_ - - 11 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ + - 12 + * - :raw-html-m2r:`@rhertzog` + - `@rhertzog `_ - 11 * - :raw-html-m2r:`@pcdummy` - `@pcdummy `_ diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index b3fd645..3e8a072 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.59.2 `_ (2019-09-20) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **symlinks:** replace symlinks with real files (\ `c4d0132 `_\ ) + `0.59.1 `_ (2019-09-20) ---------------------------------------------------------------------------------------------------------