Skip to content

Commit

Permalink
release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Jul 11, 2023
1 parent 60828bf commit 0a0aa36
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 17 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ 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.2] - 2023-07-11

### Changed
* Use modern facts in acceptance tests ([#179])

### Fixed
* Fix Puppet lint offenses
* Fix Puppet lint offenses ([#179])

## [3.0.1]
## [3.0.1] - 2022-08-17

### Added
* Add an example Arbitrator config (see README)
Expand All @@ -20,7 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Removed
* Officially drop the concept of "stable" branches on GitHub

## [3.0.0]
## [3.0.0] - 2022-07-04
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
still work, but they are no longer officially supported (see README).
Expand Down Expand Up @@ -268,7 +271,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.1...HEAD
[Unreleased]: https://github.com/fraenki/puppet-galera/compare/3.0.2...HEAD
[3.0.2]: https://github.com/fraenki/puppet-galera/compare/3.0.1...3.0.2
[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
Expand All @@ -284,6 +288,7 @@ This is the first release after extensive code refactoring and introduces multip
[0.7.2]: https://github.com/fraenki/puppet-galera/compare/0.7.1...0.7.2
[0.7.1]: https://github.com/fraenki/puppet-galera/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/fraenki/puppet-galera/compare/0.0.6...0.7.0
[#179]: https://github.com/fraenki/puppet-galera/pull/179
[#173]: https://github.com/fraenki/puppet-galera/pull/173
[#171]: https://github.com/fraenki/puppet-galera/pull/171
[#170]: https://github.com/fraenki/puppet-galera/pull/170
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2017-2018 Frank Wall
Copyright (C) 2017-2023 Frank Wall
Copyright (C) 2014-2017 Michael Chapman

All rights reserved.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# puppet-galera

[![Build Status](https://github.com/fraenki/puppet-galera/actions/workflows/ci.yaml/badge.svg)](https://github.com/fraenki/puppet-galera/actions/workflows/ci.yaml)
[![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)
[![Build Status](https://github.com/markt-de/puppet-galera/actions/workflows/ci.yaml/badge.svg)](https://github.com/markt-de/puppet-galera/actions/workflows/ci.yaml)
[![Puppet Forge](https://img.shields.io/puppetforge/v/markt/galera.svg)](https://forge.puppetlabs.com/markt/galera)
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/markt/galera.svg)](https://forge.puppetlabs.com/markt/galera)

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.

Expand Down Expand Up @@ -253,9 +253,9 @@ This module was created to work in tandem with the puppetlabs-mysql module, rath

Of note is an `exec` that will start the mysql service with parameters which will bootstrap/start a new cluster, but only if it cannot open the comms port to any other node in the provided list. This is done with a simple `nc` command and should not be considered terribly reliable.

Furthermore the bootstrap functionality may be considered harmful for existing clusters. For extra safety, the bootstrap command may be set to something like `/bin/false` (see [GH-116](https://github.com/fraenki/puppet-galera/issues/116) for more information).
Furthermore the bootstrap functionality may be considered harmful for existing clusters. For extra safety, the bootstrap command may be set to something like `/bin/false` (see [GH-116](https://github.com/markt-de/puppet-galera/issues/116) for more information).

It should also be noted that it is not possible to unset default configuration variables (see [GH-174](https://github.com/fraenki/puppet-galera/issues/174)). This is true for this modules' own variables, but also for pre-defined variables that are set by the puppetlabs/mysql module.
It should also be noted that it is not possible to unset default configuration variables (see [GH-174](https://github.com/markt-de/puppet-galera/issues/174)). This is true for this modules' own variables, but also for pre-defined variables that are set by the puppetlabs/mysql module.

## Development

Expand Down
12 changes: 6 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fraenki-galera",
"version": "3.0.1",
"author": "Frank Wall",
"name": "markt-galera",
"version": "3.0.2",
"author": "markt.de",
"summary": "Setup a Galera cluster on MySQL/MariaDB/XtraDB with Arbitrator support",
"license": "BSD-2-Clause",
"source": "https://github.com/fraenki/puppet-galera",
"project_page": "https://github.com/fraenki/puppet-galera",
"issues_url": "https://github.com/fraenki/puppet-galera/issues",
"source": "https://github.com/markt-de/puppet-galera",
"project_page": "https://github.com/markt-de/puppet-galera",
"issues_url": "https://github.com/markt-de/puppet-galera/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
Expand Down

0 comments on commit 0a0aa36

Please sign in to comment.