Skip to content

Commit 7548ed1

Browse files
committed
release 3.2.0
1 parent 573e662 commit 7548ed1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [3.2.0] - 2024-03-13
8+
9+
### Changed
10+
* Remove deprecated option `wsrep_slave_threads` from default config
11+
* Update PDK to 3.0.1
12+
713
## [3.1.0] - 2023-07-31
814

915
### Changed
@@ -282,7 +288,8 @@ This is the first release after extensive code refactoring and introduces multip
282288
## 0.1.0
283289
* Bugfix: Additional package as an ensure_resource
284290

285-
[Unreleased]: https://github.com/markt-de/puppet-galera/compare/3.1.0...HEAD
291+
[Unreleased]: https://github.com/markt-de/puppet-galera/compare/3.2.0...HEAD
292+
[3.2.0]: https://github.com/markt-de/puppet-galera/compare/3.1.0...3.2.0
286293
[3.1.0]: https://github.com/markt-de/puppet-galera/compare/3.0.2...3.1.0
287294
[3.0.2]: https://github.com/markt-de/puppet-galera/compare/3.0.1...3.0.2
288295
[3.0.1]: https://github.com/markt-de/puppet-galera/compare/3.0.0...3.0.1

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markt-galera",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"author": "markt.de",
55
"summary": "Setup a Galera cluster on MySQL/MariaDB/XtraDB with Arbitrator support",
66
"license": "BSD-2-Clause",

0 commit comments

Comments
 (0)