Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 27, 2024
1 parent 4debf54 commit 487a5b8
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# 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.

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

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

**Breaking changes:**

- Drop Puppet 6 support [\#34](https://github.com/voxpupuli/puppet-example/pull/34) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- puppetlabs/stdlib: Allow 9.x [\#41](https://github.com/voxpupuli/puppet-example/pull/41) ([zilchms](https://github.com/zilchms))
- Add Puppet 8 support [\#35](https://github.com/voxpupuli/puppet-example/pull/35) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- Enable acceptance tests [\#56](https://github.com/voxpupuli/puppet-example/pull/56) ([bastelfreak](https://github.com/bastelfreak))
- puppet-modulebuilder: test allowlist [\#55](https://github.com/voxpupuli/puppet-example/pull/55) ([bastelfreak](https://github.com/bastelfreak))
- Run CI on master branch [\#39](https://github.com/voxpupuli/puppet-example/pull/39) ([smortex](https://github.com/smortex))
- delete the old SECURITY.md [\#25](https://github.com/voxpupuli/puppet-example/pull/25) ([bastelfreak](https://github.com/bastelfreak))

## [v0.2.1](https://github.com/voxpupuli/puppet-example/tree/v0.2.1) (2022-01-11)

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

## [v0.2.0](https://github.com/voxpupuli/puppet-example/tree/v0.2.0) (2022-01-11)

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

**Breaking changes:**

- Drop Puppet 5 from metadata.json [\#14](https://github.com/voxpupuli/puppet-example/pull/14) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- Use reusable Github Actions [\#15](https://github.com/voxpupuli/puppet-example/pull/15) ([ekohl](https://github.com/ekohl))
- Allow stdlib 8.0.0 [\#12](https://github.com/voxpupuli/puppet-example/pull/12) ([smortex](https://github.com/smortex))
- Drop Debian 9 and add Debian 11 [\#11](https://github.com/voxpupuli/puppet-example/pull/11) ([ekohl](https://github.com/ekohl))
- Support Puppet 7 [\#2](https://github.com/voxpupuli/puppet-example/pull/2) ([ekohl](https://github.com/ekohl))

## [v0.1.0](https://github.com/voxpupuli/puppet-example/tree/v0.1.0) (2020-11-18)

[Full Changelog](https://github.com/voxpupuli/puppet-example/compare/7699c856a1c054225010ea7d61f1133df9404ad9...v0.1.0)

**Merged pull requests:**

- Initial module [\#1](https://github.com/voxpupuli/puppet-example/pull/1) ([ekohl](https://github.com/ekohl))



\* *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
Expand Up @@ -2,7 +2,7 @@
"author": "Vox Pupuli",
"license": "MIT",
"name": "puppet-example",
"version": "0.2.1",
"version": "0.3.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 487a5b8

Please sign in to comment.