Skip to content

Commit 5c8b613

Browse files
authored
Merge pull request #85 from puppetlabs/release-prep
Release prep v2.1.0
2 parents b2954e8 + e9eef0d commit 5c8b613

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [v2.1.0](https://github.com/puppetlabs/influxdb/tree/v2.1.0) (2023-05-26)
6+
7+
[Full Changelog](https://github.com/puppetlabs/influxdb/compare/v2.0.0...v2.1.0)
8+
9+
### Added
10+
11+
- Provider updates [\#66](https://github.com/puppetlabs/influxdb/pull/66) ([h0tw1r3](https://github.com/h0tw1r3))
12+
13+
### Fixed
14+
15+
- \(SUP-4274\) Swapped legacy fact fqdn for networking.fqdn [\#84](https://github.com/puppetlabs/influxdb/pull/84) ([MartyEwings](https://github.com/MartyEwings))
16+
- Fix Errno::EACCES typo [\#82](https://github.com/puppetlabs/influxdb/pull/82) ([m0dular](https://github.com/m0dular))
17+
- \(SUP-4215\) Add creates param to archive resource [\#81](https://github.com/puppetlabs/influxdb/pull/81) ([m0dular](https://github.com/m0dular))
18+
519
## [v2.0.0](https://github.com/puppetlabs/influxdb/tree/v2.0.0) (2023-04-27)
620

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

REFERENCE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,12 @@ Whether the token should be present or absent on the target system.
300300

301301
Default value: `present`
302302

303+
##### `force`
304+
305+
Data type: `Boolean`
306+
307+
Recreate resource if immutable property changes
308+
303309
##### `host`
304310

305311
Data type: `Optional[String]`
@@ -978,6 +984,30 @@ Data type: `String`
978984

979985

980986

987+
#### `influxdb::retrieve_token(String $uri, String $token_name, Sensitive $admin_token)`
988+
989+
The influxdb::retrieve_token function.
990+
991+
Returns: `Any`
992+
993+
##### `uri`
994+
995+
Data type: `String`
996+
997+
998+
999+
##### `token_name`
1000+
1001+
Data type: `String`
1002+
1003+
1004+
1005+
##### `admin_token`
1006+
1007+
Data type: `Sensitive`
1008+
1009+
1010+
9811011
### <a name="influxdbto_toml"></a>`influxdb::to_toml`
9821012

9831013
Type: Ruby 4.x API

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": "2.0.0",
3+
"version": "2.1.0",
44
"author": "Adrian Parreiras Horta",
55
"summary": "Installs and configures InfluxDB 2",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)