diff --git a/AUTHORS.md b/AUTHORS.md index e0de9ee..3543182 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-21. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-01. diff --git a/CHANGELOG.md b/CHANGELOG.md index 61fc334..39d753a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.3](https://github.com/saltstack-formulas/salt-formula/compare/v1.3.2...v1.3.3) (2020-04-01) + + +### Continuous Integration + +* **kitchen+travis:** adjust matrix to update `3000` to `3000.1` ([a8fe65a](https://github.com/saltstack-formulas/salt-formula/commit/a8fe65a2c80a63cb167ea6f7f88b1198b6e07b97)) + + +### Tests + +* **pkgs_spec:** update `3000` to `3000.1` ([1e677cd](https://github.com/saltstack-formulas/salt-formula/commit/1e677cd761ab82ff6160d7b96ce7f6920b2e02e4)) +* **service_spec:** add `should be_installed` ([b5461a0](https://github.com/saltstack-formulas/salt-formula/commit/b5461a0ebab63fb77186ea5960e71bd1426609a1)) + ## [1.3.2](https://github.com/saltstack-formulas/salt-formula/compare/v1.3.1...v1.3.2) (2020-03-21) diff --git a/FORMULA b/FORMULA index 51da426..b9c52a6 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.2 +version: 1.3.3 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 467845e..95317b1 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-21. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-04-01. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 8d2af42..bb50e70 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`1.3.3 `_ (2020-04-01) +------------------------------------------------------------------------------------------------------ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis:** adjust matrix to update ``3000`` to ``3000.1`` (\ `a8fe65a `_\ ) + +Tests +^^^^^ + + +* **pkgs_spec:** update ``3000`` to ``3000.1`` (\ `1e677cd `_\ ) +* **service_spec:** add ``should be_installed`` (\ `b5461a0 `_\ ) + `1.3.2 `_ (2020-03-21) ------------------------------------------------------------------------------------------------------