From 6b35a3c02edcd7e3dd16b3219ecab7a87db8da25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Osorio?= Date: Mon, 2 Oct 2023 11:29:09 -0300 Subject: [PATCH 1/3] Release 8.0.1 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index e1ad1c3f3..3f40e843d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-rundeck", - "version": "8.0.1-rc0", + "version": "8.0.1", "author": "Vox Pupuli", "license": "MIT", "summary": "Module for managing the installatation and configuration of the rundeck orchestration tool", From 90373cc74f01f7747f748a332dc1a59e37ad95c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Osorio?= Date: Mon, 2 Oct 2023 15:26:13 -0300 Subject: [PATCH 2/3] Release 8.0.1 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3f1822b..ab1bdb6fa 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. +## [v8.0.1](https://github.com/voxpupuli/puppet-rundeck/tree/v8.0.1) (2023-10-02) + +[Full Changelog](https://github.com/voxpupuli/puppet-rundeck/compare/v8.0.0...v8.0.1) + +**Closed issues:** + +- ACLs render incorrectly when using attributes filters [\#512](https://github.com/voxpupuli/puppet-rundeck/issues/512) +- Incorrect example in comments for acl policy file [\#391](https://github.com/voxpupuli/puppet-rundeck/issues/391) + +**Merged pull requests:** + +- Fix ACLs rendering when using attributes as filters [\#513](https://github.com/voxpupuli/puppet-rundeck/pull/513) ([nosrio](https://github.com/nosrio)) + ## [v8.0.0](https://github.com/voxpupuli/puppet-rundeck/tree/v8.0.0) (2023-08-14) [Full Changelog](https://github.com/voxpupuli/puppet-rundeck/compare/v7.0.0...v8.0.0) From 5fb00188c0902876c11aed44bb1f5326a3b01fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Osorio?= Date: Tue, 3 Oct 2023 10:07:22 -0300 Subject: [PATCH 3/3] Regenerate changelog --- CHANGELOG.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1bdb6fa..a32fb6b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,17 @@ 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. -## [v8.0.1](https://github.com/voxpupuli/puppet-rundeck/tree/v8.0.1) (2023-10-02) +## [v8.0.1](https://github.com/voxpupuli/puppet-rundeck/tree/v8.0.1) (2023-10-03) [Full Changelog](https://github.com/voxpupuli/puppet-rundeck/compare/v8.0.0...v8.0.1) -**Closed issues:** +**Fixed bugs:** -- ACLs render incorrectly when using attributes filters [\#512](https://github.com/voxpupuli/puppet-rundeck/issues/512) -- Incorrect example in comments for acl policy file [\#391](https://github.com/voxpupuli/puppet-rundeck/issues/391) +- Fix ACLs rendering when using attributes as filters [\#513](https://github.com/voxpupuli/puppet-rundeck/pull/513) ([nosrio](https://github.com/nosrio)) -**Merged pull requests:** +**Closed issues:** -- Fix ACLs rendering when using attributes as filters [\#513](https://github.com/voxpupuli/puppet-rundeck/pull/513) ([nosrio](https://github.com/nosrio)) +- Incorrect example in comments for acl policy file [\#391](https://github.com/voxpupuli/puppet-rundeck/issues/391) ## [v8.0.0](https://github.com/voxpupuli/puppet-rundeck/tree/v8.0.0) (2023-08-14)