From f7e35694eb884b84d5f435498f8b5b25c6a414a1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 16 Dec 2024 15:09:36 +0000 Subject: [PATCH] Release prep v3.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ metadata.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d53b51bb..8d82abf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v3.0.0](https://github.com/puppetlabs/puppetlabs-lvm/tree/v3.0.0) - 2024-12-16 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.3.0...v3.0.0) + +### Changed + +- MAINT : Removing support for centos 7 & 8 [#346](https://github.com/puppetlabs/puppetlabs-lvm/pull/346) ([malikparvez](https://github.com/malikparvez)) + +### Added + +- (CAT-2101) Add support for Debian-12 [#353](https://github.com/puppetlabs/puppetlabs-lvm/pull/353) ([skyamgarp](https://github.com/skyamgarp)) + +### Fixed + +- (CAT-2158) Upgrade rexml to address CVE-2024-49761 [#359](https://github.com/puppetlabs/puppetlabs-lvm/pull/359) ([amitkarsale](https://github.com/amitkarsale)) + ## [v2.3.0](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.3.0) - 2024-07-11 [Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.2.0...v2.3.0) diff --git a/metadata.json b/metadata.json index bf8ed5a9..490c8586 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-lvm", - "version": "2.3.0", + "version": "3.0.0", "author": "puppetlabs", "summary": "Provides Puppet types and providers to manage Logical Volume Manager (LVM) features.", "license": "GPL-2.0",