Skip to content

Commit

Permalink
Merge pull request #98 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v1.7.0
  • Loading branch information
m0dular authored Oct 18, 2022
2 parents 36343b0 + 4cc1ca7 commit 7123b6c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
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).

## [v1.7.0](https://github.com/puppetlabs/puppet_operational_dashboards/tree/v1.7.0) (2022-10-18)

[Full Changelog](https://github.com/puppetlabs/puppet_operational_dashboards/compare/v1.6.0...v1.7.0)

### Added

- Accept a support script tarball for archive metrics ingest [\#96](https://github.com/puppetlabs/puppet_operational_dashboards/pull/96) ([m0dular](https://github.com/m0dular))

## [v1.6.0](https://github.com/puppetlabs/puppet_operational_dashboards/tree/v1.6.0) (2022-10-12)

[Full Changelog](https://github.com/puppetlabs/puppet_operational_dashboards/compare/v1.5.0...v1.6.0)
Expand Down
13 changes: 12 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ summary and parameters from the plan.
The following parameters are available in the `puppet_operational_dashboards::load_metrics` plan:

* [`targets`](#targets)
* [`support_script_file`](#support_script_file)
* [`metrics_dir`](#metrics_dir)
* [`dest_dir`](#dest_dir)
* [`cleanup_metrics`](#cleanup_metrics)
Expand All @@ -765,12 +766,22 @@ Data type: `TargetSpec`

The targets to run on.

##### <a name="support_script_file"></a>`support_script_file`

Data type: `Optional[String]`

Path to a support script tarball

Default value: ``undef``

##### <a name="metrics_dir"></a>`metrics_dir`

Data type: `String`
Data type: `Optional[String]`

Path to the 'metrics' directory from a PE support script

Default value: ``undef``

##### <a name="dest_dir"></a>`dest_dir`

Data type: `String`
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-puppet_operational_dashboards",
"version": "1.6.0",
"version": "1.7.0",
"author": "Adrian Parreiras Horta",
"summary": "A module for managing the installation and configuration of metrics dashboards for Puppet Infrastructure.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 7123b6c

Please sign in to comment.