Skip to content

Commit

Permalink
Merge pull request #30 from opus-codium/release-1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
smortex authored Sep 3, 2024
2 parents 9690fda + 99cf071 commit 8648f1d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
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 @@
{
"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

0 comments on commit 8648f1d

Please sign in to comment.