Skip to content

Commit 7e709f0

Browse files
committed
Release 5.0.0
1 parent 8e27076 commit 7e709f0

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v5.0.0](https://github.com/voxpupuli/puppet-gluster/tree/v5.0.0) (2019-04-30)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-gluster/compare/v4.1.0...v5.0.0)
10+
11+
**Breaking changes:**
12+
13+
- modulesync 2.7.0 and drop puppet 4 [\#193](https://github.com/voxpupuli/puppet-gluster/pull/193) ([bastelfreak](https://github.com/bastelfreak))
14+
- Add arm64, remove i386 compatibility from ::gluster::repo:apt [\#189](https://github.com/voxpupuli/puppet-gluster/pull/189) ([jacksgt](https://github.com/jacksgt))
15+
- Remove 3.8 repo, use pl-apt 4.4 https support, clean coding [\#170](https://github.com/voxpupuli/puppet-gluster/pull/170) ([ekohl](https://github.com/ekohl))
16+
17+
**Implemented enhancements:**
18+
19+
- Suse support [\#175](https://github.com/voxpupuli/puppet-gluster/pull/175) ([bsauvajon](https://github.com/bsauvajon))
20+
21+
**Fixed bugs:**
22+
23+
- Broken facts on gluster3.2 [\#56](https://github.com/voxpupuli/puppet-gluster/issues/56)
24+
25+
**Closed issues:**
26+
27+
- Gluster 3.10 support [\#109](https://github.com/voxpupuli/puppet-gluster/issues/109)
28+
- Deal with replica add-brick math [\#2](https://github.com/voxpupuli/puppet-gluster/issues/2)
29+
30+
**Merged pull requests:**
31+
32+
- Allow puppetlabs/apt 7.x [\#194](https://github.com/voxpupuli/puppet-gluster/pull/194) ([dhoppe](https://github.com/dhoppe))
33+
- Add Gluster APT Repo PGP fingerprints for 3.13, 4.0, 4.1 and 5+ [\#188](https://github.com/voxpupuli/puppet-gluster/pull/188) ([jacksgt](https://github.com/jacksgt))
34+
- modulesync 2.1.0 and allow puppet 6.x [\#183](https://github.com/voxpupuli/puppet-gluster/pull/183) ([bastelfreak](https://github.com/bastelfreak))
35+
736
## [v4.1.0](https://github.com/voxpupuli/puppet-gluster/tree/v4.1.0) (2018-09-09)
837

938
[Full Changelog](https://github.com/voxpupuli/puppet-gluster/compare/v4.0.0...v4.1.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-gluster",
3-
"version": "4.1.1-rc0",
3+
"version": "5.0.0",
44
"author": "Vox Pupuli",
55
"license": "MIT",
66
"summary": "Create and manage Gluster pools, volumes, and mounts",

0 commit comments

Comments
 (0)