From 6726958ef19977124077142a70dc951f9d9ac82d Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Wed, 17 Aug 2022 15:46:56 +0200 Subject: [PATCH] release 3.0.1 --- CHANGELOG.md | 8 ++++++-- README.md | 2 +- metadata.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9025bca..88abc32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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) @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### 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 @@ -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 diff --git a/README.md b/README.md index 29cc595..94fd35c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/metadata.json b/metadata.json index cf19c0a..4486374 100644 --- a/metadata.json +++ b/metadata.json @@ -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",