From 39765e1166014ba7d5031eda546c14be82cc12c1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 21 Sep 2023 12:24:55 +0000 Subject: [PATCH] Release prep v2.1.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e56ba2..91f775c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.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) + +### Added + +- Add yes argument when creating/extending a LV [#279](https://github.com/puppetlabs/puppetlabs-lvm/pull/279) ([bmlit](https://github.com/bmlit)) + +### Fixed + +- fix issues on nodes without lvm [#308](https://github.com/puppetlabs/puppetlabs-lvm/pull/308) ([rtib](https://github.com/rtib)) + ## [v2.0.3](https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.0.3) - 2023-07-11 [Full Changelog](https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.0.2...v2.0.3) diff --git a/metadata.json b/metadata.json index 0cc6638f..91fefe17 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-lvm", - "version": "2.0.3", + "version": "2.1.0", "author": "puppetlabs", "summary": "Provides Puppet types and providers to manage Logical Resource Management (LVM) features.", "license": "GPL-2.0",