Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v5.0.0 #152

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading