Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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).

## [v2.2.0](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.2.0) - 2024-06-26

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

### Added

- Allow modifying the physical extent size for volume groups [#333](https://github.com/puppetlabs/puppetlabs-lvm/pull/333) ([glangloi](https://github.com/glangloi))

### Other

- Documentation cleanup [#331](https://github.com/puppetlabs/puppetlabs-lvm/pull/331) ([kenyon](https://github.com/kenyon))
- 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))
- Documentation fixes [#329](https://github.com/puppetlabs/puppetlabs-lvm/pull/329) ([kenyon](https://github.com/kenyon))
- README, metadata: correct name of LVM in summaries [#328](https://github.com/puppetlabs/puppetlabs-lvm/pull/328) ([kenyon](https://github.com/kenyon))

## [v2.1.0](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.1.0) - 2023-09-21

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

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

### Changed

- (maint) - Add puppet 8/Drop puppet 6 [#284](https://github.com/puppetlabs/puppetlabs-lvm/pull/284) ([jordanbreen28](https://github.com/jordanbreen28))

### Added

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

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

### Fixed

- (maint) Update Puppet VS Code Extension ID [#255](https://github.com/puppetlabs/puppetlabs-lvm/pull/255) ([jpogran](https://github.com/jpogran))
Expand Down
5 changes: 5 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,7 @@ using the physical_volume resource type.
The following parameters are available in the `volume_group` type.

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

Default value: `false`

##### <a name="-volume_group--extent_size"></a>`extent_size`

The physical extent size. Uses OS default if not provided. Only applicable on Linux.

##### <a name="-volume_group--followsymlinks"></a>`followsymlinks`

Valid values: `true`, `false`, `yes`, `no`
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-lvm",
"version": "2.1.0",
"version": "2.2.0",
"author": "puppetlabs",
"summary": "Provides Puppet types and providers to manage Logical Volume Manager (LVM) features.",
"license": "GPL-2.0",
Expand Down