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 1.0.0 #30

Merged
merged 1 commit into from
Sep 3, 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
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Changelog

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.

## [v1.0.0](https://github.com/opus-codium/puppet-rwhod/tree/v1.0.0) (2024-09-03)

[Full Changelog](https://github.com/opus-codium/puppet-rwhod/compare/b20c0186715e617509616cd1706e8b1207247ca6...v1.0.0)

**Breaking changes:**

- Drop Puppet 6 \(EOL\) [\#25](https://github.com/opus-codium/puppet-rwhod/pull/25) ([smortex](https://github.com/smortex))
- Remove Puppet 5 from testing and bump minimal version to 6.0.0 [\#17](https://github.com/opus-codium/puppet-rwhod/pull/17) ([smortex](https://github.com/smortex))

**Implemented enhancements:**

- Add support for FreeBSD 14 [\#28](https://github.com/opus-codium/puppet-rwhod/pull/28) ([smortex](https://github.com/smortex))
- Add support for Debian 12 [\#27](https://github.com/opus-codium/puppet-rwhod/pull/27) ([smortex](https://github.com/smortex))
- Add support for Puppet 8 [\#22](https://github.com/opus-codium/puppet-rwhod/pull/22) ([smortex](https://github.com/smortex))
- Add support for FreeBSD 13 [\#20](https://github.com/opus-codium/puppet-rwhod/pull/20) ([smortex](https://github.com/smortex))
- Add support for Debian 11 [\#19](https://github.com/opus-codium/puppet-rwhod/pull/19) ([smortex](https://github.com/smortex))
- Add REFERENCE.md [\#12](https://github.com/opus-codium/puppet-rwhod/pull/12) ([neomilium](https://github.com/neomilium))
- Add documentation [\#6](https://github.com/opus-codium/puppet-rwhod/pull/6) ([smortex](https://github.com/smortex))

**Fixed bugs:**

- Remove explicit data\_provider from metadata.json [\#14](https://github.com/opus-codium/puppet-rwhod/pull/14) ([smortex](https://github.com/smortex))

**Merged pull requests:**

- Sync with modulesync 2.3.0 [\#16](https://github.com/opus-codium/puppet-rwhod/pull/16) ([smortex](https://github.com/smortex))
- Sync with modulesync 2.2.0 [\#15](https://github.com/opus-codium/puppet-rwhod/pull/15) ([smortex](https://github.com/smortex))
- Sync with modulesync 2.1.0 [\#13](https://github.com/opus-codium/puppet-rwhod/pull/13) ([smortex](https://github.com/smortex))
- Add a GitHub action for publishing to the forge [\#11](https://github.com/opus-codium/puppet-rwhod/pull/11) ([smortex](https://github.com/smortex))
- Switch from Travis CI to GitHub Actions [\#10](https://github.com/opus-codium/puppet-rwhod/pull/10) ([neomilium](https://github.com/neomilium))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
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 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 11

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": "opuscodium-rwhod",
"version": "0.0.0",
"version": "1.0.0",
"author": "Opus Codium",
"summary": "Manage the rwhod daemon",
"license": "Apache-2.0",
Expand Down