From 44ed419d36b1a7866469c671f3b58b17a3ef596c Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Mon, 22 Jan 2024 13:46:58 -0600 Subject: [PATCH] Release 2.2.0 --- CHANGELOG.md | 18 ++++++++++++++++++ metadata.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f67f2e..eb9db75 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. +## [v2.2.0](https://github.com/voxpupuli/puppet-network/tree/v2.2.0) (2024-01-22) + +[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/v2.1.0...v2.2.0) + +**Implemented enhancements:** + +- Support puppet-filemapper 4.0.0 [\#319](https://github.com/voxpupuli/puppet-network/pull/319) ([silug](https://github.com/silug)) + +**Closed issues:** + +- When will puppet-network support filemapper 4.0.0? [\#318](https://github.com/voxpupuli/puppet-network/issues/318) +- installation of ifenslave during configuring bond fails on Debian \>=11 [\#305](https://github.com/voxpupuli/puppet-network/issues/305) + +**Merged pull requests:** + +- add EL8 Support and add missing EL flavours [\#316](https://github.com/voxpupuli/puppet-network/pull/316) ([SimonHoenscheid](https://github.com/SimonHoenscheid)) +- Add Debian 11 and 12 support [\#308](https://github.com/voxpupuli/puppet-network/pull/308) ([hbog](https://github.com/hbog)) + ## [v2.1.0](https://github.com/voxpupuli/puppet-network/tree/v2.1.0) (2023-12-01) [Full Changelog](https://github.com/voxpupuli/puppet-network/compare/v2.0.0...v2.1.0) diff --git a/metadata.json b/metadata.json index 34999cd..1ff5253 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-network", - "version": "2.1.1-rc0", + "version": "2.2.0", "author": "Vox Pupuli", "license": "Apache-2.0", "summary": "Manage non-volatile network configuration",