Skip to content

Commit 7ab0ee2

Browse files
Merge pull request #1372 from puppetlabs/release
v11.0.0 Release Merge Back
2 parents 7252c51 + ac2e571 commit 7ab0ee2

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/v11.0.0) (2021-03-01)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v10.10.0...v11.0.0)
8+
9+
### Changed
10+
11+
- pdksync - \(MAINT\) Remove SLES 11 support [\#1370](https://github.com/puppetlabs/puppetlabs-mysql/pull/1370) ([sanfrancrisko](https://github.com/sanfrancrisko))
12+
- pdksync - \(MAINT\) Remove RHEL 5 family support [\#1369](https://github.com/puppetlabs/puppetlabs-mysql/pull/1369) ([sanfrancrisko](https://github.com/sanfrancrisko))
13+
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [\#1366](https://github.com/puppetlabs/puppetlabs-mysql/pull/1366) ([carabasdaniel](https://github.com/carabasdaniel))
14+
15+
### Added
16+
17+
- Support compression command and extension [\#1363](https://github.com/puppetlabs/puppetlabs-mysql/pull/1363) ([dploeger](https://github.com/dploeger))
18+
519
## [v10.10.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/v10.10.0) (2021-02-11)
620

721
[Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v10.9.1...v10.10.0)
@@ -73,7 +87,6 @@ All notable changes to this project will be documented in this file. The format
7387

7488
- Handle cron package from different module [\#1306](https://github.com/puppetlabs/puppetlabs-mysql/pull/1306) ([ashish1099](https://github.com/ashish1099))
7589
- \(IAC-746\) - Add ubuntu 20.04 support [\#1303](https://github.com/puppetlabs/puppetlabs-mysql/pull/1303) ([david22swan](https://github.com/david22swan))
76-
- \(MODULES-1550\) add new Feature MySQL login paths [\#1295](https://github.com/puppetlabs/puppetlabs-mysql/pull/1295) ([andeman](https://github.com/andeman))
7790

7891
### Fixed
7992

@@ -86,6 +99,7 @@ All notable changes to this project will be documented in this file. The format
8699

87100
### Added
88101

102+
- \(MODULES-1550\) add new Feature MySQL login paths [\#1295](https://github.com/puppetlabs/puppetlabs-mysql/pull/1295) ([andeman](https://github.com/andeman))
89103
- Support mariadb's ed25519-based authentication [\#1292](https://github.com/puppetlabs/puppetlabs-mysql/pull/1292) ([dciabrin](https://github.com/dciabrin))
90104
- Allow changing the mysql-config-file group-ownership [\#1284](https://github.com/puppetlabs/puppetlabs-mysql/pull/1284) ([unki](https://github.com/unki))
91105

REFERENCE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,8 @@ The following parameters are available in the `mysql::server::backup` class:
852852
* [`maxallowedpacket`](#maxallowedpacket)
853853
* [`optional_args`](#optional_args)
854854
* [`install_cron`](#install_cron)
855+
* [`compression_command`](#compression_command)
856+
* [`compression_extension`](#compression_extension)
855857

856858
##### <a name="backupuser"></a>`backupuser`
857859

@@ -1061,6 +1063,23 @@ Manage installation of cron package
10611063

10621064
Default value: ``true``
10631065

1066+
##### <a name="compression_command"></a>`compression_command`
1067+
1068+
Data type: `Any`
1069+
1070+
Configure the command used to compress the backup (when using the mysqldump provider). Make sure the command exists
1071+
on the target system. Packages for it are NOT automatically installed.
1072+
1073+
Default value: ``undef``
1074+
1075+
##### <a name="compression_extension"></a>`compression_extension`
1076+
1077+
Data type: `Any`
1078+
1079+
Configure the file extension for the compressed backup (when using the mysqldump provider)
1080+
1081+
Default value: ``undef``
1082+
10641083
### <a name="mysqlservermonitor"></a>`mysql::server::monitor`
10651084

10661085
This is a helper class to add a monitoring user to the database

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": "10.10.0",
3+
"version": "11.0.0",
44
"author": "puppetlabs",
55
"summary": "Installs, configures, and manages the MySQL service.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)