Skip to content

Commit cdfffc5

Browse files
authored
Merge pull request #19 from puppetlabs/release-prep
Release prep v0.3.0
2 parents edf665c + d489228 commit cdfffc5

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [v0.3.0](https://github.com/puppetlabs/influxdb/tree/v0.3.0) (2022-03-11)
6+
7+
[Full Changelog](https://github.com/puppetlabs/influxdb/compare/v0.2.1...v0.3.0)
8+
9+
### Added
10+
11+
- Use token file on disk to fetch tokens [\#17](https://github.com/puppetlabs/influxdb/pull/17) ([m0dular](https://github.com/m0dular))
12+
13+
### Fixed
14+
15+
- Check if token file exists on disk [\#18](https://github.com/puppetlabs/influxdb/pull/18) ([m0dular](https://github.com/m0dular))
16+
- add DSCR to influxdb2 repo [\#16](https://github.com/puppetlabs/influxdb/pull/16) ([MartyEwings](https://github.com/MartyEwings))
17+
518
## [v0.2.1](https://github.com/puppetlabs/influxdb/tree/v0.2.1) (2022-03-07)
619

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

REFERENCE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ Type: Ruby 4.x API
924924

925925
The influxdb::retrieve_token function.
926926

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

929929
The influxdb::retrieve_token function.
930930

@@ -936,13 +936,13 @@ Data type: `String`
936936

937937

938938

939-
##### `admin_token`
939+
##### `token_name`
940940

941-
Data type: `Sensitive[String]`
941+
Data type: `String`
942942

943943

944944

945-
##### `token_name`
945+
##### `admin_token_file`
946946

947947
Data type: `String`
948948

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-influxdb",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"author": "Adrian Parreiras Horta",
55
"summary": "Installs and configures InfluxDB 2",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)