diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c616f..04c72b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,16 @@ 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] +## [2.2.0] - 2023-07-11 + +### Added +* Add Github Actions & basic acceptance test ([#41]) ### Changed * Update package name on Debian 11 ([#40]) +* Replace legacy facts with modern facts ([#39]) +* Update PDK ([#41]) +* Allow stdlib and concat <= 9.0.0 ([#44]) ## [2.1.0] - 2022-08-02 @@ -103,7 +109,8 @@ This is a new major release that may contain (unexpected) breaking changes. Plea ## 1.0.0 - 2015-03-23 * Initial release -[Unreleased]: https://github.com/fraenki/puppet-proftpd/compare/2.1.0...HEAD +[Unreleased]: https://github.com/fraenki/puppet-proftpd/compare/2.2.0...HEAD +[2.2.0]: https://github.com/fraenki/puppet-proftpd/compare/2.1.0...2.2.0 [2.1.0]: https://github.com/fraenki/puppet-proftpd/compare/2.0.0...2.1.0 [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 @@ -120,7 +127,10 @@ This is a new major release that may contain (unexpected) breaking changes. Plea [1.2.0]: https://github.com/fraenki/puppet-proftpd/compare/1.1.1...1.2.0 [1.1.1]: https://github.com/fraenki/puppet-proftpd/compare/1.1.0...1.1.1 [1.1.0]: https://github.com/fraenki/puppet-proftpd/compare/1.0.0...1.1.0 +[#44]: https://github.com/fraenki/puppet-proftpd/issues/44 +[#41]: https://github.com/fraenki/puppet-proftpd/issues/41 [#40]: https://github.com/fraenki/puppet-proftpd/issues/40 +[#39]: https://github.com/fraenki/puppet-proftpd/issues/39 [#35]: https://github.com/fraenki/puppet-proftpd/issues/35 [#33]: https://github.com/fraenki/puppet-proftpd/issues/33 [#32]: https://github.com/fraenki/puppet-proftpd/issues/32 diff --git a/README.md b/README.md index 7205ad4..0dace49 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # puppet-proftpd -[![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) +[![Build Status](https://github.com/markt-de/puppet-proftpd/actions/workflows/ci.yaml/badge.svg)](https://github.com/markt-de/puppet-proftpd/actions/workflows/ci.yaml) +[![Puppet Forge](https://img.shields.io/puppetforge/v/markt/proftpd.svg)](https://forge.puppetlabs.com/markt/proftpd) +[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/markt/proftpd.svg)](https://forge.puppetlabs.com/markt/proftpd) #### Table of Contents diff --git a/metadata.json b/metadata.json index c11ee16..971ebf3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,12 +1,12 @@ { - "name": "fraenki-proftpd", - "version": "2.1.0", - "author": "Frank Wall", + "name": "markt-proftpd", + "version": "2.2.0", + "author": "markt.de", "summary": "Puppet module to manage ProFTPD", "license": "BSD-2-Clause", - "source": "https://github.com/fraenki/puppet-proftpd", - "project_page": "https://github.com/fraenki/puppet-proftpd", - "issues_url": "https://github.com/fraenki/puppet-proftpd/issues", + "source": "https://github.com/markt-de/puppet-proftpd", + "project_page": "https://github.com/markt-de/puppet-proftpd", + "issues_url": "https://github.com/markt-de/puppet-proftpd/issues", "dependencies": [ { "name": "puppetlabs/concat",