Skip to content

Commit

Permalink
Merge pull request #94 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v2.3.0
  • Loading branch information
m0dular authored Aug 2, 2023
2 parents bad09ab + 86ae00e commit b2201e1
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 3 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.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)

### Added

- \(SUP-4373-system\_store\) Add CA bundle option [\#93](https://github.com/puppetlabs/influxdb/pull/93) ([m0dular](https://github.com/m0dular))

## [v2.2.0](https://github.com/puppetlabs/influxdb/tree/v2.2.0) (2023-07-25)

[Full Changelog](https://github.com/puppetlabs/influxdb/compare/v2.1.0...v2.2.0)
Expand Down
67 changes: 65 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The following parameters are available in the `influxdb` class:
* [`archive_source`](#archive_source)
* [`use_ssl`](#use_ssl)
* [`manage_ssl`](#manage_ssl)
* [`use_system_store`](#use_system_store)
* [`ssl_cert_file`](#ssl_cert_file)
* [`ssl_key_file`](#ssl_key_file)
* [`ssl_ca_file`](#ssl_ca_file)
Expand Down Expand Up @@ -125,6 +126,14 @@ Whether to manage the SSL bundle for https connections. Defaults to true.

Default value: ``true``

##### <a name="use_system_store"></a>`use_system_store`

Data type: `Boolean`

Whether to use the system store for SSL connections. Defaults to false.

Default value: ``false``

##### <a name="ssl_cert_file"></a>`ssl_cert_file`

Data type: `String`
Expand Down Expand Up @@ -366,6 +375,12 @@ Whether to enable SSL for the InfluxDB service

Default value: `true`

##### `use_system_store`

Data type: `Boolean`

Whether to use the system store for SSL connections

##### `user`

Data type: `Optional[String]`
Expand Down Expand Up @@ -475,6 +490,12 @@ Whether to enable SSL for the InfluxDB service

Default value: `true`

##### `use_system_store`

Data type: `Boolean`

Whether to use the system store for SSL connections

### <a name="influxdb_dbrp"></a>`influxdb_dbrp`

This type provides the ability to manage InfluxDB dbrps
Expand Down Expand Up @@ -570,6 +591,12 @@ Whether to enable SSL for the InfluxDB service

Default value: `true`

##### `use_system_store`

Data type: `Boolean`

Whether to use the system store for SSL connections

### <a name="influxdb_label"></a>`influxdb_label`

Manages labels in InfluxDB
Expand Down Expand Up @@ -649,6 +676,12 @@ Whether to enable SSL for the InfluxDB service

Default value: `true`

##### `use_system_store`

Data type: `Boolean`

Whether to use the system store for SSL connections

### <a name="influxdb_org"></a>`influxdb_org`

Manages organizations in InfluxDB
Expand Down Expand Up @@ -727,6 +760,12 @@ Whether to enable SSL for the InfluxDB service

Default value: `true`

##### `use_system_store`

Data type: `Boolean`

Whether to use the system store for SSL connections

### <a name="influxdb_setup"></a>`influxdb_setup`

Manages initial setup of InfluxDB. It is recommended to use the influxdb::install class instead of this resource directly.
Expand Down Expand Up @@ -810,6 +849,12 @@ Whether to enable SSL for the InfluxDB service

Default value: `true`

##### `use_system_store`

Data type: `Boolean`

Whether to use the system store for SSL connections

##### `username`

Data type: `String`
Expand Down Expand Up @@ -916,6 +961,12 @@ Whether to enable SSL for the InfluxDB service

Default value: `true`

##### `use_system_store`

Data type: `Boolean`

Whether to use the system store for SSL connections

## Functions

### <a name="influxdbfrom_toml"></a>`influxdb::from_toml`
Expand Down Expand Up @@ -960,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)`
#### `influxdb::retrieve_token(String $uri, String $token_name, String $admin_token_file, Boolean $use_system_store)`

The influxdb::retrieve_token function.

Expand All @@ -984,7 +1035,13 @@ Data type: `String`



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

Data type: `Boolean`



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

The influxdb::retrieve_token function.

Expand All @@ -1008,6 +1065,12 @@ Data type: `Sensitive`



##### `use_system_store`

Data type: `Boolean`



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

0 comments on commit b2201e1

Please sign in to comment.