Skip to content

Commit d6c2de8

Browse files
authored
Merge pull request #908 from puppetlabs/release
Release 3.10.0 mergeback
2 parents 082dcba + 11afc2b commit d6c2de8

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## Supported Release 3.10.0
2+
### Summary
3+
This release includes new features for setting TLS options on a mysql user, a new parameter to allow specifying tool to import sql files, as well as various bugfixes.
4+
5+
#### Features
6+
- (MODULES-3879) Adds `import_cat_cmd` parameter to specify the command to read sql files
7+
- Adds support for setting `tls_options` in `mysql_user`
8+
9+
#### Bugfixes
10+
- (MODULES-3557) Adds Ubuntu 16.04 package names for language bindings
11+
- (MODULES-3907) Adds MySQL/Percona 5.7 initialize on fresh deploy
12+
113
## Supported Release 3.9.0
214
### Summary
315
This release adds Percona 5.7 support and compatibility with Ubuntu 16.04, in addition to various bugfixes.

metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-mysql",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"author": "Puppet Labs",
55
"summary": "Installs, configures, and manages the MySQL service.",
66
"license": "Apache-2.0",
@@ -75,5 +75,5 @@
7575
"version_requirement": ">= 3.0.0 < 5.0.0"
7676
}
7777
],
78-
"description": "Mysql module"
78+
"description": "MySQL module"
7979
}

0 commit comments

Comments
 (0)