Skip to content

Commit 3c54b25

Browse files
authored
Merge pull request #360 from puppetlabs/release-prep
Release prep v3.0.0
2 parents 799e023 + f7e3569 commit 3c54b25

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v3.0.0](https://github.com/puppetlabs/puppetlabs-lvm/tree/v3.0.0) - 2024-12-16
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.3.0...v3.0.0)
11+
12+
### Changed
13+
14+
- MAINT : Removing support for centos 7 & 8 [#346](https://github.com/puppetlabs/puppetlabs-lvm/pull/346) ([malikparvez](https://github.com/malikparvez))
15+
16+
### Added
17+
18+
- (CAT-2101) Add support for Debian-12 [#353](https://github.com/puppetlabs/puppetlabs-lvm/pull/353) ([skyamgarp](https://github.com/skyamgarp))
19+
20+
### Fixed
21+
22+
- (CAT-2158) Upgrade rexml to address CVE-2024-49761 [#359](https://github.com/puppetlabs/puppetlabs-lvm/pull/359) ([amitkarsale](https://github.com/amitkarsale))
23+
824
## [v2.3.0](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.3.0) - 2024-07-11
925

1026
[Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.2.0...v2.3.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-lvm",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"author": "puppetlabs",
55
"summary": "Provides Puppet types and providers to manage Logical Volume Manager (LVM) features.",
66
"license": "GPL-2.0",

0 commit comments

Comments
 (0)