From 1f22bead3523face3809f93863054bb4879c6c05 Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Wed, 17 Jul 2024 19:51:28 +0200 Subject: [PATCH 1/2] prepare release --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 5068deb0..57a6ac9d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-bacula", - "version": "7.0.1-rc0", + "version": "7.1.0", "author": "Vox Pupuli", "summary": "A bacula module stolen from the Puppet Labs Operations team", "license": "Apache-2.0", From 5cc991c88b0431cf864e9405b8fb6cac048e1a3a Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Wed, 17 Jul 2024 19:58:23 +0200 Subject: [PATCH 2/2] prepare release 8.0.0 --- CHANGELOG.md | 24 +++++++++++++++++++++++- metadata.json | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37013691..1c3ca683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,29 @@ 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. -## [v7.0.0](https://github.com/voxpupuli/puppet-bacula/tree/v7.0.0) (2023-06-28) +## [v8.0.0](https://github.com/voxpupuli/puppet-bacula/tree/v8.0.0) (2024-07-17) + +[Full Changelog](https://github.com/voxpupuli/puppet-bacula/compare/v7.0.0...v8.0.0) + +**Breaking changes:** + +- Drop Ubuntu 18.04 support [\#200](https://github.com/voxpupuli/puppet-bacula/pull/200) ([Valantin](https://github.com/Valantin)) +- Drop Debian 10 support [\#198](https://github.com/voxpupuli/puppet-bacula/pull/198) ([Valantin](https://github.com/Valantin)) + +**Implemented enhancements:** + +- Add RedHat 9 support [\#202](https://github.com/voxpupuli/puppet-bacula/pull/202) ([Valantin](https://github.com/Valantin)) +- Add CentOS 9 support [\#201](https://github.com/voxpupuli/puppet-bacula/pull/201) ([Valantin](https://github.com/Valantin)) +- Add ubuntu 22.04 support [\#199](https://github.com/voxpupuli/puppet-bacula/pull/199) ([Valantin](https://github.com/Valantin)) +- Add Debian 12 support [\#197](https://github.com/voxpupuli/puppet-bacula/pull/197) ([Valantin](https://github.com/Valantin)) +- puppetlabs/postgresql: Allow 10.x [\#196](https://github.com/voxpupuli/puppet-bacula/pull/196) ([zilchms](https://github.com/zilchms)) + +**Merged pull requests:** + +- Drop code for unsupported OS [\#203](https://github.com/voxpupuli/puppet-bacula/pull/203) ([Valantin](https://github.com/Valantin)) +- Fix unsafe interpolation of variable [\#192](https://github.com/voxpupuli/puppet-bacula/pull/192) ([smortex](https://github.com/smortex)) + +## [v7.0.0](https://github.com/voxpupuli/puppet-bacula/tree/v7.0.0) (2023-07-01) [Full Changelog](https://github.com/voxpupuli/puppet-bacula/compare/v6.0.0...v7.0.0) diff --git a/metadata.json b/metadata.json index 57a6ac9d..60de1c75 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-bacula", - "version": "7.1.0", + "version": "8.0.0", "author": "Vox Pupuli", "summary": "A bacula module stolen from the Puppet Labs Operations team", "license": "Apache-2.0",