Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Jun 16, 2020
1 parent 5298360 commit ec3c5d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [UNRELEASED] - 2020-06-16
## [2.0.0] - 2020-06-17
This is a new major release that may contain (unexpected) breaking changes. Please test in non-production environment and report any issues on GitHub.

### Changed
* Declare compatible with Puppet 6 ([#35])
* Migrate default values from `params.pp` to module data
* Declare officially compatible with Puppet 6 ([#35])
* Convert to PDK ([#33])
* Replace deprecated functions ([#31])
* Convert documentation to Puppet Strings
Expand Down Expand Up @@ -86,10 +88,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Feature: Setting an option to 'false' will remove it from the configuration.
* Security: Change insecure default value in `$anonymous_options` to disable write access.

## [1.0.0] - 2015-03-23
## 1.0.0 - 2015-03-23
* Initial release

[Unreleased]: https://github.com/fraenki/puppet-proftpd/compare/1.4.9...HEAD
[Unreleased]: https://github.com/fraenki/puppet-proftpd/compare/2.0.0...HEAD
[2.0.0]: https://github.com/fraenki/puppet-proftpd/compare/1.4.9...2.0.0
[1.4.9]: https://github.com/fraenki/puppet-proftpd/compare/1.4.8...1.4.9
[1.4.8]: https://github.com/fraenki/puppet-proftpd/compare/1.4.7...1.4.8
[1.4.7]: https://github.com/fraenki/puppet-proftpd/compare/1.4.6...1.4.7
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Build Status](https://travis-ci.org/fraenki/puppet-proftpd.png?branch=master)](https://travis-ci.org/fraenki/puppet-proftpd)
[![Puppet Forge](https://img.shields.io/puppetforge/v/fraenki/proftpd.svg)](https://forge.puppetlabs.com/fraenki/proftpd)
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/fraenki/proftpd.svg)](https://forge.puppetlabs.com/fraenki/proftpd)
[![License](https://img.shields.io/github/license/fraenki/puppet-proftpd.svg)](https://github.com/fraenki/puppet-proftpd/blob/master/LICENSE.txt)

#### Table of Contents

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": "fraenki-proftpd",
"version": "1.4.9",
"version": "2.0.0",
"author": "Frank Wall",
"summary": "Puppet module to manage ProFTPD",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit ec3c5d7

Please sign in to comment.