From dfe4aa7c5f9226eba2fee37d4f8363d0a648a651 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt <josh@hoblitt.com> Date: Thu, 15 Aug 2024 16:27:54 -0700 Subject: [PATCH 1/2] [blacksmith] Bump version to 3.4.0 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 923e150..de08da6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "lsst-cni", - "version": "3.3.1-rc0", + "version": "3.4.0", "author": "AURA/LSST/Rubin Observatory", "summary": "CNI module", "license": "Apache-2.0", From 9531c0237f4be81be341d932bb358b7f6ef608d4 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt <josh@hoblitt.com> Date: Thu, 15 Aug 2024 16:28:00 -0700 Subject: [PATCH 2/2] update CHANGELOG.md for 3.4.0 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc1ece..1e2b66b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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. +## [v3.4.0](https://github.com/lsst-it/puppet-cni/tree/v3.4.0) (2024-08-15) + +[Full Changelog](https://github.com/lsst-it/puppet-cni/compare/v3.3.0...v3.4.0) + +**Implemented enhancements:** + +- split cni::plugins::dhcp::service out of ::dhcp class [\#37](https://github.com/lsst-it/puppet-cni/pull/37) ([jhoblitt](https://github.com/jhoblitt)) + ## [v3.3.0](https://github.com/lsst-it/puppet-cni/tree/v3.3.0) (2024-08-07) [Full Changelog](https://github.com/lsst-it/puppet-cni/compare/v3.2.0...v3.3.0)