From b04ae321f613912ce40dc63bd100ec9ffdf0c79c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 26 Aug 2021 11:46:32 +0000 Subject: [PATCH] Release prep v12.0.1 --- CHANGELOG.md | 11 ++++++++++- REFERENCE.md | 2 +- metadata.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b2d6eb1..968b96aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +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) +## [v12.0.1](https://github.com/puppetlabs/puppetlabs-mysql/tree/v12.0.1) (2021-08-26) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v12.0.0...v12.0.1) + +### Fixed + +- \(IAC-1741\) Allow stdlib v8.0.0 [\#1433](https://github.com/puppetlabs/puppetlabs-mysql/pull/1433) ([david22swan](https://github.com/david22swan)) +- MODULES-8373 Fix mysql\_grant resource to be idempodent on MySQL 8+ [\#1427](https://github.com/puppetlabs/puppetlabs-mysql/pull/1427) ([theq86](https://github.com/theq86)) + +## [v12.0.0](https://github.com/puppetlabs/puppetlabs-mysql/tree/v12.0.0) (2021-07-27) [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v11.1.0...v12.0.0) diff --git a/REFERENCE.md b/REFERENCE.md index 2718f380d..37446b0af 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -1556,7 +1556,7 @@ Hash a string as mysql's "PASSWORD()" function would do it #### `mysql::password(Variant[String, Sensitive[String]] $password, Optional[Boolean] $sensitive)` -The mysql::password function. +Hash a string as mysql's "PASSWORD()" function would do it Returns: `Variant[String, Sensitive[String]]` hash The mysql password hash from the clear text password. diff --git a/metadata.json b/metadata.json index 33ed065c3..69254df7c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-mysql", - "version": "12.0.0", + "version": "12.0.1", "author": "puppetlabs", "summary": "Installs, configures, and manages the MySQL service.", "license": "Apache-2.0",