Skip to content

Commit

Permalink
Merge pull request #85 from voxpupuli/release-prep
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
bastelfreak authored Feb 4, 2025
2 parents 94e8803 + 28d3773 commit 4bebe3c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ 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.

## [v0.5.0](https://github.com/voxpupuli/puppet-example/tree/v0.5.0) (2025-02-04)

[Full Changelog](https://github.com/voxpupuli/puppet-example/compare/v0.4.0...v0.5.0)

**Breaking changes:**

- Drop EoL Ubuntu 18.04 [\#68](https://github.com/voxpupuli/puppet-example/pull/68) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- Add more OSes \(Alma/RH/Rocky/OL 8-9, Ubuntu 22-24, Debian 12, Fedora 40\) [\#80](https://github.com/voxpupuli/puppet-example/pull/80) ([jay7x](https://github.com/jay7x))

**Fixed bugs:**

- Archlinux: Fix typo in metadata.json [\#71](https://github.com/voxpupuli/puppet-example/pull/71) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- Release: Publish module to GitHub Release [\#88](https://github.com/voxpupuli/puppet-example/pull/88) ([bastelfreak](https://github.com/bastelfreak))
- prepare\_release action: use token with write perms [\#84](https://github.com/voxpupuli/puppet-example/pull/84) ([bastelfreak](https://github.com/bastelfreak))
- prepare release action: Make version input optional [\#83](https://github.com/voxpupuli/puppet-example/pull/83) ([bastelfreak](https://github.com/bastelfreak))
- gha-puppet: Switch from v2-\>v3 [\#66](https://github.com/voxpupuli/puppet-example/pull/66) ([bastelfreak](https://github.com/bastelfreak))
- add REFERENCE.md for testing the voxbox [\#64](https://github.com/voxpupuli/puppet-example/pull/64) ([rwaffen](https://github.com/rwaffen))
- add Puppetfile for testing in the voxbox container ci [\#63](https://github.com/voxpupuli/puppet-example/pull/63) ([rwaffen](https://github.com/rwaffen))

## [v0.4.0](https://github.com/voxpupuli/puppet-example/tree/v0.4.0) (2024-07-05)

[Full Changelog](https://github.com/voxpupuli/puppet-example/compare/v0.3.0...v0.4.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Vox Pupuli",
"license": "MIT",
"name": "puppet-example",
"version": "0.4.1-rc0",
"version": "0.5.0",
"summary": " An example Puppet repository to test out automation and coding styles",
"source": "https://github.com/voxpupuli/puppet-example",
"dependencies": [
Expand Down

0 comments on commit 4bebe3c

Please sign in to comment.