From 9d3b97d5681924c68f6ab330338c62ee95295530 Mon Sep 17 00:00:00 2001 From: Martin Alfke Date: Thu, 11 Jan 2024 10:33:33 +0100 Subject: [PATCH] preparing release 3.1.0 (#76) --- CHANGELOG.md | 18 ++++++++++++++++++ metadata.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b029447..ba03bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ 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. +## [v3.1.0](https://github.com/voxpupuli/puppet-hdm/tree/v3.1.0) (2024-01-11) + +[Full Changelog](https://github.com/voxpupuli/puppet-hdm/compare/v3.0.0...v3.1.0) + +**Implemented enhancements:** + +- Sles support [\#75](https://github.com/voxpupuli/puppet-hdm/pull/75) ([tuxmea](https://github.com/tuxmea)) +- Update container env [\#72](https://github.com/voxpupuli/puppet-hdm/pull/72) ([tuxmea](https://github.com/tuxmea)) + +**Closed issues:** + +- SLES Support missing in docker implementation [\#68](https://github.com/voxpupuli/puppet-hdm/issues/68) + +**Merged pull requests:** + +- Add description to use hdm module on SLES [\#74](https://github.com/voxpupuli/puppet-hdm/pull/74) ([tuxmea](https://github.com/tuxmea)) +- Add Suse support [\#71](https://github.com/voxpupuli/puppet-hdm/pull/71) ([tuxmea](https://github.com/tuxmea)) + ## [v3.0.0](https://github.com/voxpupuli/puppet-hdm/tree/v3.0.0) (2023-06-19) [Full Changelog](https://github.com/voxpupuli/puppet-hdm/compare/v2.2.1...v3.0.0) diff --git a/metadata.json b/metadata.json index fcd4e1d..056e597 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-hdm", - "version": "3.0.1-rc0", + "version": "3.1.0", "author": "Vox Pupuli", "summary": "Manage Hiera Data Manager application", "license": "Apache-2.0",