diff --git a/AUTHORS.md b/AUTHORS.md index 25d59c6..4867b97 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,10 +4,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|103 +@myii|[@myii](https://github.com/myii)|104 @gravyboat|[@gravyboat](https://github.com/gravyboat)|38 @aboe76|[@aboe76](https://github.com/aboe76)|37 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|31 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|36 @nmadhok|[@nmadhok](https://github.com/nmadhok)|28 @whiteinge|[@whiteinge](https://github.com/whiteinge)|27 @alxwr|[@alxwr](https://github.com/alxwr)|14 @@ -89,4 +89,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-08-25. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-09-04. diff --git a/CHANGELOG.md b/CHANGELOG.md index a7841a6..6dc2a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.56.2](https://github.com/saltstack-formulas/mysql-formula/compare/v0.56.1...v0.56.2) (2021-09-04) + + +### Bug Fixes + +* **centos7:** add correct pymysql package on cent7/saltpy3 ([9722b02](https://github.com/saltstack-formulas/mysql-formula/commit/9722b0218763c56b7bb1096b421058e6898ae55e)) +* **ci:** corrected ruby last else ([df2fa30](https://github.com/saltstack-formulas/mysql-formula/commit/df2fa300eff9c07e54967a3ef1366c57896b4eb5)) + + +### Continuous Integration + +* **centos:** add centos ci; fix test pillar ([060b43f](https://github.com/saltstack-formulas/mysql-formula/commit/060b43f3036bbdfd1c0910fe91ff280221ef116c)) + ## [0.56.1](https://github.com/saltstack-formulas/mysql-formula/compare/v0.56.0...v0.56.1) (2021-08-25) diff --git a/FORMULA b/FORMULA index 8daf959..363571b 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.56.1 +version: 0.56.2 release: 1 minimum_version: 2015.8 summary: Formula for installing MySQL diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 28e8b2b..0b16735 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 103 + - 104 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 38 @@ -24,7 +24,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 37 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 31 + - 36 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 28 @@ -263,4 +263,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 2021-08-25. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-09-04. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c320a0a..869f9d0 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`0.56.2 `_ (2021-09-04) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **centos7:** add correct pymysql package on cent7/saltpy3 (\ `9722b02 `_\ ) +* **ci:** corrected ruby last else (\ `df2fa30 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **centos:** add centos ci; fix test pillar (\ `060b43f `_\ ) + `0.56.1 `_ (2021-08-25) ----------------------------------------------------------------------------------------------------------