Skip to content

Commit

Permalink
release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Aug 17, 2022
1 parent 1bbac2b commit 6726958
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +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).

## [Unreleased]
## [3.0.1]

### Added
* Add an example Arbitrator config (see README)

### Fixed
* Fix Arbitrator service unable to read config file

### Removed
* Officially drop the concept of "stable" branches on GitHub

## [3.0.0]
This is a new major release. It supports the two most recent (long-term)
versions of Codership Galera, Percona XtraDB and MariaDB. Older versions may
Expand Down Expand Up @@ -260,7 +263,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/fraenki/puppet-galera/compare/3.0.0...HEAD
[Unreleased]: https://github.com/fraenki/puppet-galera/compare/3.0.1...HEAD
[3.0.1]: https://github.com/fraenki/puppet-galera/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/fraenki/puppet-galera/compare/2.2.0...3.0.0
[2.2.0]: https://github.com/fraenki/puppet-galera/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/fraenki/puppet-galera/compare/2.0.0...2.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Puppet Forge](https://img.shields.io/puppetforge/v/fraenki/galera.svg)](https://forge.puppetlabs.com/fraenki/galera)
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/fraenki/galera.svg)](https://forge.puppetlabs.com/fraenki/galera)

NOTE: The "master" branch on GitHub contains the development version, which may break anything at any time. Consider using one of the stable branches instead.
NOTE: The "master" branch on GitHub contains the development version, which may break anything at any time. Consider using one of the official releases instead.

#### Table of Contents

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": "fraenki-galera",
"version": "3.0.0",
"version": "3.0.1",
"author": "Frank Wall",
"summary": "Setup a Galera cluster on MySQL/MariaDB/XtraDB with Arbitrator support",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit 6726958

Please sign in to comment.