Skip to content

Commit 61646f2

Browse files
authored
Merge pull request #1081 from puppetlabs/release
5.4.0 mergeback
2 parents 98e6675 + 7aafe62 commit 61646f2

File tree

5 files changed

+1200
-8
lines changed

5 files changed

+1200
-8
lines changed

CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
# Change log
1+
# Changelog
22

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).
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/) and this project adheres to [Semantic Versioning](http://semver.org).
4+
5+
## [5.4.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/5.4.0)
6+
7+
### Added
8+
9+
- \(PDOC-210\) Puppet Strings documentation [\#1068](https://github.com/puppetlabs/puppetlabs-mysql/pull/1068) ([hunner](https://github.com/hunner))
10+
- Compatibility for Alpine linux [\#1049](https://github.com/puppetlabs/puppetlabs-mysql/pull/1049) ([cisco87](https://github.com/cisco87))
11+
12+
### Fixed
13+
14+
- \(MODULES-6627\) Removed unused --host flag from mysqlcaller [\#1064](https://github.com/puppetlabs/puppetlabs-mysql/pull/1064) ([HelenCampbell](https://github.com/HelenCampbell))
15+
- Fixed archlinux compatibility [\#1057](https://github.com/puppetlabs/puppetlabs-mysql/pull/1057) ([bastelfreak](https://github.com/bastelfreak))
16+
- Changed input param option in export.json from sql to file [\#1054](https://github.com/puppetlabs/puppetlabs-mysql/pull/1054) ([cgoswami](https://github.com/cgoswami))
517

618
## Supported Release [5.3.0]
719
### Summary
@@ -878,6 +890,7 @@ configuration variables.
878890
## 2011-06-03 - Dan Bode <[email protected]> - 0.0.1
879891
* initial commit
880892

893+
[5.4.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.3.0...5.4.0
881894
[5.3.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.2.1...5.3.0
882895
[5.2.1]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.2.0...5.2.1
883896
[5.2.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/5.1.0...5.2.0

REFERENCE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Reference
2+
<!-- DO NOT EDIT: This document was generated by Puppet Strings -->
23

34
## Classes
45

@@ -30,8 +31,7 @@
3031
* `mysql::server::config`: Private class for MySQL server configuration.
3132
* `mysql::server::install`: Private class for managing MySQL package.
3233
* `mysql::server::installdb`: Builds initial databases on installation.
33-
* `mysql::server::providers`: Convenience class to call each of the three providers with the corresponding
34-
hashes provided in mysql::server.
34+
* `mysql::server::providers`: Convenience class to call each of the three providers with the corresponding hashes provided in mysql::server.
3535
* `mysql::server::root_password`: Private class for managing the root password
3636
* `mysql::server::service`: Private class for managing the MySQL service
3737

manifests/server/providers.pp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# @summary
2-
# Convenience class to call each of the three providers with the corresponding
3-
# hashes provided in mysql::server.
2+
# Convenience class to call each of the three providers with the corresponding hashes provided in mysql::server.
43
#
54
# @api private
65
#

metadata.json

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

0 commit comments

Comments
 (0)