Skip to content

Commit 0fd43c1

Browse files
committed
Version 2.1.0
1 parent a5ac322 commit 0fd43c1

File tree

4 files changed

+49
-55
lines changed

4 files changed

+49
-55
lines changed

.fixtures.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ fixtures:
66
forge_modules:
77
apt: "puppetlabs/apt"
88
stdlib: "puppetlabs/stdlib"
9-
mysql:
10-
repo: "puppetlabs/mysql"
11-
ref: "7.0.0"
9+
mysql: "puppetlabs/mysql"
1210
# Extracted from core in puppet 6
1311
cron_core: "puppetlabs/cron_core"
1412
yumrepo_core: "puppetlabs/yumrepo_core"

CHANGELOG

Lines changed: 0 additions & 47 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 47 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,53 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Release 2.0.0
5+
## 2020-08-19 (2.1.0) Brad Koby
6+
* Use renamed 'deepmerge' function 'normalise_and_deepmerge'
7+
* requires puppetlabs/mysql 9.0.0
68

7-
**Features**
9+
## 2020-03-06 (2.0.1) Brad Koby
10+
* Stop using absolute class names
11+
* Bump puppetlabs-apt max version
12+
* Limit puppet puppetlabs-mysql max version (due to mysql::deepmerge removal)
13+
* Convert PDK template to version 1.9.0
14+
* Set mock_with to :rspec
815

9-
**Bugfixes**
16+
## 2018-10-31 (2.0.0) Chris Edester
17+
* Use puppet 4 compatible functions - thanks Tobias Urdin
18+
* requires puppetlabs/mysql 6.0.0
1019

11-
**Known Issues**
20+
## 2018-07-26 (1.1.1) Brad Koby
21+
* Ensure 'socat' package is installed when using mariabackup sst method
22+
23+
## 2018-07-25 (1.1.0) Brad Koby
24+
* Support mariabackup wsrep_sst_method
25+
* Add mariabackup class to do incremental/daily backups
26+
* PDK 1.6.0
27+
28+
## 2018-07-09 (1.0.2) Brad Koby
29+
* Fix bug: Pass repo_version to mariadb::server from mariadb::cluster
30+
31+
## 2018-06-05 (1.0.1) Brad Koby
32+
* Works with mysql::backup::xtrabackup
33+
34+
## 2018-04-24 (1.0.0) Chris Edester
35+
* README updates
36+
* Create one wsrep_sst_user per peer
37+
* socat dependency handled for xtrabackup
38+
* wsrep_sst_user tls_options
39+
* compatability with newer mysql module
40+
* PDK support
41+
* Puppet 4/5 support
42+
* Drop Puppet 3 support
43+
* Add safe cluster mysqldump backup with garbd
44+
45+
## 2016-09-15 (0.6.0) Chris Edester
46+
* Fix Unknown system variable on fact resolution
47+
* Detect service name based on service_provider
48+
49+
## 2016-09-08 (0.5.0) Chris Edester
50+
* Initial working version with support for Debian, RedHat
51+
* Supports Client, Server, Cluster, Repo
52+
53+
## 2016-08-29 (0.0.1) Chris Edester
54+
* Initial Import from Dragonfly project

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "edestecd-mariadb",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"author": "Chris Edester",
55
"summary": "Puppet Module for managing MariaDB",
66
"license": "GPL-3.0+",

0 commit comments

Comments
 (0)