Skip to content

Commit ad5e7a7

Browse files
committed
release 4.1.0
1 parent 2d065d2 commit ad5e7a7

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ 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-
## [Unreleased]
7+
## [4.1.0] - 2025-09-02
88

99
### Added
1010
* Add support for `clone` in `$wsrep_sst_method`
1111

12+
### Changed
13+
* Update PDK to 3.4
14+
* use Puppet 8 and Ruby 3.2 in CI pipelines
15+
16+
### Fixed
17+
* systemd: Ignore exit code of [email protected] instantiations ([#199])
18+
1219
## [4.0.1] - 2024-08-14
1320

1421
### Fixed
@@ -335,7 +342,8 @@ This is the first release after extensive code refactoring and introduces multip
335342
## 0.1.0
336343
* Bugfix: Additional package as an ensure_resource
337344

338-
[Unreleased]: https://github.com/markt-de/puppet-galera/compare/4.0.1...HEAD
345+
[Unreleased]: https://github.com/markt-de/puppet-galera/compare/4.1.0...HEAD
346+
[4.1.0]: https://github.com/markt-de/puppet-galera/compare/4.0.1...4.1.0
339347
[4.0.1]: https://github.com/markt-de/puppet-galera/compare/4.0.0...4.0.1
340348
[4.0.0]: https://github.com/markt-de/puppet-galera/compare/3.2.1...4.0.0
341349
[3.2.1]: https://github.com/markt-de/puppet-galera/compare/3.2.0...3.2.1
@@ -357,6 +365,7 @@ This is the first release after extensive code refactoring and introduces multip
357365
[0.7.2]: https://github.com/markt-de/puppet-galera/compare/0.7.1...0.7.2
358366
[0.7.1]: https://github.com/markt-de/puppet-galera/compare/0.7.0...0.7.1
359367
[0.7.0]: https://github.com/markt-de/puppet-galera/compare/0.0.6...0.7.0
368+
[#199]: https://github.com/markt-de/puppet-galera/pull/199
360369
[#197]: https://github.com/markt-de/puppet-galera/pull/197
361370
[#192]: https://github.com/markt-de/puppet-galera/pull/192
362371
[#191]: https://github.com/markt-de/puppet-galera/pull/191

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": "4.0.1",
3+
"version": "4.1.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)