Skip to content

Commit c862d7f

Browse files
authored
Merge pull request #175 from puppetlabs/release-prep
Release prep v2.0.0
2 parents 37f1773 + 8eb71a1 commit c862d7f

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
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).
44

5+
## [v1.13.1](https://github.com/puppetlabs/puppet_operational_dashboards/tree/v1.13.1) (2023-04-27)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppet_operational_dashboards/compare/v1.13.0...v1.13.1)
8+
9+
### Changed
10+
11+
- \(SUP-3952\) Remove Puppet 6 as a supported platform [\#158](https://github.com/puppetlabs/puppet_operational_dashboards/pull/158) ([elainemccloskey](https://github.com/elainemccloskey))
12+
13+
### Added
14+
15+
- Allow differentiation between ssl influxdb and puppet ssl connections [\#161](https://github.com/puppetlabs/puppet_operational_dashboards/pull/161) ([tuxmea](https://github.com/tuxmea))
16+
- \(SUP-4194\) Puppet 8 release prep [\#159](https://github.com/puppetlabs/puppet_operational_dashboards/pull/159) ([elainemccloskey](https://github.com/elainemccloskey))
17+
- Allow disabling of System Performance dashboard creation [\#157](https://github.com/puppetlabs/puppet_operational_dashboards/pull/157) ([tuxmea](https://github.com/tuxmea))
18+
- telegraf: Update 1.24.3-1-\>1.25.3-1 [\#155](https://github.com/puppetlabs/puppet_operational_dashboards/pull/155) ([bastelfreak](https://github.com/bastelfreak))
19+
20+
### Fixed
21+
22+
- Restore missing operational\_dashboards tag [\#154](https://github.com/puppetlabs/puppet_operational_dashboards/pull/154) ([m0dular](https://github.com/m0dular))
23+
524
## [v1.13.0](https://github.com/puppetlabs/puppet_operational_dashboards/tree/v1.13.0) (2023-03-29)
625

726
[Full Changelog](https://github.com/puppetlabs/puppet_operational_dashboards/compare/v1.12.0...v1.13.0)

REFERENCE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ The following parameters are available in the `puppet_operational_dashboards::pr
264264
* [`provisioning_datasource_file`](#-puppet_operational_dashboards--profile--dashboards--provisioning_datasource_file)
265265
* [`include_pe_metrics`](#-puppet_operational_dashboards--profile--dashboards--include_pe_metrics)
266266
* [`manage_system_board`](#-puppet_operational_dashboards--profile--dashboards--manage_system_board)
267+
* [`system_dashboard_version`](#-puppet_operational_dashboards--profile--dashboards--system_dashboard_version)
267268

268269
##### <a name="-puppet_operational_dashboards--profile--dashboards--token"></a>`token`
269270

@@ -427,6 +428,14 @@ Whether the System Performance dashboard should be created
427428

428429
Default value: `$puppet_operational_dashboards::manage_system_board`
429430

431+
##### <a name="-puppet_operational_dashboards--profile--dashboards--system_dashboard_version"></a>`system_dashboard_version`
432+
433+
Data type: `Enum['v1', 'v2', 'all']`
434+
435+
Version of the system dashboard to manage. v2 is compatible with puppet_metrics_collector version 7 and up
436+
437+
Default value: `'v2'`
438+
430439
### <a name="puppet_operational_dashboards--profile--postgres_access"></a>`puppet_operational_dashboards::profile::postgres_access`
431440

432441
Allows Telegraf to connect and collect metrics from postgres nodes

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-puppet_operational_dashboards",
3-
"version": "1.13.1",
3+
"version": "2.0.0",
44
"author": "Adrian Parreiras Horta",
55
"summary": "A module for managing the installation and configuration of metrics dashboards for Puppet Infrastructure.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)