Skip to content

Commit 32769a1

Browse files
authored
Merge pull request #64 from TheMeier/prepare_release
Release 3.0.0
2 parents 9045bf9 + 9f17abc commit 32769a1

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ 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+
## [v3.0.0](https://github.com/voxpupuli/puppet-mlocate/tree/v3.0.0) (2025-01-21)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-mlocate/compare/v2.1.0...v3.0.0)
10+
11+
**Breaking changes:**
12+
13+
- drop support for Fedora 36,37,38 add support for Fedora 40,41 [\#63](https://github.com/voxpupuli/puppet-mlocate/pull/63) ([TheMeier](https://github.com/TheMeier))
14+
- drop support for RedHat 7, CentOS 7/8, OracleLinux, ScientificLinux [\#62](https://github.com/voxpupuli/puppet-mlocate/pull/62) ([TheMeier](https://github.com/TheMeier))
15+
- Support plocate alternative to mlocate [\#42](https://github.com/voxpupuli/puppet-mlocate/pull/42) ([traylenator](https://github.com/traylenator))
16+
- Drop Puppet 6 support [\#40](https://github.com/voxpupuli/puppet-mlocate/pull/40) ([bastelfreak](https://github.com/bastelfreak))
17+
18+
**Implemented enhancements:**
19+
20+
- Stub out settings to match/extend EL10's default config [\#60](https://github.com/voxpupuli/puppet-mlocate/pull/60) ([jcpunk](https://github.com/jcpunk))
21+
- update puppet-systemd upper bound to 8.0.0 [\#54](https://github.com/voxpupuli/puppet-mlocate/pull/54) ([TheMeier](https://github.com/TheMeier))
22+
- puppet/cron: Allow 4.x [\#50](https://github.com/voxpupuli/puppet-mlocate/pull/50) ([zilchms](https://github.com/zilchms))
23+
- puppet/systemd: Allow 6.x [\#49](https://github.com/voxpupuli/puppet-mlocate/pull/49) ([zilchms](https://github.com/zilchms))
24+
- Declare Puppet 8 support [\#45](https://github.com/voxpupuli/puppet-mlocate/pull/45) ([traylenator](https://github.com/traylenator))
25+
- Allow stdlib v9, cron v3 and systemd v6 [\#44](https://github.com/voxpupuli/puppet-mlocate/pull/44) ([traylenator](https://github.com/traylenator))
26+
- Support Debian 11, 12 and Archlinux [\#43](https://github.com/voxpupuli/puppet-mlocate/pull/43) ([traylenator](https://github.com/traylenator))
27+
- bump puppet/systemd to \< 5.0.0 [\#38](https://github.com/voxpupuli/puppet-mlocate/pull/38) ([jhoblitt](https://github.com/jhoblitt))
28+
29+
**Fixed bugs:**
30+
31+
- Fix `force_update` on Archlinux [\#51](https://github.com/voxpupuli/puppet-mlocate/pull/51) ([Valantin](https://github.com/Valantin))
32+
- fix tests [\#47](https://github.com/voxpupuli/puppet-mlocate/pull/47) ([zilchms](https://github.com/zilchms))
33+
- Don't index /var/cache/{dnf,yum} on RedHat systems [\#37](https://github.com/voxpupuli/puppet-mlocate/pull/37) ([jcpunk](https://github.com/jcpunk))
34+
735
## [v2.1.0](https://github.com/voxpupuli/puppet-mlocate/tree/v2.1.0) (2022-07-03)
836

937
[Full Changelog](https://github.com/voxpupuli/puppet-mlocate/compare/v2.0.0...v2.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-mlocate",
3-
"version": "2.1.1-rc0",
3+
"version": "3.0.0",
44
"author": "Vox Pupuli",
55
"project_page": "https://github.com/voxpupuli/puppet-mlocate",
66
"summary": "Manages the /etc/updatedb.conf file and service",

0 commit comments

Comments
 (0)