Skip to content

Commit

Permalink
Merge pull request #19 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v0.3.0
  • Loading branch information
m0dular authored Mar 11, 2022
2 parents edf665c + d489228 commit cdfffc5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [v0.3.0](https://github.com/puppetlabs/influxdb/tree/v0.3.0) (2022-03-11)

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

### Added

- Use token file on disk to fetch tokens [\#17](https://github.com/puppetlabs/influxdb/pull/17) ([m0dular](https://github.com/m0dular))

### Fixed

- Check if token file exists on disk [\#18](https://github.com/puppetlabs/influxdb/pull/18) ([m0dular](https://github.com/m0dular))
- add DSCR to influxdb2 repo [\#16](https://github.com/puppetlabs/influxdb/pull/16) ([MartyEwings](https://github.com/MartyEwings))

## [v0.2.1](https://github.com/puppetlabs/influxdb/tree/v0.2.1) (2022-03-07)

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

The influxdb::retrieve_token function.

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

The influxdb::retrieve_token function.

Expand All @@ -936,13 +936,13 @@ Data type: `String`



##### `admin_token`
##### `token_name`

Data type: `Sensitive[String]`
Data type: `String`



##### `token_name`
##### `admin_token_file`

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

0 comments on commit cdfffc5

Please sign in to comment.