From cf2797a5c39fb3a5d80ae2806b5ecf8419b73319 Mon Sep 17 00:00:00 2001 From: Martin Alfke Date: Fri, 9 Dec 2022 14:56:18 +0100 Subject: [PATCH] Manage changelog (#27) --- CHANGELOG.md | 97 +++++++++++++++++++++++++++++++++++++++++++++++++--- Rakefile | 4 +-- 2 files changed, 95 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c954cd..8fb7649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,100 @@ # Changelog 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. -## Release 0.1.0 +## [v1.2.3](https://github.com/betadots/puppet-hdm/tree/v1.2.3) (2022-12-09) -**Features** +[Full Changelog](https://github.com/betadots/puppet-hdm/compare/v1.2.3...v1.2.3) -**Bugfixes** +**Merged pull requests:** -**Known Issues** +- prepare v1.2.3 [\#26](https://github.com/betadots/puppet-hdm/pull/26) ([tuxmea](https://github.com/tuxmea)) + +## [v1.2.3](https://github.com/betadots/puppet-hdm/tree/v1.2.3) (2022-12-09) + +[Full Changelog](https://github.com/betadots/puppet-hdm/compare/v1.2.2...v1.2.3) + +**Closed issues:** + +- ldaps config not working [\#23](https://github.com/betadots/puppet-hdm/issues/23) + +## [v1.2.2](https://github.com/betadots/puppet-hdm/tree/v1.2.2) (2022-12-09) + +[Full Changelog](https://github.com/betadots/puppet-hdm/compare/v1.2.1...v1.2.2) + +**Implemented enhancements:** + +- Add assert\_private\(\) to private classes [\#17](https://github.com/betadots/puppet-hdm/pull/17) ([bastelfreak](https://github.com/bastelfreak)) + +**Fixed bugs:** + +- Debian Docker: Configure correct shell for hdm user [\#20](https://github.com/betadots/puppet-hdm/pull/20) ([bastelfreak](https://github.com/bastelfreak)) + +**Merged pull requests:** + +- add missing parameter for ldap [\#24](https://github.com/betadots/puppet-hdm/pull/24) ([tuxmea](https://github.com/tuxmea)) + +## [v1.2.1](https://github.com/betadots/puppet-hdm/tree/v1.2.1) (2022-08-10) + +[Full Changelog](https://github.com/betadots/puppet-hdm/compare/v1.2.0...v1.2.1) + +**Merged pull requests:** + +- Release v1.2.1 [\#16](https://github.com/betadots/puppet-hdm/pull/16) ([tuxmea](https://github.com/tuxmea)) +- Update documentation [\#15](https://github.com/betadots/puppet-hdm/pull/15) ([tuxmea](https://github.com/tuxmea)) + +## [v1.2.0](https://github.com/betadots/puppet-hdm/tree/v1.2.0) (2022-08-08) + +[Full Changelog](https://github.com/betadots/puppet-hdm/compare/v1.1.0...v1.2.0) + +**Merged pull requests:** + +- update new release to v1.2.0 [\#11](https://github.com/betadots/puppet-hdm/pull/11) ([tuxmea](https://github.com/tuxmea)) +- installation via RVM [\#10](https://github.com/betadots/puppet-hdm/pull/10) ([tuxmea](https://github.com/tuxmea)) +- new release v1.1.1 [\#9](https://github.com/betadots/puppet-hdm/pull/9) ([tuxmea](https://github.com/tuxmea)) + +## [v1.1.0](https://github.com/betadots/puppet-hdm/tree/v1.1.0) (2022-08-04) + +[Full Changelog](https://github.com/betadots/puppet-hdm/compare/v1.0.3...v1.1.0) + +**Merged pull requests:** + +- Disable puppet-ruby [\#8](https://github.com/betadots/puppet-hdm/pull/8) ([tuxmea](https://github.com/tuxmea)) +- puppet-ruby typo npoc -\> nproc [\#7](https://github.com/betadots/puppet-hdm/pull/7) ([tuxmea](https://github.com/tuxmea)) + +## [v1.0.3](https://github.com/betadots/puppet-hdm/tree/v1.0.3) (2022-08-04) + +[Full Changelog](https://github.com/betadots/puppet-hdm/compare/v1.0.2...v1.0.3) + +**Merged pull requests:** + +- Documentation [\#6](https://github.com/betadots/puppet-hdm/pull/6) ([tuxmea](https://github.com/tuxmea)) +- Bugfixes [\#5](https://github.com/betadots/puppet-hdm/pull/5) ([tuxmea](https://github.com/tuxmea)) + +## [v1.0.2](https://github.com/betadots/puppet-hdm/tree/v1.0.2) (2022-08-04) + +[Full Changelog](https://github.com/betadots/puppet-hdm/compare/v1.0.1...v1.0.2) + +## [v1.0.1](https://github.com/betadots/puppet-hdm/tree/v1.0.1) (2022-08-04) + +[Full Changelog](https://github.com/betadots/puppet-hdm/compare/v1.0.0...v1.0.1) + +**Merged pull requests:** + +- correct module version dependencies [\#4](https://github.com/betadots/puppet-hdm/pull/4) ([tuxmea](https://github.com/tuxmea)) + +## [v1.0.0](https://github.com/betadots/puppet-hdm/tree/v1.0.0) (2022-08-03) + +[Full Changelog](https://github.com/betadots/puppet-hdm/compare/f617471f6dd589d2259a7760d64604f73c6268b0...v1.0.0) + +**Merged pull requests:** + +- Use hdm data types on complex hashes and arrays [\#3](https://github.com/betadots/puppet-hdm/pull/3) ([tuxmea](https://github.com/tuxmea)) +- Add GitHub actions [\#2](https://github.com/betadots/puppet-hdm/pull/2) ([tuxmea](https://github.com/tuxmea)) +- Docker [\#1](https://github.com/betadots/puppet-hdm/pull/1) ([tuxmea](https://github.com/tuxmea)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/Rakefile b/Rakefile index 80b799d..f415020 100644 --- a/Rakefile +++ b/Rakefile @@ -51,8 +51,8 @@ begin config.future_release = "v#{metadata.version}" if metadata.version =~ /^\d+\.\d+.\d+$/ config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file.\nEach new release typically also includes the latest modulesync defaults.\nThese should not affect the functionality of the module." config.exclude_labels = %w{duplicate question invalid wontfix wont-fix modulesync skip-changelog} - config.user = 'voxpupuli' - config.project = metadata.metadata['name'] + config.user = 'betadots' + config.project = 'puppet-hdm' end # Workaround for https://github.com/github-changelog-generator/github-changelog-generator/issues/715