From 1cc866c888002357449fa862cacbe04a5ddcc0ef Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Tue, 30 Aug 2022 14:42:45 +0200 Subject: [PATCH] release 2.1.1 --- CHANGELOG.md | 8 +++++++- metadata.json | 6 +++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d9250..a3ff8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/metadata.json b/metadata.json index 473faca..b165295 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "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", @@ -8,6 +8,10 @@ "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"