Skip to content

Commit

Permalink
Merge pull request #72 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v1.6.0
  • Loading branch information
m0dular authored Feb 14, 2023
2 parents a828cf1 + 86540ce commit bc06532
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 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.6.0](https://github.com/puppetlabs/influxdb/tree/v1.6.0) (2023-02-14)

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

### Added

- Add default 90 day bucket retention [\#71](https://github.com/puppetlabs/influxdb/pull/71) ([m0dular](https://github.com/m0dular))

## [v1.5.1](https://github.com/puppetlabs/influxdb/tree/v1.5.1) (2023-02-09)

[Full Changelog](https://github.com/puppetlabs/influxdb/compare/v1.5.0...v1.5.1)
Expand Down
4 changes: 2 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ The following parameters are available in the `influxdb::profile::toml` class:

Data type: `String`


Version of the toml-rb gem to install

Default value: `'2.1.1'`

Expand Down Expand Up @@ -429,7 +429,7 @@ Data type: `Array`

Rules to determine retention of data inside the bucket

Default value: `[{"type"=>"expire", "everySeconds"=>0, "shardGroupDurationSeconds"=>604800}]`
Default value: `[{"type"=>"expire", "everySeconds"=>7776000, "shardGroupDurationSeconds"=>604800}]`

##### `token`

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-influxdb",
"version": "1.5.1",
"version": "1.6.0",
"author": "Adrian Parreiras Horta",
"summary": "Installs and configures InfluxDB 2",
"license": "Apache-2.0",
Expand Down

0 comments on commit bc06532

Please sign in to comment.