From caae9a7e9e11f01a548015794816393242f9cb4c Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Wed, 14 Aug 2024 15:38:35 +0200 Subject: [PATCH] release 4.0.1 --- CHANGELOG.md | 6 ++++++ metadata.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094562d..c10062d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/spec/v2.0.0.html). +## [4.0.1] + +### Fixed +* Duplication of key `galera::mariadb::default_options` ([#197]) + ## [4.0.0] This is a new major release with breaking changes. MariaDB 11.x is not yet supported because puppetlabs/mysql lacks support for it. @@ -346,6 +351,7 @@ This is the first release after extensive code refactoring and introduces multip [0.7.2]: https://github.com/markt-de/puppet-galera/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/markt-de/puppet-galera/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/markt-de/puppet-galera/compare/0.0.6...0.7.0 +[#197]: https://github.com/markt-de/puppet-galera/pull/197 [#192]: https://github.com/markt-de/puppet-galera/pull/192 [#191]: https://github.com/markt-de/puppet-galera/pull/191 [#190]: https://github.com/markt-de/puppet-galera/pull/190 diff --git a/metadata.json b/metadata.json index 0b9e5da..151cdd2 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "markt-galera", - "version": "4.0.0", + "version": "4.0.1", "author": "markt.de", "summary": "Setup a Galera cluster on MySQL/MariaDB/XtraDB with Arbitrator support", "license": "BSD-2-Clause",