Skip to content

Commit

Permalink
Merge pull request #152 from ghoneycutt/release-v5.0.0
Browse files Browse the repository at this point in the history
Release v5.0.0
  • Loading branch information
ghoneycutt authored Dec 10, 2024
2 parents c591ae0 + 8bad161 commit febc628
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v5.0.0](https://github.com/voxpupuli/puppet-cron/tree/v5.0.0) (2024-12-10)

[Full Changelog](https://github.com/voxpupuli/puppet-cron/compare/v4.2.0...v5.0.0)

**Breaking changes:**

- Drop support for EL7 as it is end of life [\#151](https://github.com/voxpupuli/puppet-cron/pull/151) ([ghoneycutt](https://github.com/ghoneycutt))
- Support for sensitive environment variables [\#111](https://github.com/voxpupuli/puppet-cron/pull/111) ([teluq-pbrideau](https://github.com/teluq-pbrideau))

**Implemented enhancements:**

- Add EL9 support [\#141](https://github.com/voxpupuli/puppet-cron/pull/141) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- remove superfluous empty line from job template [\#144](https://github.com/voxpupuli/puppet-cron/pull/144) ([vchepkov](https://github.com/vchepkov))
- cleanup remnants of RHEL5 [\#143](https://github.com/voxpupuli/puppet-cron/pull/143) ([vchepkov](https://github.com/vchepkov))

## [v4.2.0](https://github.com/voxpupuli/puppet-cron/tree/v4.2.0) (2024-07-10)

[Full Changelog](https://github.com/voxpupuli/puppet-cron/compare/v4.1.0...v4.2.0)
Expand All @@ -15,6 +33,7 @@ These should not affect the functionality of the module.

**Merged pull requests:**

- refactor: define job::multiple template as epp instead of erb [\#139](https://github.com/voxpupuli/puppet-cron/pull/139) ([bastelfreak](https://github.com/bastelfreak))
- refactor: define job template as epp instead of erb [\#138](https://github.com/voxpupuli/puppet-cron/pull/138) ([bastelfreak](https://github.com/bastelfreak))
- Remove legacy top-scope syntax [\#125](https://github.com/voxpupuli/puppet-cron/pull/125) ([smortex](https://github.com/smortex))

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system CentOS 8

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Debian 10

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system FreeBSD 12
"name": "puppet-cron",
"version": "4.2.1-rc0",
"version": "5.0.0",
"author": "Vox Pupuli",
"summary": "Module to manage cron jobs via /etc/cron.d/",
"license": "Apache-2.0",
Expand Down

0 comments on commit febc628

Please sign in to comment.