Skip to content

Commit c3128e8

Browse files
authored
Merge pull request #1398 from puppetlabs/release-prep
Release prep v11.0.2
2 parents 0f7e498 + a680cd0 commit c3128e8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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).
44

5+
## [v11.0.2](https://github.com/puppetlabs/puppetlabs-mysql/tree/v11.0.2) (2021-06-07)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v11.0.1...v11.0.2)
8+
9+
### Fixed
10+
11+
- \(bugfix\) - Pull python3-mysqldb in Debian Bullseye [\#1396](https://github.com/puppetlabs/puppetlabs-mysql/pull/1396) ([thomasgoirand](https://github.com/thomasgoirand))
12+
- Update xtrabackup package name for Ubuntu 20.04 [\#1387](https://github.com/puppetlabs/puppetlabs-mysql/pull/1387) ([rsynnest](https://github.com/rsynnest))
13+
514
## [v11.0.1](https://github.com/puppetlabs/puppetlabs-mysql/tree/v11.0.1) (2021-04-19)
615

716
[Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v11.0.0...v11.0.1)

REFERENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ Hash a string as mysql's "PASSWORD()" function would do it
16491649

16501650
#### `mysql::password(String $password)`
16511651

1652-
The mysql::password function.
1652+
Hash a string as mysql's "PASSWORD()" function would do it
16531653

16541654
Returns: `String` hash
16551655
The mysql password hash from the clear text password.

metadata.json

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

0 commit comments

Comments
 (0)