diff --git a/AUTHORS.md b/AUTHORS.md index 4d3bfcc..d754c18 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -108,4 +108,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-11. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-19. diff --git a/CHANGELOG.md b/CHANGELOG.md index 148d691..e10e64b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.1](https://github.com/saltstack-formulas/salt-formula/compare/v1.3.0...v1.3.1) (2020-03-19) + + +### Bug Fixes + +* **jinja:** replace version_cmp with grains lookup ([dd37869](https://github.com/saltstack-formulas/salt-formula/commit/dd37869d2842927a87273b940fd76945ff6a05ec)) +* **jinja:** replace version_cmp with grains lookup ([325f6c0](https://github.com/saltstack-formulas/salt-formula/commit/325f6c061beb2721cb55777e206922d728f62e69)) + # [1.3.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.2.0...v1.3.0) (2020-03-11) diff --git a/FORMULA b/FORMULA index 833f0fa..9d10063 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: 1.3.0 +version: 1.3.1 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 8d87008..4253f05 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -320,4 +320,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 2020-03-11. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-03-19. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 5fe7527..ff3af5f 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog ========= +`1.3.1 `_ (2020-03-19) +------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **jinja:** replace version_cmp with grains lookup (\ `dd37869 `_\ ) +* **jinja:** replace version_cmp with grains lookup (\ `325f6c0 `_\ ) + `1.3.0 `_ (2020-03-11) ------------------------------------------------------------------------------------------------------