Skip to content

Commit 624a804

Browse files
authored
Merge pull request #992 from puppetlabs/release
(MODULES-5603) Merge release back to master
2 parents d386e53 + 5af7b93 commit 624a804

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Supported Release 4.0.1
2+
### Summary
3+
This is a small bugfix release that makes `mysql_install_db` optional and fixes some regular expression issues.
4+
5+
#### Bugfixes
6+
- ([MODULES-5528](https://tickets.puppet.com/browse/MODULES-5528)) Fixes the `mysql_install_db` command so that it is optional
7+
- ([MODULES-5602](https://tickets.puppet.com/browse/MODULES-5602)) Removes superfluous backslashes in some regular expressions that were causing instability
8+
19
## Supported Release 4.0.0
210
### Summary
311
This release sees the enablement of rubocop, also an update to the lib directory with rubocop fixes and several other changes and fixes. Also a bump to the Puppet version compatibility and several Puppet language updates.

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-mysql",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"author": "Puppet Labs",
55
"summary": "Installs, configures, and manages the MySQL service.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)