From 0a0aa3607471ab393cf75d975ff6cd0a43c3c41f Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Tue, 11 Jul 2023 11:53:33 +0200 Subject: [PATCH] release 3.0.2 --- CHANGELOG.md | 15 ++++++++++----- LICENSE | 2 +- README.md | 10 +++++----- metadata.json | 12 ++++++------ 4 files changed, 22 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 327c7bd..808dcb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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). @@ -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 @@ -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 diff --git a/LICENSE b/LICENSE index d253ba9..ff01484 100644 --- a/LICENSE +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md index 94fd35c..0f977cb 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/metadata.json b/metadata.json index 4486374..ad4a47a 100644 --- a/metadata.json +++ b/metadata.json @@ -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",