From 871e5dc365e9983cef62ac6ae4e88a5e2a06e4b9 Mon Sep 17 00:00:00 2001 From: Hugo Haakseth Date: Tue, 7 May 2024 09:33:04 +0200 Subject: [PATCH] Release 6.0.1 --- CHANGELOG.md | 13 +++++++++++++ metadata.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c78635d0..7fab6f5e 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. +## [v6.0.1](https://github.com/voxpupuli/puppet-mongodb/tree/v6.0.1) (2024-05-07) + +[Full Changelog](https://github.com/voxpupuli/puppet-mongodb/compare/v6.0.0...v6.0.1) + +**Fixed bugs:** + +- Wrong "pidFilePath:" setting in `/etc/mongodb.conf` on Debian [\#647](https://github.com/voxpupuli/puppet-mongodb/issues/647) +- Backslashes in a password need to be escaped [\#760](https://github.com/voxpupuli/puppet-mongodb/pull/760) ([stevenpost](https://github.com/stevenpost)) + +**Closed issues:** + +- Roadmap to get this module in better shape [\#696](https://github.com/voxpupuli/puppet-mongodb/issues/696) + ## [v6.0.0](https://github.com/voxpupuli/puppet-mongodb/tree/v6.0.0) (2024-04-29) [Full Changelog](https://github.com/voxpupuli/puppet-mongodb/compare/v5.0.0...v6.0.0) diff --git a/metadata.json b/metadata.json index a5405480..706ac3cf 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-mongodb", - "version": "6.0.1-rc0", + "version": "6.0.1", "author": "Vox Pupuli", "summary": "Installs MongoDB on RHEL/Ubuntu/Debian.", "license": "Apache-2.0",