From 8fccd81f6747740057c6cd12ea0ed77fed1b353c Mon Sep 17 00:00:00 2001 From: Martin Alfke Date: Thu, 15 Jun 2023 16:34:23 +0200 Subject: [PATCH] Release v1.2.0 (#161) --- CHANGELOG.md | 28 ++++++++++++++++++++++++++-- Rakefile | 2 +- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3426eb1..4645fdd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,33 @@ 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. -## [1.1.0](https://github.com/betadots/hdm/tree/1.1.0) (2023-04-17) +## [1.2.0](https://github.com/betadots/hdm/tree/1.2.0) (2023-06-15) -[Full Changelog](https://github.com/betadots/hdm/compare/v1.0.1...1.1.0) +[Full Changelog](https://github.com/betadots/hdm/compare/v1.1.0...1.2.0) + +**Implemented enhancements:** + +- Show current used values when selecting nodes from different environment [\#151](https://github.com/betadots/hdm/issues/151) +- Edge case: PuppetDB still has an information regarding an environment, but the environment does no longer exist on file system [\#147](https://github.com/betadots/hdm/issues/147) + +**Fixed bugs:** + +- Hiera data dir can not be set to a fact [\#157](https://github.com/betadots/hdm/issues/157) + +**Closed issues:** + +- Define a CI/CD strategy [\#3](https://github.com/betadots/hdm/issues/3) + +**Merged pull requests:** + +- Interpolate facts in datadir setting \#157 [\#160](https://github.com/betadots/hdm/pull/160) ([oneiros](https://github.com/oneiros)) +- Bump docker/login-action from 2.1.0 to 2.2.0 [\#159](https://github.com/betadots/hdm/pull/159) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Display value differences to actual environment [\#158](https://github.com/betadots/hdm/pull/158) ([oneiros](https://github.com/oneiros)) +- Disable environments not available in fs \#147 [\#156](https://github.com/betadots/hdm/pull/156) ([oneiros](https://github.com/oneiros)) + +## [v1.1.0](https://github.com/betadots/hdm/tree/v1.1.0) (2023-04-17) + +[Full Changelog](https://github.com/betadots/hdm/compare/v1.0.1...v1.1.0) **Implemented enhancements:** diff --git a/Rakefile b/Rakefile index c9d2ce11..2cd41dee 100644 --- a/Rakefile +++ b/Rakefile @@ -24,7 +24,7 @@ begin config.exclude_labels = %w{duplicate question invalid wontfix wont-fix modulesync skip-changelog} config.user = 'betadots' config.project = 'hdm' - config.future_release = '1.1.0' + config.future_release = '1.2.0' end # Workaround for https://github.com/github-changelog-generator/github-changelog-generator/issues/715