Skip to content

Commit

Permalink
Merge pull request #344 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v2.3.0
  • Loading branch information
malikparvez committed Jul 11, 2024
2 parents 48b2604 + 73104d4 commit 8b0cfad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.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)

### Added

- CAT-1912 : Adding new getters and setters for stripes & not allowing change of stripes for an existing lvm [#343](https://github.com/puppetlabs/puppetlabs-lvm/pull/343) ([malikparvez](https://github.com/malikparvez))

## [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)
Expand Down
9 changes: 4 additions & 5 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,10 @@ How to store the mirror log (core, disk, mirrored).

The size of the logical volume. Set to undef to use all available space

##### `stripes`

The number of stripes to allocate for the new logical volume.

##### `volume_group`

The volume group name associated with this logical volume. This will automatically
Expand All @@ -802,7 +806,6 @@ The following parameters are available in the `logical_volume` type.
* [`region_size`](#-logical_volume--region_size)
* [`resize_fs`](#-logical_volume--resize_fs)
* [`size_is_minsize`](#-logical_volume--size_is_minsize)
* [`stripes`](#-logical_volume--stripes)
* [`stripesize`](#-logical_volume--stripesize)
* [`thinpool`](#-logical_volume--thinpool)
* [`type`](#-logical_volume--type)
Expand Down Expand Up @@ -878,10 +881,6 @@ this is just logged not causing a FAIL)

Default value: `false`

##### <a name="-logical_volume--stripes"></a>`stripes`

The number of stripes to allocate for the new logical volume.

##### <a name="-logical_volume--stripesize"></a>`stripesize`

The stripesize to use for the new logical volume.
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.2.0",
"version": "2.3.0",
"author": "puppetlabs",
"summary": "Provides Puppet types and providers to manage Logical Volume Manager (LVM) features.",
"license": "GPL-2.0",
Expand Down

0 comments on commit 8b0cfad

Please sign in to comment.