Skip to content

Commit

Permalink
Merge pull request #127 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v4.1.0
  • Loading branch information
Aaronoftheages authored Jan 31, 2024
2 parents a3a5d9b + 875b230 commit 93f7f16
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [v4.1.0](https://github.com/puppetlabs/puppetlabs-pe_databases/tree/v4.1.0) (2024-01-31)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-pe_databases/compare/v4.0.0...v4.1.0)

### Added

- \(SUP-4666\) Pe\_databases: pg\_repack enable debug mode [\#126](https://github.com/puppetlabs/puppetlabs-pe_databases/pull/126) ([Aaronoftheages](https://github.com/Aaronoftheages))

## [v4.0.0](https://github.com/puppetlabs/puppetlabs-pe_databases/tree/v4.0.0) (2023-06-23)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-pe_databases/compare/v3.0.0...v4.0.0)
Expand Down
19 changes: 19 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ The following parameters are available in the `pe_databases::pg_repack` class:
* [`other_tables`](#-pe_databases--pg_repack--other_tables)
* [`activity_tables`](#-pe_databases--pg_repack--activity_tables)
* [`disable_maintenance`](#-pe_databases--pg_repack--disable_maintenance)
* [`repack_log_level`](#-pe_databases--pg_repack--repack_log_level)
* [`enable_echo`](#-pe_databases--pg_repack--enable_echo)
* [`jobs`](#-pe_databases--pg_repack--jobs)
* [`facts_tables_repack_timer`](#-pe_databases--pg_repack--facts_tables_repack_timer)
* [`catalogs_tables_repack_timer`](#-pe_databases--pg_repack--catalogs_tables_repack_timer)
Expand Down Expand Up @@ -184,6 +186,23 @@ Disable or enable maintenance mode

Default value: `false`

##### <a name="-pe_databases--pg_repack--repack_log_level"></a>`repack_log_level`

Data type: `Enum['INFO','NOTICE','WARNING','ERROR','LOG','FATAL','PANIC','DEBUG']`

Desired output level of logs

Default value: `'DEBUG'`

##### <a name="-pe_databases--pg_repack--enable_echo"></a>`enable_echo`

Data type: `Boolean`

true or false (Default: true)
Enabling echo output in logs

Default value: `true`

##### <a name="-pe_databases--pg_repack--jobs"></a>`jobs`

Data type: `Integer`
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-pe_databases",
"version": "4.0.0",
"version": "4.1.0",
"author": "puppetlabs",
"summary": "A Puppet Module for Maintaining Your Puppet Enterprise Databases",
"license": "Apache-2.0",
Expand Down

0 comments on commit 93f7f16

Please sign in to comment.