Skip to content

Commit 8d11960

Browse files
authored
Merge pull request #1014 from puppetlabs/release
mergeback for 5.0.0
2 parents d3f6715 + 0765497 commit 8d11960

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Change log
2+
3+
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4+
and this project adheres to [Semantic Versioning](http://semver.org).
5+
6+
## Supported Release [5.0.0]
7+
### Summary
8+
This is a major release that adds support for string translation. Currently the only supported language besides
9+
English is Japanese.
10+
11+
#### Added
12+
- Several gem dependencies required for translation.
13+
- Wrapping of strings that require translation. Strings in ruby code are now wrapped with `_()` and strings in puppet code with `translate()`.
14+
- Debian 9 support
15+
16+
#### Changed
17+
- The default php_package_name for Debian and Ubuntu to `php-mysql`
18+
119
## Supported Release 4.0.1
220
### Summary
321
This is a small bugfix release that makes `mysql_install_db` optional and fixes some regular expression issues.
@@ -817,3 +835,6 @@ configuration variables.
817835

818836
## 2011-06-03 - Dan Bode <dan@puppetlabs.com> - 0.0.1
819837
* initial commit
838+
839+
840+
[5.0.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/4.0.1...5.0.0

metadata.json

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

0 commit comments

Comments
 (0)