Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.2.0 #320

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ 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:**

- 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)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading