Skip to content

Commit

Permalink
release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Jul 31, 2023
1 parent afdabe3 commit d669a70
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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).

## [3.1.0] - 2023-07-31

### Changed
* Change default value of `ensure` parameters to `present` ([#185])
* Replace deprecated function `mysql_password` ([#186])
* Update module dependencies

### Fixed
* Fix compatibility with puppetlabs/stdlib v9.0.0
* Fix GitHub Actions (unit/acceptance tests)

## [3.0.2] - 2023-07-11

### Changed
Expand Down Expand Up @@ -271,7 +282,8 @@ This is the first release after extensive code refactoring and introduces multip
## 0.1.0
* Bugfix: Additional package as an ensure_resource

[Unreleased]: https://github.com/markt-de/puppet-galera/compare/3.0.2...HEAD
[Unreleased]: https://github.com/markt-de/puppet-galera/compare/3.1.0...HEAD
[3.1.0]: https://github.com/markt-de/puppet-galera/compare/3.0.2...3.1.0
[3.0.2]: https://github.com/markt-de/puppet-galera/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/markt-de/puppet-galera/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/markt-de/puppet-galera/compare/2.2.0...3.0.0
Expand All @@ -288,6 +300,8 @@ 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
[#186]: https://github.com/markt-de/puppet-galera/pull/186
[#185]: https://github.com/markt-de/puppet-galera/pull/185
[#179]: https://github.com/markt-de/puppet-galera/pull/179
[#173]: https://github.com/markt-de/puppet-galera/pull/173
[#171]: https://github.com/markt-de/puppet-galera/pull/171
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markt-galera",
"version": "3.0.2",
"version": "3.1.0",
"author": "markt.de",
"summary": "Setup a Galera cluster on MySQL/MariaDB/XtraDB with Arbitrator support",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit d669a70

Please sign in to comment.