From d0150ffe0188c8eea61e32cae3974916702ca32d Mon Sep 17 00:00:00 2001 From: Auto-release Date: Mon, 26 Jul 2021 15:08:18 +0000 Subject: [PATCH] Release version 12.0.0 --- CHANGELOG.md | 10 ++++++ REFERENCE.md | 85 +-------------------------------------------------- metadata.json | 2 +- 3 files changed, 12 insertions(+), 85 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d8ffd11e..88b2d6eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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). +## [v12.0.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/v12.0.0) (2021-07-26) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v11.1.0...v12.0.0) + +### Changed + +- Deprecate mysql::server::mysqltuner and show it as an example [\#1409](https://github.com/puppetlabs/puppetlabs-mysql/pull/1409) ([ghoneycutt](https://github.com/ghoneycutt)) +- Deprecate mysql::server::monitor and show as an example [\#1408](https://github.com/puppetlabs/puppetlabs-mysql/pull/1408) ([ghoneycutt](https://github.com/ghoneycutt)) +- Remove EOL platforms Debian 8 and Ubuntu 14.04 [\#1406](https://github.com/puppetlabs/puppetlabs-mysql/pull/1406) ([ghoneycutt](https://github.com/ghoneycutt)) + ## [v11.1.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/v11.1.0) (2021-07-05) [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v11.0.3...v11.1.0) diff --git a/REFERENCE.md b/REFERENCE.md index 992f714f4..2718f380d 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -12,8 +12,6 @@ * [`mysql::client`](#mysqlclient): Installs and configures the MySQL client. * [`mysql::server`](#mysqlserver): Installs and configures the MySQL server. * [`mysql::server::backup`](#mysqlserverbackup): Create and manage a MySQL backup. -* [`mysql::server::monitor`](#mysqlservermonitor): This is a helper class to add a monitoring user to the database -* [`mysql::server::mysqltuner`](#mysqlservermysqltuner): Manage the MySQLTuner package. #### Private Classes @@ -1069,87 +1067,6 @@ Configure the file extension for the compressed backup (when using the mysqldump Default value: ``undef`` -### `mysql::server::monitor` - -This is a helper class to add a monitoring user to the database - -#### Parameters - -The following parameters are available in the `mysql::server::monitor` class: - -* [`mysql_monitor_username`](#mysql_monitor_username) -* [`mysql_monitor_password`](#mysql_monitor_password) -* [`mysql_monitor_hostname`](#mysql_monitor_hostname) - -##### `mysql_monitor_username` - -Data type: `Any` - -The username to create for MySQL monitoring. - -Default value: `''` - -##### `mysql_monitor_password` - -Data type: `Optional[Variant[String, Sensitive[String]]]` - -The password to create for MySQL monitoring. - -Default value: `''` - -##### `mysql_monitor_hostname` - -Data type: `Any` - -The hostname from which the monitoring user requests are allowed access. - -Default value: `''` - -### `mysql::server::mysqltuner` - -Manage the MySQLTuner package. - -#### Parameters - -The following parameters are available in the `mysql::server::mysqltuner` class: - -* [`ensure`](#ensure) -* [`version`](#version) -* [`source`](#source) -* [`tuner_location`](#tuner_location) - -##### `ensure` - -Data type: `Any` - -Ensures that the resource exists. Valid values are 'present', 'absent'. Defaults to 'present'. - -Default value: `'present'` - -##### `version` - -Data type: `Any` - -The version to install from the major/MySQLTuner-perl github repository. Must be a valid tag. Defaults to 'v1.3.0'. - -Default value: `'v1.3.0'` - -##### `source` - -Data type: `Any` - -Source path for the mysqltuner package. - -Default value: ``undef`` - -##### `tuner_location` - -Data type: `Any` - -Destination for the mysqltuner package. - -Default value: `'/usr/local/bin/mysqltuner'` - ## Defined types ### `mysql::db` @@ -1639,7 +1556,7 @@ Hash a string as mysql's "PASSWORD()" function would do it #### `mysql::password(Variant[String, Sensitive[String]] $password, Optional[Boolean] $sensitive)` -Hash a string as mysql's "PASSWORD()" function would do it +The mysql::password function. Returns: `Variant[String, Sensitive[String]]` hash The mysql password hash from the clear text password. diff --git a/metadata.json b/metadata.json index 886f65f58..13b857142 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-mysql", - "version": "11.1.0", + "version": "12.0.0", "author": "puppetlabs", "summary": "Installs, configures, and manages the MySQL service.", "license": "Apache-2.0",