Skip to content

Commit 5d2f95d

Browse files
committed
release 3.0.0
1 parent 4b2f9e4 commit 5d2f95d

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +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-
## [Unreleased]
7+
## [3.0.0]
8+
This is a new major release. It supports the two most recent (long-term)
9+
versions of Codership Galera, Percona XtraDB and MariaDB. Older versions may
10+
still work, but they are no longer officially supported (see README).
11+
This release contains breaking changes: Some MySQL parameters had to be removed
12+
from the default configuration and new APT/YUM repositories were introduced.
813

914
### Added
1015
* Add support for MariaDB 10.5 and 10.6 ([#173])
@@ -14,13 +19,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1419
### Changed
1520
* Add priority to Codership APT repositories (resolves installation issues)
1621
* Use parameter for service name wherever possible ([#170])
17-
* Update PDK to 2.5.0
18-
* Bump module dependencies and supported Puppet versions
19-
* Update list of supported operation systems and versions
20-
* Add puppetlabs/yumrepo_core as new module dependency
2122
* Switch Percona to new YUM/APT repository layout
2223
* Switch MariaDB to new YUM/APT repository layout
24+
* Bump module dependencies and supported Puppet versions
25+
* Update list of supported operation systems and versions
2326
* Migrate tests to GitHub Actions
27+
* Add puppetlabs/yumrepo_core as new module dependency
28+
* Update PDK to 2.5.0
2429

2530
### Fixed
2631
* Fix broken /root/.my.cnf ([#166])
@@ -29,13 +34,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2934
* Fix Arbitrator package name for Codership Galera 5.7 on EL7+EL8
3035
* Fix Codership installation issues on Ubuntu 20.04 and EL8
3136
* Fix most puppet-lint offenses
32-
* Fix unit tests
37+
* Fix unit tests and acceptance tests
3338

3439
### Removed
3540
* Remove query_cache_size and query_cache_type from default options ([#155])
3641
* Remove innodb_locks_unsafe_for_binlog from default options ([#159])
37-
* Remove outdated examples
3842
* Drop official support for Debian 9, Ubuntu 18.04, CentOS 6 and FreeBSD 12.x (they may still work)
43+
* Remove outdated examples
3944

4045
## [2.2.0] - 2020-08-17
4146

@@ -247,7 +252,8 @@ This is the first release after extensive code refactoring and introduces multip
247252
## 0.1.0
248253
* Bugfix: Additional package as an ensure_resource
249254

250-
[Unreleased]: https://github.com/fraenki/puppet-galera/compare/2.2.0...HEAD
255+
[Unreleased]: https://github.com/fraenki/puppet-galera/compare/3.0.0...HEAD
256+
[3.0.0]: https://github.com/fraenki/puppet-galera/compare/2.2.0...3.0.0
251257
[2.2.0]: https://github.com/fraenki/puppet-galera/compare/2.1.0...2.2.0
252258
[2.1.0]: https://github.com/fraenki/puppet-galera/compare/2.0.0...2.1.0
253259
[2.0.0]: https://github.com/fraenki/puppet-galera/compare/1.0.6...2.0.0

metadata.json

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

0 commit comments

Comments
 (0)