Skip to content

Commit

Permalink
Merge pull request #97 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v2.3.1
  • Loading branch information
m0dular authored Aug 3, 2023
2 parents 36b6eb9 + 6233ec5 commit 5f919de
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 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).

## [v2.3.1](https://github.com/puppetlabs/influxdb/tree/v2.3.1) (2023-08-03)

[Full Changelog](https://github.com/puppetlabs/influxdb/compare/v2.3.0...v2.3.1)

### Fixed

- Make use\_system\_store optional in token function [\#95](https://github.com/puppetlabs/influxdb/pull/95) ([m0dular](https://github.com/m0dular))

## [v2.3.0](https://github.com/puppetlabs/influxdb/tree/v2.3.0) (2023-08-02)

[Full Changelog](https://github.com/puppetlabs/influxdb/compare/v2.2.0...v2.3.0)
Expand Down
8 changes: 4 additions & 4 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ Type: Ruby 4.x API

The influxdb::retrieve_token function.

#### `influxdb::retrieve_token(String $uri, String $token_name, String $admin_token_file, Boolean $use_system_store)`
#### `influxdb::retrieve_token(String $uri, String $token_name, String $admin_token_file, Optional[Boolean] $use_system_store)`

The influxdb::retrieve_token function.

Expand All @@ -1037,11 +1037,11 @@ Data type: `String`

##### `use_system_store`

Data type: `Boolean`
Data type: `Optional[Boolean]`



#### `influxdb::retrieve_token(String $uri, String $token_name, Sensitive $admin_token, Boolean $use_system_store)`
#### `influxdb::retrieve_token(String $uri, String $token_name, Sensitive $admin_token, Optional[Boolean] $use_system_store)`

The influxdb::retrieve_token function.

Expand All @@ -1067,7 +1067,7 @@ Data type: `Sensitive`

##### `use_system_store`

Data type: `Boolean`
Data type: `Optional[Boolean]`



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

0 comments on commit 5f919de

Please sign in to comment.