From 3466b9bf2253ba95f3cc6bb6779afead393a23d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Oct 2019 02:39:23 +0000 Subject: [PATCH] chore(release): 0.52.1 [skip ci] ## [0.52.1](https://github.com/saltstack-formulas/mysql-formula/compare/v0.52.0...v0.52.1) (2019-10-10) ### Bug Fixes * **server.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/mysql-formula/commit/764dd0c)) * **user.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/mysql-formula/commit/a014e55)) ### Continuous Integration * **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/mysql-formula/commit/75fd8dc)) * **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/mysql-formula/commit/8b89ebc)) * **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/mysql-formula/commit/4bdaab7)) * **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([](https://github.com/saltstack-formulas/mysql-formula/commit/5c20c9b)) * **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/mysql-formula/commit/2322ff6)) * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/mysql-formula/commit/00494d5)) * use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/mysql-formula/commit/05b1cef)) --- AUTHORS.md | 8 ++++---- CHANGELOG.md | 19 +++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 14 +++++++------- docs/CHANGELOG.rst | 22 ++++++++++++++++++++++ 5 files changed, 53 insertions(+), 12 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 1cabef8..16498ba 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,9 +5,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @gravyboat|[@gravyboat](https://github.com/gravyboat)|38 -@aboe76|[@aboe76](https://github.com/aboe76)|36 +@aboe76|[@aboe76](https://github.com/aboe76)|37 @nmadhok|[@nmadhok](https://github.com/nmadhok)|28 @whiteinge|[@whiteinge](https://github.com/whiteinge)|27 +@myii|[@myii](https://github.com/myii)|19 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|18 @alxwr|[@alxwr](https://github.com/alxwr)|14 @cheuschober|[@cheuschober](https://github.com/cheuschober)|11 @@ -18,7 +19,6 @@ Avatar|Contributor|Contributions @Routhinator|[@Routhinator](https://github.com/Routhinator)|5 @puneetk|[@puneetk](https://github.com/puneetk)|5 @davidjb|[@davidjb](https://github.com/davidjb)|5 -@myii|[@myii](https://github.com/myii)|5 @xenophonf|[@xenophonf](https://github.com/xenophonf)|4 @thatch45|[@thatch45](https://github.com/thatch45)|4 @toanju|[@toanju](https://github.com/toanju)|4 @@ -37,7 +37,7 @@ Avatar|Contributor|Contributions @stp-ip|[@stp-ip](https://github.com/stp-ip)|2 @RonWilliams|[@RonWilliams](https://github.com/RonWilliams)|2 @ross-p|[@ross-p](https://github.com/ross-p)|2 -@srse|[@srse](https://github.com/srse)|2 +@sray|[@sray](https://github.com/sray)|2 @tomasfejfar|[@tomasfejfar](https://github.com/tomasfejfar)|2 @vschum|[@vschum](https://github.com/vschum)|2 @madflojo|[@madflojo](https://github.com/madflojo)|2 @@ -83,4 +83,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-08-17. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-10. diff --git a/CHANGELOG.md b/CHANGELOG.md index 949f32a..808677c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.52.1](https://github.com/saltstack-formulas/mysql-formula/compare/v0.52.0...v0.52.1) (2019-10-10) + + +### Bug Fixes + +* **server.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/mysql-formula/commit/764dd0c)) +* **user.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/mysql-formula/commit/a014e55)) + + +### Continuous Integration + +* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/mysql-formula/commit/75fd8dc)) +* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/mysql-formula/commit/8b89ebc)) +* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/mysql-formula/commit/4bdaab7)) +* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([](https://github.com/saltstack-formulas/mysql-formula/commit/5c20c9b)) +* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/mysql-formula/commit/2322ff6)) +* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/mysql-formula/commit/00494d5)) +* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/mysql-formula/commit/05b1cef)) + # [0.52.0](https://github.com/saltstack-formulas/mysql-formula/compare/v0.51.0...v0.52.0) (2019-08-17) diff --git a/FORMULA b/FORMULA index b0ab7d5..bf6888d 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: mysql os: RedHat, CentOS, Debian, Ubuntu, Suse, Gentoo, FreeBSD os_family: RedHat, Debian, Suse, Gentoo, FreeBSD -version: 0.52.0 +version: 0.52.1 release: 1 minimum_version: 2015.8 summary: Formula for installing MySQL diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 68adf8e..095d607 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,13 +18,16 @@ This list is sorted by the number of commits per contributor in *descending* ord - 38 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - - 36 + - 37 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 28 * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 27 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 19 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 18 @@ -55,9 +58,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@davidjb` - `@davidjb `_ - 5 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 5 * - :raw-html-m2r:`@xenophonf` - `@xenophonf `_ - 4 @@ -112,8 +112,8 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@ross-p` - `@ross-p `_ - 2 - * - :raw-html-m2r:`@srse` - - `@srse `_ + * - :raw-html-m2r:`@sray` + - `@sray `_ - 2 * - :raw-html-m2r:`@tomasfejfar` - `@tomasfejfar `_ @@ -245,4 +245,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-08-17. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-10. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 4421b09..07d2df1 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,28 @@ Changelog ========= +`0.52.1 `_ (2019-10-10) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **server.sls:** fix ``salt-lint`` errors (\ ` `_\ ) +* **user.sls:** fix ``salt-lint`` errors (\ ` `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ ` `_\ ) +* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ ` `_\ ) +* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ ` `_\ ) +* **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ ` `_\ ) +* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ ` `_\ ) +* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ ) +* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ ` `_\ ) + `0.52.0 `_ (2019-08-17) ----------------------------------------------------------------------------------------------------------