From 5919936be225e2e1ec941856b829da864f5d26c7 Mon Sep 17 00:00:00 2001 From: canihavethisone Date: Sat, 14 Oct 2023 13:23:36 +1100 Subject: [PATCH 1/4] Increase kmod dependency to < 5.0.0 --- .fixtures.yml | 1 - metadata.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index abb4d8f9..06814047 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -3,6 +3,5 @@ fixtures: repositories: kmod: https://github.com/voxpupuli/puppet-kmod stdlib: https://github.com/puppetlabs/puppetlabs-stdlib - boolean: https://github.com/voxpupuli/puppet-boolean filemapper: https://github.com/voxpupuli/puppet-filemapper augeas_core: https://github.com/puppetlabs/puppetlabs-augeas_core diff --git a/metadata.json b/metadata.json index 808a48bf..57b889c1 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-network", - "version": "1.1.1-rc0", + "version": "1.1.1", "author": "Vox Pupuli", "license": "Apache-2.0", "summary": "Manage non-volatile network configuration", @@ -53,7 +53,7 @@ }, { "name": "puppet/kmod", - "version_requirement": ">= 3.0.0 < 4.0.0" + "version_requirement": ">= 3.0.0 < 5.0.0" } ], "requirements": [ From e4eabee8dbc3d098512ff08476a8403fc8264e78 Mon Sep 17 00:00:00 2001 From: canihavethisone Date: Sat, 14 Oct 2023 13:24:08 +1100 Subject: [PATCH 2/4] Remove puppet/boolean deprecated dependency --- metadata.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/metadata.json b/metadata.json index 57b889c1..0fbc6803 100644 --- a/metadata.json +++ b/metadata.json @@ -47,10 +47,6 @@ "name": "puppet/filemapper", "version_requirement": ">= 2.0.1 < 4.0.0" }, - { - "name": "puppet/boolean", - "version_requirement": ">= 1.0.1 < 3.0.0" - }, { "name": "puppet/kmod", "version_requirement": ">= 3.0.0 < 5.0.0" From e3b6f0c3c616c5e5949712b8a9edd4b19d40cafc Mon Sep 17 00:00:00 2001 From: canihavethisone Date: Sat, 14 Oct 2023 13:28:09 +1100 Subject: [PATCH 3/4] Updated changelog --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37270436..1e69cd46 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. +## [v1.1.1](https://github.com/voxpupuli/puppet-network/tree/v1.1.1) (2023-10-14) + +[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/v1.1.0...v1.1.1) + +**Breaking changes:** + +- Drop Puppet 6 support [\#298](https://github.com/voxpupuli/puppet-network/pull/298) ([bastelfreak](https://github.com/bastelfreak)) + +**Implemented enhancements:** + +- 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)) + +**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 +421,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 +437,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) From df63e767f1b64b1da7eeb686df2f403ed701cd19 Mon Sep 17 00:00:00 2001 From: canihavethisone Date: Sat, 14 Oct 2023 14:25:26 +1100 Subject: [PATCH 4/4] Increase version for release --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 0fbc6803..38b88a80 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-network", - "version": "1.1.1", + "version": "2.0.0", "author": "Vox Pupuli", "license": "Apache-2.0", "summary": "Manage non-volatile network configuration",