From 8c210b78d865580aff83bb7a9f8b3ea0c6666925 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 13 Jul 2021 15:44:00 +0000 Subject: [PATCH] Release prep v2.1.0 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 2 +- metadata.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e423a8e..7bcdf31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,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.1.0](https://github.com/puppetlabs/puppetlabs-pe_databases/tree/v2.1.0) (2021-07-13) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-pe_databases/compare/v2.0.0...v2.1.0) + +### Added + +- \(SUP-2545\) Disable table maintenance by default [\#83](https://github.com/puppetlabs/puppetlabs-pe_databases/pull/83) ([m0dular](https://github.com/m0dular)) + ## [v2.0.0](https://github.com/puppetlabs/puppetlabs-pe_databases/tree/v2.0.0) (2021-07-02) [Full Changelog](https://github.com/puppetlabs/puppetlabs-pe_databases/compare/v1.2.0...v2.0.0) diff --git a/REFERENCE.md b/REFERENCE.md index 13e53c9..6be4a69 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -82,7 +82,7 @@ Data type: `Boolean` -Default value: ``true`` +Default value: ``false`` ##### `install_dir` diff --git a/metadata.json b/metadata.json index 2eb957b..e5aaa1f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-pe_databases", - "version": "2.0.0", + "version": "2.1.0", "author": "puppetlabs", "summary": "A Puppet Module for Backing Up / Maintaining / Tuning Your Puppet Enterprise Databases", "license": "Apache-2.0",