Skip to content

Commit 7aa4c0d

Browse files
authored
Merge pull request #341 from puppetlabs/release-prep
Release prep v2.2.0
2 parents df2a6b2 + be17a25 commit 7aa4c0d

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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+
## [v2.2.0](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.2.0) - 2024-06-26
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.1.0...v2.2.0)
11+
12+
### Added
13+
14+
- Allow modifying the physical extent size for volume groups [#333](https://github.com/puppetlabs/puppetlabs-lvm/pull/333) ([glangloi](https://github.com/glangloi))
15+
16+
### Other
17+
18+
- Documentation cleanup [#331](https://github.com/puppetlabs/puppetlabs-lvm/pull/331) ([kenyon](https://github.com/kenyon))
19+
- pdk update to version 3.0.1 template-ref heads/main-0-g23c6fff [#330](https://github.com/puppetlabs/puppetlabs-lvm/pull/330) ([kenyon](https://github.com/kenyon))
20+
- Documentation fixes [#329](https://github.com/puppetlabs/puppetlabs-lvm/pull/329) ([kenyon](https://github.com/kenyon))
21+
- README, metadata: correct name of LVM in summaries [#328](https://github.com/puppetlabs/puppetlabs-lvm/pull/328) ([kenyon](https://github.com/kenyon))
22+
823
## [v2.1.0](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.1.0) - 2023-09-21
924

1025
[Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.0.3...v2.1.0)
@@ -46,14 +61,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
4661

4762
[Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v1.4.0...v2.0.0)
4863

64+
### Changed
65+
66+
- (maint) - Add puppet 8/Drop puppet 6 [#284](https://github.com/puppetlabs/puppetlabs-lvm/pull/284) ([jordanbreen28](https://github.com/jordanbreen28))
67+
4968
### Added
5069

5170
- pdksync - (MAINT) - Allow Stdlib 9.x [#286](https://github.com/puppetlabs/puppetlabs-lvm/pull/286) ([LukasAud](https://github.com/LukasAud))
5271
- (CONT-974) - Add puppet module support [#283](https://github.com/puppetlabs/puppetlabs-lvm/pull/283) ([jordanbreen28](https://github.com/jordanbreen28))
5372

54-
### Changed
55-
- (maint) - Add puppet 8/Drop puppet 6 [#284](https://github.com/puppetlabs/puppetlabs-lvm/pull/284) ([jordanbreen28](https://github.com/jordanbreen28))
56-
5773
### Fixed
5874

5975
- (maint) Update Puppet VS Code Extension ID [#255](https://github.com/puppetlabs/puppetlabs-lvm/pull/255) ([jpogran](https://github.com/jpogran))

REFERENCE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,7 @@ using the physical_volume resource type.
978978
The following parameters are available in the `volume_group` type.
979979

980980
* [`createonly`](#-volume_group--createonly)
981+
* [`extent_size`](#-volume_group--extent_size)
981982
* [`followsymlinks`](#-volume_group--followsymlinks)
982983
* [`name`](#-volume_group--name)
983984
* [`provider`](#-volume_group--provider)
@@ -993,6 +994,10 @@ volume group does exist no action will be taken. Defaults to `false`.
993994

994995
Default value: `false`
995996

997+
##### <a name="-volume_group--extent_size"></a>`extent_size`
998+
999+
The physical extent size. Uses OS default if not provided. Only applicable on Linux.
1000+
9961001
##### <a name="-volume_group--followsymlinks"></a>`followsymlinks`
9971002

9981003
Valid values: `true`, `false`, `yes`, `no`

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.1.0",
3+
"version": "2.2.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)