Skip to content

Commit

Permalink
release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Aug 30, 2022
1 parent 89b0b38 commit 1cc866c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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).

## [v2.1.1] - 2022-08-30

### Fixed
* fix missing puppet/epel dependency

## [v2.1.0] - 2022-08-30
This is a maintenance release. However, some default values were changed on
RHEL-based distributions. These changes should be tested to avoid breakage of
Expand Down Expand Up @@ -68,6 +73,7 @@ but also introduces some breaking changes.
## v1.0.0 - 2019-10-23
Initial release before forking the module

[Unreleased]: https://github.com/markt-de/puppet-thumbor/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/markt-de/puppet-thumbor/compare/v2.1.1...HEAD
[v2.1.1]: https://github.com/markt-de/puppet-thumbor/compare/v2.1.0...v2.1.1
[v2.1.0]: https://github.com/markt-de/puppet-thumbor/compare/v2.0.0...v2.1.0
[v2.0.0]: https://github.com/markt-de/puppet-thumbor/compare/v1.0.0...v2.0.0
6 changes: 5 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "fraenki-thumbor",
"version": "2.1.0",
"version": "2.1.1",
"author": "markt.de",
"summary": "Install, configure and manage Thumbor installations",
"license": "Apache-2.0",
"source": "https://github.com/markt-de/puppet-thumbor",
"project_page": "https://github.com/markt-de/puppet-thumbor",
"issues_url": "https://github.com/markt-de/puppet-thumbor/issues",
"dependencies": [
{
"name": "puppet/epel",
"version_requirement": ">= 3.1.0 < 5.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 6.0.0 < 9.0.0"
Expand Down

0 comments on commit 1cc866c

Please sign in to comment.