From c281756d5a1a62e3deaefd893cb3d6c991c057d9 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 25 Jun 2024 12:01:06 +0200 Subject: [PATCH] Release 3.1.0 --- CHANGELOG.md | 13 +++++++++++++ metadata.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bdb08f..a44d174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v3.1.0](https://github.com/voxpupuli/puppet-ca_cert/tree/v3.1.0) (2024-06-25) + +[Full Changelog](https://github.com/voxpupuli/puppet-ca_cert/compare/v3.0.0...v3.1.0) + +**Implemented enhancements:** + +- replace create\_resources\(\) with iterator [\#115](https://github.com/voxpupuli/puppet-ca_cert/pull/115) ([bastelfreak](https://github.com/bastelfreak)) + +**Merged pull requests:** + +- puppet-lint: validate parameter types&docs [\#114](https://github.com/voxpupuli/puppet-ca_cert/pull/114) ([bastelfreak](https://github.com/bastelfreak)) +- cleanup spec tests & facterdb\_string\_keys: switch to strings [\#113](https://github.com/voxpupuli/puppet-ca_cert/pull/113) ([bastelfreak](https://github.com/bastelfreak)) + ## [v3.0.0](https://github.com/voxpupuli/puppet-ca_cert/tree/v3.0.0) (2024-06-07) [Full Changelog](https://github.com/voxpupuli/puppet-ca_cert/compare/v2.5.0...v3.0.0) diff --git a/metadata.json b/metadata.json index 89dbb37..e4dbe28 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-ca_cert", - "version": "3.0.1-rc0", + "version": "3.1.0", "author": "Vox Pupuli", "summary": "Manage system CA certificates", "license": "Apache-2.0",