diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f67f2e..cc0a68f 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) @@ -454,19 +472,19 @@ These should not affect the functionality of the module. ## [0.0.2](https://github.com/voxpupuli/puppet-network/tree/0.0.2) (2012-10-16) -[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.1...0.0.2) +[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.1rc2...0.0.2) **Fixed bugs:** - interfaces provider fails when given a second interface to manage [\#4](https://github.com/voxpupuli/puppet-network/issues/4) -## [0.0.1](https://github.com/voxpupuli/puppet-network/tree/0.0.1) (2012-09-18) +## [0.0.1rc2](https://github.com/voxpupuli/puppet-network/tree/0.0.1rc2) (2012-09-18) -[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.1rc2...0.0.1) +[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.1...0.0.1rc2) -## [0.0.1rc2](https://github.com/voxpupuli/puppet-network/tree/0.0.1rc2) (2012-09-18) +## [0.0.1](https://github.com/voxpupuli/puppet-network/tree/0.0.1) (2012-09-18) -[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.1rc1...0.0.1rc2) +[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.1rc1...0.0.1) ## [0.0.1rc1](https://github.com/voxpupuli/puppet-network/tree/0.0.1rc1) (2012-08-29) 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",