diff --git a/AUTHORS.md b/AUTHORS.md index 22151a4..3a6ad35 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -105,4 +105,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-13. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-01. diff --git a/CHANGELOG.md b/CHANGELOG.md index 013388c..a9ab5a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.58.1](https://github.com/saltstack-formulas/salt-formula/compare/v0.58.0...v0.58.1) (2019-08-01) + + +### Bug Fixes + +* **travis:** disable two failing platforms until they can be fixed ([5fcadcd](https://github.com/saltstack-formulas/salt-formula/commit/5fcadcd)) + # [0.58.0](https://github.com/saltstack-formulas/salt-formula/compare/v0.57.1...v0.58.0) (2019-06-13) diff --git a/FORMULA b/FORMULA index bc8b926..941acc5 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.58.0 +version: 0.58.1 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 3c1d0b4..6f7f5d2 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -311,4 +311,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 2019-06-13. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-01. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 4ea63c4..d8d587c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.58.1 `_ (2019-08-01) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **travis:** disable two failing platforms until they can be fixed (\ `5fcadcd `_\ ) + `0.58.0 `_ (2019-06-13) ---------------------------------------------------------------------------------------------------------