From f382cee723f7575a60a7b86188d0789780937da7 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 30 Apr 2024 11:10:19 +0200 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 13 +++++++++++++ metadata.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2a3d4..aedd0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v2.1.0](https://github.com/voxpupuli/puppet-healthcheck/tree/v2.1.0) (2024-04-30) + +[Full Changelog](https://github.com/voxpupuli/puppet-healthcheck/compare/v2.0.0...v2.1.0) + +**Implemented enhancements:** + +- Add Debian 12 support [\#88](https://github.com/voxpupuli/puppet-healthcheck/pull/88) ([bastelfreak](https://github.com/bastelfreak)) +- Add Puppet 8 support [\#79](https://github.com/voxpupuli/puppet-healthcheck/pull/79) ([bastelfreak](https://github.com/bastelfreak)) + +**Merged pull requests:** + +- metadata.json: fix typo in summary [\#81](https://github.com/voxpupuli/puppet-healthcheck/pull/81) ([kenyon](https://github.com/kenyon)) + ## [v2.0.0](https://github.com/voxpupuli/puppet-healthcheck/tree/v2.0.0) (2023-05-02) [Full Changelog](https://github.com/voxpupuli/puppet-healthcheck/compare/v1.0.1...v2.0.0) diff --git a/metadata.json b/metadata.json index 572305b..6838793 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-healthcheck", - "version": "2.0.1-rc0", + "version": "2.1.0", "author": "Vox Pupuli", "summary": "Puppet resources to evaluate the health and status of things", "license": "Apache-2.0",