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 2.0.0 #67

Merged
merged 4 commits into from
May 14, 2020
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
1 change: 0 additions & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ branches:
enforce_admins: null
restrictions: null
required_signatures: true

43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,49 @@ 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.

## [v2.0.0](https://github.com/voxpupuli/puppet-caddy/tree/v2.0.0) (2020-05-14)

[Full Changelog](https://github.com/voxpupuli/puppet-caddy/compare/v1.0.0...v2.0.0)

**Breaking changes:**

- Change the default values [\#64](https://github.com/voxpupuli/puppet-caddy/pull/64) ([dhoppe](https://github.com/dhoppe))
- Add support for Debian 8/9/10, Ubuntu 16.04/18.04 [\#49](https://github.com/voxpupuli/puppet-caddy/pull/49) ([dhoppe](https://github.com/dhoppe))

**Implemented enhancements:**

- Add support for stm/file\_capability [\#46](https://github.com/voxpupuli/puppet-caddy/issues/46)
- Update README.md [\#44](https://github.com/voxpupuli/puppet-caddy/issues/44)
- Add support for assert\_private\(\) function [\#39](https://github.com/voxpupuli/puppet-caddy/issues/39)
- Add support for ordering / notify arrows [\#38](https://github.com/voxpupuli/puppet-caddy/issues/38)
- Add support for puppetlabs/puppet-strings [\#33](https://github.com/voxpupuli/puppet-caddy/issues/33)
- Add support for latest available releases [\#32](https://github.com/voxpupuli/puppet-caddy/issues/32)
- Add support for Hiera [\#31](https://github.com/voxpupuli/puppet-caddy/issues/31)
- Add support for puppet/archive [\#30](https://github.com/voxpupuli/puppet-caddy/issues/30)
- Add support for camptocamp/systemd [\#29](https://github.com/voxpupuli/puppet-caddy/issues/29)
- Migrate from .erb to .epp templates [\#61](https://github.com/voxpupuli/puppet-caddy/pull/61) ([dhoppe](https://github.com/dhoppe))
- Add support for a specific version [\#60](https://github.com/voxpupuli/puppet-caddy/pull/60) ([dhoppe](https://github.com/dhoppe))
- Support Redhat 8 [\#35](https://github.com/voxpupuli/puppet-caddy/pull/35) ([qs5779](https://github.com/qs5779))

**Closed issues:**

- Support a specific version [\#59](https://github.com/voxpupuli/puppet-caddy/issues/59)
- Migrate from .erb to .epp templates [\#55](https://github.com/voxpupuli/puppet-caddy/issues/55)
- Change the default values [\#54](https://github.com/voxpupuli/puppet-caddy/issues/54)
- Reduce number of duplicate parameters [\#40](https://github.com/voxpupuli/puppet-caddy/issues/40)
- Improve RSpec tests [\#37](https://github.com/voxpupuli/puppet-caddy/issues/37)

**Merged pull requests:**

- Fix typo [\#52](https://github.com/voxpupuli/puppet-caddy/pull/52) ([dhoppe](https://github.com/dhoppe))
- Fix README.md [\#51](https://github.com/voxpupuli/puppet-caddy/pull/51) ([dhoppe](https://github.com/dhoppe))
- Add support for stm/file\_capability [\#47](https://github.com/voxpupuli/puppet-caddy/pull/47) ([dhoppe](https://github.com/dhoppe))
- Add support for puppet/archive [\#45](https://github.com/voxpupuli/puppet-caddy/pull/45) ([dhoppe](https://github.com/dhoppe))
- Refactor Puppet manifests [\#43](https://github.com/voxpupuli/puppet-caddy/pull/43) ([dhoppe](https://github.com/dhoppe))
- Move resources to related classes [\#42](https://github.com/voxpupuli/puppet-caddy/pull/42) ([dhoppe](https://github.com/dhoppe))
- Reduce number of duplicate parameters [\#41](https://github.com/voxpupuli/puppet-caddy/pull/41) ([dhoppe](https://github.com/dhoppe))
- Improve the RSpec tests [\#36](https://github.com/voxpupuli/puppet-caddy/pull/36) ([dhoppe](https://github.com/dhoppe))

## [v1.0.0](https://github.com/voxpupuli/puppet-caddy/tree/v1.0.0) (2020-04-24)

[Full Changelog](https://github.com/voxpupuli/puppet-caddy/compare/v0.2.0...v1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-caddy",
"version": "1.0.1-rc0",
"version": "2.0.0",
"author": "Vox Pupuli",
"summary": "Puppet Caddy Module",
"description": "Puppet Caddy module installs and configures caddy - The HTTP/2 web server with automatic HTTPS.",
Expand Down