From 96ba33ad1fa597058236ace833e955991f579d90 Mon Sep 17 00:00:00 2001 From: canihavethisone Date: Sun, 15 Oct 2023 12:28:06 +1100 Subject: [PATCH] Release prep with major version bump, changelog generated --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++---------- metadata.json | 2 +- 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37270436..f431e45b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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. +## [v2.0.0](https://github.com/voxpupuli/puppet-network/tree/v2.0.0) (2023-10-15) + +[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/v1.1.0...v2.0.0) + +**Breaking changes:** + +- Drop Puppet 6 support [\#298](https://github.com/voxpupuli/puppet-network/pull/298) ([bastelfreak](https://github.com/bastelfreak)) + +**Implemented enhancements:** + +- Increased kmod dependency to \< 5.0.0 [\#311](https://github.com/voxpupuli/puppet-network/pull/311) ([canihavethisone](https://github.com/canihavethisone)) +- Add Puppet 8 support [\#303](https://github.com/voxpupuli/puppet-network/pull/303) ([bastelfreak](https://github.com/bastelfreak)) +- puppetlabs/stdlib: Allow 9.x [\#302](https://github.com/voxpupuli/puppet-network/pull/302) ([bastelfreak](https://github.com/bastelfreak)) +- Add SLES support to network\_route and network\_config types [\#301](https://github.com/voxpupuli/puppet-network/pull/301) ([laugmanuel](https://github.com/laugmanuel)) + +**Fixed bugs:** + +- Removed deprecated and unused puppet-boolean dependency [\#310](https://github.com/voxpupuli/puppet-network/pull/310) ([canihavethisone](https://github.com/canihavethisone)) + +**Closed issues:** + +- Support for SLES [\#300](https://github.com/voxpupuli/puppet-network/issues/300) + ## [v1.1.0](https://github.com/voxpupuli/puppet-network/tree/v1.1.0) (2023-04-07) [Full Changelog](https://github.com/voxpupuli/puppet-network/compare/v1.0.2...v1.1.0) @@ -403,15 +426,15 @@ These should not affect the functionality of the module. ## [0.0.4rc1](https://github.com/voxpupuli/puppet-network/tree/0.0.4rc1) (2012-10-28) -[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3...0.0.4rc1) +[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3rc2...0.0.4rc1) -## [0.0.3](https://github.com/voxpupuli/puppet-network/tree/0.0.3) (2012-10-22) +## [0.0.3rc2](https://github.com/voxpupuli/puppet-network/tree/0.0.3rc2) (2012-10-22) -[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3rc2...0.0.3) +[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3...0.0.3rc2) -## [0.0.3rc2](https://github.com/voxpupuli/puppet-network/tree/0.0.3rc2) (2012-10-22) +## [0.0.3](https://github.com/voxpupuli/puppet-network/tree/0.0.3) (2012-10-22) -[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3rc1...0.0.3rc2) +[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3rc1...0.0.3) ## [0.0.3rc1](https://github.com/voxpupuli/puppet-network/tree/0.0.3rc1) (2012-10-22) @@ -419,19 +442,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 af2e208f..38b88a80 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-network", - "version": "1.1.1-rc0", + "version": "2.0.0", "author": "Vox Pupuli", "license": "Apache-2.0", "summary": "Manage non-volatile network configuration",