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 v7.0.0 #574

Merged
merged 1 commit into from
May 12, 2021
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
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Changelog

## [6.2.0](https://github.com/solarkennedy/puppet-consul/tree/6.2.0) (2021-05-08)
## [7.0.0](https://github.com/solarkennedy/puppet-consul/tree/7.0.0) (2021-05-12)

[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v6.1.0...6.2.0)
[Full Changelog](https://github.com/solarkennedy/puppet-consul/compare/v6.1.0...7.0.0)

**Breaking changes:**

- Drop support for EoL Puppet 5 [\#571](https://github.com/solarkennedy/puppet-consul/issues/571)
- Drop support for old SLES/SLED versions [\#570](https://github.com/solarkennedy/puppet-consul/issues/570)
- Drop EoL FreeBSD 10 support [\#569](https://github.com/solarkennedy/puppet-consul/issues/569)
- Drop EoL Fedora 25/26/27 support [\#568](https://github.com/solarkennedy/puppet-consul/issues/568)
- Drop EoL Amazon Linux support [\#567](https://github.com/solarkennedy/puppet-consul/issues/567)
- Drop EoL Ubuntu 16.04 support [\#566](https://github.com/solarkennedy/puppet-consul/issues/566)
- Drop EoL CentOS/RHEL 6 support [\#565](https://github.com/solarkennedy/puppet-consul/issues/565)

**Implemented enhancements:**

Expand All @@ -23,6 +33,9 @@

**Merged pull requests:**

- List Debian 10 as supported [\#573](https://github.com/solarkennedy/puppet-consul/pull/573) ([genebean](https://github.com/genebean))
- OS and Puppet versions update [\#564](https://github.com/solarkennedy/puppet-consul/pull/564) ([genebean](https://github.com/genebean))
- PDK update, move CI to GH Actions [\#563](https://github.com/solarkennedy/puppet-consul/pull/563) ([genebean](https://github.com/genebean))
- adding the option to setup the upstream HashiCorp repository [\#560](https://github.com/solarkennedy/puppet-consul/pull/560) ([attachmentgenie](https://github.com/attachmentgenie))
- Add config\_name parameter to define the name of the consul config [\#558](https://github.com/solarkennedy/puppet-consul/pull/558) ([bogdankatishev](https://github.com/bogdankatishev))
- Add description parameter for token [\#556](https://github.com/solarkennedy/puppet-consul/pull/556) ([Hexta](https://github.com/Hexta))
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": "KyleAnderson-consul",
"version": "6.2.0",
"version": "7.0.0",
"author": "Kyle Anderson <kyle@xkyle.com>",
"summary": "Configures Consul by Hashicorp",
"license": "Apache-2.0",
Expand Down