Skip to content

Commit cadf4d4

Browse files
authored
Merge pull request #680 from bastelfreak/rel900
Release 9.0.0
2 parents c2ba5c9 + 7d98f53 commit cadf4d4

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
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+
## [v9.0.0](https://github.com/voxpupuli/puppet-consul/tree/v9.0.0) (2024-10-30)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-consul/compare/v8.1.0...v9.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Drop EoL RedHat 7 support [\#673](https://github.com/voxpupuli/puppet-consul/pull/673) ([bastelfreak](https://github.com/bastelfreak))
14+
- Drop EoL Debian 10 support [\#671](https://github.com/voxpupuli/puppet-consul/pull/671) ([bastelfreak](https://github.com/bastelfreak))
15+
- Drop EoL Scientific linux support [\#670](https://github.com/voxpupuli/puppet-consul/pull/670) ([bastelfreak](https://github.com/bastelfreak))
16+
- Drop EoL Ubuntu 18.04 support [\#665](https://github.com/voxpupuli/puppet-consul/pull/665) ([bastelfreak](https://github.com/bastelfreak))
17+
- Drop EoL CentOS 7/8 & OracleLinux 7 [\#664](https://github.com/voxpupuli/puppet-consul/pull/664) ([bastelfreak](https://github.com/bastelfreak))
18+
19+
**Implemented enhancements:**
20+
21+
- Update default version from 1.16.3-\>1.20.0 [\#681](https://github.com/voxpupuli/puppet-consul/pull/681) ([bastelfreak](https://github.com/bastelfreak))
22+
- Add missing datatypes to all parameters [\#679](https://github.com/voxpupuli/puppet-consul/pull/679) ([bastelfreak](https://github.com/bastelfreak))
23+
- consul::windows\_service: Add datatypes [\#678](https://github.com/voxpupuli/puppet-consul/pull/678) ([bastelfreak](https://github.com/bastelfreak))
24+
- Add support for managing group ID [\#677](https://github.com/voxpupuli/puppet-consul/pull/677) ([bastelfreak](https://github.com/bastelfreak))
25+
- Add support for managing user ID and comment [\#676](https://github.com/voxpupuli/puppet-consul/pull/676) ([bastelfreak](https://github.com/bastelfreak))
26+
- manage\_repo: Move value from params.pp-\>init.pp [\#675](https://github.com/voxpupuli/puppet-consul/pull/675) ([bastelfreak](https://github.com/bastelfreak))
27+
- Add Ubuntu 24.04 support [\#674](https://github.com/voxpupuli/puppet-consul/pull/674) ([bastelfreak](https://github.com/bastelfreak))
28+
29+
**Merged pull requests:**
30+
31+
- update puppet-systemd upper bound to 8.0.0 [\#661](https://github.com/voxpupuli/puppet-consul/pull/661) ([TheMeier](https://github.com/TheMeier))
32+
- `init.pp`: Fix `manage_repo` param docstring, replace nomad with consul [\#658](https://github.com/voxpupuli/puppet-consul/pull/658) ([lbdemv](https://github.com/lbdemv))
33+
734
## [v8.1.0](https://github.com/voxpupuli/puppet-consul/tree/v8.1.0) (2024-03-08)
835

936
[Full Changelog](https://github.com/voxpupuli/puppet-consul/compare/v8.0.0...v8.1.0)
@@ -712,7 +739,7 @@ These should not affect the functionality of the module.
712739
- EL \< 7 uses init service provider, not sysv. [\#241](https://github.com/voxpupuli/puppet-consul/pull/241) ([fatmcgav](https://github.com/fatmcgav))
713740
- Update reload\_service.pp [\#235](https://github.com/voxpupuli/puppet-consul/pull/235) ([nvtkaszpir](https://github.com/nvtkaszpir))
714741
- add support for arm \(Raspberry pi's ARM here\) architecture [\#234](https://github.com/voxpupuli/puppet-consul/pull/234) ([gibre](https://github.com/gibre))
715-
- Added custom init style "custom" [\#233](https://github.com/voxpupuli/puppet-consul/pull/233) ([sy-bee](https://github.com/sy-bee))
742+
- Added custom init style "custom" [\#233](https://github.com/voxpupuli/puppet-consul/pull/233) ([sy-be](https://github.com/sy-be))
716743
- lazily return nil when consul client isn't installed [\#227](https://github.com/voxpupuli/puppet-consul/pull/227) ([roobert](https://github.com/roobert))
717744
- add NOFILE limit to systemd template [\#226](https://github.com/voxpupuli/puppet-consul/pull/226) ([eliranbz](https://github.com/eliranbz))
718745
- Debian init script should depend on networking, resolution and syslog [\#222](https://github.com/voxpupuli/puppet-consul/pull/222) ([chrisboulton](https://github.com/chrisboulton))

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-consul",
3-
"version": "8.1.1-rc0",
3+
"version": "9.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Configures Consul by Hashicorp",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)