Skip to content

Commit 44873ae

Browse files
authored
Merge pull request #334 from Dan33l/release
release 6.0.0
2 parents 322f2e3 + 834a968 commit 44873ae

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ 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+
## [v6.0.0](https://github.com/voxpupuli/puppet-hiera/tree/v6.0.0) (2024-08-13)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-hiera/compare/v5.0.1...v6.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Drop EOL CentOS 8 [\#336](https://github.com/voxpupuli/puppet-hiera/pull/336) ([Dan33l](https://github.com/Dan33l))
14+
- Drop EOL el7 and Debian 10 [\#335](https://github.com/voxpupuli/puppet-hiera/pull/335) ([Dan33l](https://github.com/Dan33l))
15+
- Drop Ubuntu 18.04 support [\#320](https://github.com/voxpupuli/puppet-hiera/pull/320) ([zilchms](https://github.com/zilchms))
16+
- Drop Puppet 6 support [\#312](https://github.com/voxpupuli/puppet-hiera/pull/312) ([bastelfreak](https://github.com/bastelfreak))
17+
18+
**Implemented enhancements:**
19+
20+
- puppetlabs/inifile: Allow 6.x [\#326](https://github.com/voxpupuli/puppet-hiera/pull/326) ([zilchms](https://github.com/zilchms))
21+
- puppetlabs/stdlib: Allow 9.x [\#325](https://github.com/voxpupuli/puppet-hiera/pull/325) ([zilchms](https://github.com/zilchms))
22+
- Add RedHat 8 and 9 support [\#324](https://github.com/voxpupuli/puppet-hiera/pull/324) ([zilchms](https://github.com/zilchms))
23+
- Add CentOS 8 and 9 support [\#323](https://github.com/voxpupuli/puppet-hiera/pull/323) ([zilchms](https://github.com/zilchms))
24+
- Add Debian 11 support [\#322](https://github.com/voxpupuli/puppet-hiera/pull/322) ([zilchms](https://github.com/zilchms))
25+
- Add Ubuntu 22.04 support [\#321](https://github.com/voxpupuli/puppet-hiera/pull/321) ([zilchms](https://github.com/zilchms))
26+
- Add RHEL 8 support [\#307](https://github.com/voxpupuli/puppet-hiera/pull/307) ([tq-t](https://github.com/tq-t))
27+
28+
**Merged pull requests:**
29+
30+
- Add documentation and move parameter documentation from README to REFERENCE [\#318](https://github.com/voxpupuli/puppet-hiera/pull/318) ([zilchms](https://github.com/zilchms))
31+
- Remove legacy top-scope syntax [\#316](https://github.com/voxpupuli/puppet-hiera/pull/316) ([smortex](https://github.com/smortex))
32+
- Update GPG example to match defaults [\#310](https://github.com/voxpupuli/puppet-hiera/pull/310) ([davidsandilands](https://github.com/davidsandilands))
33+
734
## [v5.0.1](https://github.com/voxpupuli/puppet-hiera/tree/v5.0.1) (2022-01-12)
835

936
[Full Changelog](https://github.com/voxpupuli/puppet-hiera/compare/v5.0.0...v5.0.1)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-hiera",
3-
"version": "5.0.2-rc0",
3+
"version": "6.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Deploy hiera.yaml with hierarchy, and datadir",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)