Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Jul 11, 2023
1 parent 01e35f4 commit ec855a7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
12 changes: 6 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ec855a7

Please sign in to comment.