You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,27 @@
1
+
## Supported Release 4.0.0
2
+
### Summary
3
+
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.
4
+
5
+
#### Added
6
+
- Updated README.md with example how to install MySQL Community Server 5.6 on Centos 7.3
7
+
- Enabled Rubocop and addition of Rubocop fixes for /lib directory.
8
+
9
+
#### Removed
10
+
- Dropped legacy tests for db.pp.
11
+
12
+
#### Changed
13
+
- Replaced validate function calls with datatypes in db.pp.
14
+
- Bumped recommended puppet version to between 4.7.0 and 6.0.0.
15
+
- Conditionalize name validation in mysql_grant type. ([MODULES-4604](https://tickets.puppet.com/browse/MODULES-4604))
16
+
17
+
#### Fixed
18
+
- Removal of invalid parameter provider on Mysql_user[user@localhost] in mysql::db ([MODULES-4115](https://tickets.puppet.com/browse/MODULES-4115))
19
+
- Fixed server_service_name for Debian/stretch.
20
+
- Spec fixes for Puppet 5.
21
+
- Test update for fix:create procedure, then grant ([MODULES-5390](https://tickets.puppet.com/browse/MODULES-5390))
22
+
- Fixing empty user/password issue for xtrabackup. Now defaults as undef instead of ''.
0 commit comments