Skip to content

Commit

Permalink
Merge pull request #85 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v2.1.0
  • Loading branch information
m0dular authored May 26, 2023
2 parents b2954e8 + e9eef0d commit 5c8b613
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.1.0](https://github.com/puppetlabs/influxdb/tree/v2.1.0) (2023-05-26)

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

### Added

- Provider updates [\#66](https://github.com/puppetlabs/influxdb/pull/66) ([h0tw1r3](https://github.com/h0tw1r3))

### Fixed

- \(SUP-4274\) Swapped legacy fact fqdn for networking.fqdn [\#84](https://github.com/puppetlabs/influxdb/pull/84) ([MartyEwings](https://github.com/MartyEwings))
- Fix Errno::EACCES typo [\#82](https://github.com/puppetlabs/influxdb/pull/82) ([m0dular](https://github.com/m0dular))
- \(SUP-4215\) Add creates param to archive resource [\#81](https://github.com/puppetlabs/influxdb/pull/81) ([m0dular](https://github.com/m0dular))

## [v2.0.0](https://github.com/puppetlabs/influxdb/tree/v2.0.0) (2023-04-27)

[Full Changelog](https://github.com/puppetlabs/influxdb/compare/v1.6.0...v2.0.0)
Expand Down
30 changes: 30 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,12 @@ Whether the token should be present or absent on the target system.

Default value: `present`

##### `force`

Data type: `Boolean`

Recreate resource if immutable property changes

##### `host`

Data type: `Optional[String]`
Expand Down Expand Up @@ -978,6 +984,30 @@ Data type: `String`



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

The influxdb::retrieve_token function.

Returns: `Any`

##### `uri`

Data type: `String`



##### `token_name`

Data type: `String`



##### `admin_token`

Data type: `Sensitive`



### <a name="influxdbto_toml"></a>`influxdb::to_toml`

Type: Ruby 4.x API
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.0.0",
"version": "2.1.0",
"author": "Adrian Parreiras Horta",
"summary": "Installs and configures InfluxDB 2",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5c8b613

Please sign in to comment.