mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 01:30:25 +00:00

# [0.55.0](https://github.com/saltstack-formulas/mysql-formula/compare/v0.54.2...v0.55.0) (2020-12-16) ### Bug Fixes * **percona:** fix startswith error ([6b39bda
](6b39bda366
)) * **redhat:** added missing client socket ([b0f370c
](b0f370cf8b
)) * **redhat:** update python library, add missing deps ([3cab000
](3cab000c89
)) * **server:** fix `salt-lint` violations [skip ci] ([2d1c7c3
](2d1c7c30e6
)) ### Continuous Integration * **gitlab-ci:** use GitLab CI as Travis CI replacement ([fb50e26
](fb50e26f6a
)) * **pre-commit:** add to formula [skip ci] ([11e6460
](11e646082e
)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([87cb5b7
](87cb5b7c4f
)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([92bf43a
](92bf43a3b7
)) ### Features * **credentials:** add socket access ([1c70b0a
](1c70b0abc1
))
9 lines
301 B
Text
9 lines
301 B
Text
name: mysql
|
|
os: RedHat, CentOS, Debian, Ubuntu, Suse, Gentoo, FreeBSD
|
|
os_family: RedHat, Debian, Suse, Gentoo, FreeBSD
|
|
version: 0.55.0
|
|
release: 1
|
|
minimum_version: 2015.8
|
|
summary: Formula for installing MySQL
|
|
description: Formula for installing MySQL database client and/or server
|
|
top_level_dir: mysql
|