diff --git a/AUTHORS.md b/AUTHORS.md index 540bf33..5c3ae5b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,8 +6,8 @@ Avatar|Contributor|Contributions :-:|---|:-: @aboe76|[@aboe76](https://github.com/aboe76)|98 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 +@myii|[@myii](https://github.com/myii)|62 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 -@myii|[@myii](https://github.com/myii)|54 @iggy|[@iggy](https://github.com/iggy)|22 @puneetk|[@puneetk](https://github.com/puneetk)|21 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|20 @@ -106,4 +106,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-10-29. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-28. diff --git a/CHANGELOG.md b/CHANGELOG.md index d8384ff..b44ebf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.59.8](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.7...v0.59.8) (2019-11-28) + + +### Bug Fixes + +* **release.config.js:** use full commit hash in commit link [skip ci] ([67e1109](https://github.com/saltstack-formulas/salt-formula/commit/67e110973b9ddde1ea07889e8e40de97e29c96db)) +* **shellcheck:** fix shellcheck error ([cc31514](https://github.com/saltstack-formulas/salt-formula/commit/cc3151436cecc921c992c6b520ad951bbd0f867f)) + + +### Continuous Integration + +* **travis:** apply changes from build config validation [skip ci] ([56c2eb5](https://github.com/saltstack-formulas/salt-formula/commit/56c2eb536709ff4b07413656b08a502954e15f97)) +* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([33f69cf](https://github.com/saltstack-formulas/salt-formula/commit/33f69cfb7bd462230547d2cbe91474aeccb91975)) +* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([1a27b0a](https://github.com/saltstack-formulas/salt-formula/commit/1a27b0ae84a7433120fd82a644d7bfd02da18a40)) +* **travis:** run `shellcheck` during lint job [skip ci] ([f4e8ae6](https://github.com/saltstack-formulas/salt-formula/commit/f4e8ae6871d9788f4b57fabd6e5962a44bf6982c)) +* **travis:** use build config validation (beta) [skip ci] ([85593f5](https://github.com/saltstack-formulas/salt-formula/commit/85593f555e95928cfd0bafdc01ca4445baddd194)) + + +### Performance Improvements + +* **travis:** improve `salt-lint` invocation [skip ci] ([ef7e1c1](https://github.com/saltstack-formulas/salt-formula/commit/ef7e1c1e7b8eb97fcb859a85d919d78f553f82ed)) + ## [0.59.7](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.6...v0.59.7) (2019-10-29) diff --git a/FORMULA b/FORMULA index fac3afc..4d89776 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.7 +version: 0.59.8 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 00f1b42..4345173 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -19,11 +19,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 71 - * - :raw-html-m2r:`@nmadhok` - - `@nmadhok `_ - - 54 * - :raw-html-m2r:`@myii` - `@myii `_ + - 62 + * - :raw-html-m2r:`@nmadhok` + - `@nmadhok `_ - 54 * - :raw-html-m2r:`@iggy` - `@iggy `_ @@ -314,4 +314,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-10-29. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-11-28. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 0a391f5..e60b75d 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,32 @@ Changelog ========= +`0.59.8 `_ (2019-11-28) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **release.config.js:** use full commit hash in commit link [skip ci] (\ `67e1109 `_\ ) +* **shellcheck:** fix shellcheck error (\ `cc31514 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **travis:** apply changes from build config validation [skip ci] (\ `56c2eb5 `_\ ) +* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `33f69cf `_\ ) +* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `1a27b0a `_\ ) +* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `f4e8ae6 `_\ ) +* **travis:** use build config validation (beta) [skip ci] (\ `85593f5 `_\ ) + +Performance Improvements +^^^^^^^^^^^^^^^^^^^^^^^^ + + +* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `ef7e1c1 `_\ ) + `0.59.7 `_ (2019-10-29) ---------------------------------------------------------------------------------------------------------