Skip to content

Commit

Permalink
Merge pull request #57 from bastelfreak/rel030
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
bastelfreak authored May 27, 2024
2 parents 4debf54 + 487a5b8 commit abfe4c6
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 abfe4c6

Please sign in to comment.