Skip to content

Commit 13a597f

Browse files
authored
Merge pull request #41 from puppetlabs/release-prep
Release prep v1.2.0
2 parents 56bddc8 + 853546e commit 13a597f

File tree

3 files changed

+39
-18
lines changed

3 files changed

+39
-18
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
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-
## [v1.1.0](https://github.com/puppetlabs/influxdb/tree/v1.1.0) (2022-08-15)
5+
## [v1.2.0](https://github.com/puppetlabs/influxdb/tree/v1.2.0) (2022-09-26)
6+
7+
[Full Changelog](https://github.com/puppetlabs/influxdb/compare/v1.1.0...v1.2.0)
8+
9+
### Added
10+
11+
- Add support for installing from repository on Debian/Ubuntu [\#40](https://github.com/puppetlabs/influxdb/pull/40) ([m0dular](https://github.com/m0dular))
12+
- add debian repo support [\#37](https://github.com/puppetlabs/influxdb/pull/37) ([SimonHoenscheid](https://github.com/SimonHoenscheid))
13+
- Add options to set custom influxdb repo. [\#36](https://github.com/puppetlabs/influxdb/pull/36) ([SimonHoenscheid](https://github.com/SimonHoenscheid))
14+
15+
## [v1.1.0](https://github.com/puppetlabs/influxdb/tree/v1.1.0) (2022-08-17)
616

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

REFERENCE.md

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,22 @@ The following parameters are available in the `influxdb` class:
6060
* [`ssl_key_file`](#ssl_key_file)
6161
* [`ssl_ca_file`](#ssl_ca_file)
6262
* [`host`](#host)
63-
* [`intial_org`](#intial_org)
64-
* [`intial_bucket`](#intial_bucket)
65-
* [`admin_user`](#admin_user)
66-
* [`admin_pass`](#admin_pass)
67-
* [`token_file`](#token_file)
6863
* [`port`](#port)
6964
* [`initial_org`](#initial_org)
7065
* [`initial_bucket`](#initial_bucket)
66+
* [`admin_user`](#admin_user)
67+
* [`admin_pass`](#admin_pass)
68+
* [`token_file`](#token_file)
69+
* [`repo_gpg_key_id`](#repo_gpg_key_id)
70+
* [`repo_url`](#repo_url)
71+
* [`repo_gpg_key_url`](#repo_gpg_key_url)
7172

7273
##### <a name="manage_repo"></a>`manage_repo`
7374

7475
Data type: `Boolean`
7576

7677
Whether to manage a repository to provide InfluxDB packages. Defaults to true
7778

78-
Default value: ``true``
79-
8079
##### <a name="manage_setup"></a>`manage_setup`
8180

8281
Data type: `Boolean`
@@ -157,11 +156,21 @@ Data type: `String`
157156

158157
fqdn of the host running InfluxDB. Defaults to the fqdn of the local machine
159158

160-
##### <a name="intial_org"></a>`intial_org`
159+
##### <a name="port"></a>`port`
160+
161+
Data type: `Integer`
162+
163+
port of the InfluxDB Service. Defaults to 8086
164+
165+
##### <a name="initial_org"></a>`initial_org`
166+
167+
Data type: `String`
161168

162169
Name of the initial organization to use during initial setup. Defaults to puppetlabs
163170

164-
##### <a name="intial_bucket"></a>`intial_bucket`
171+
##### <a name="initial_bucket"></a>`initial_bucket`
172+
173+
Data type: `String`
165174

166175
Name of the initial bucket to use during initial setup. Defaults to puppet_data
167176

@@ -190,23 +199,25 @@ Note that functions or code run in Puppet server will not be able to use this fi
190199

191200
Default value: `$facts['identity']['user']`
192201

193-
##### <a name="port"></a>`port`
194-
195-
Data type: `Integer`
202+
##### <a name="repo_gpg_key_id"></a>`repo_gpg_key_id`
196203

204+
Data type: `String`
197205

206+
ID of the GPG signing key
198207

199-
##### <a name="initial_org"></a>`initial_org`
208+
##### <a name="repo_url"></a>`repo_url`
200209

201-
Data type: `String`
210+
Data type: `Optional[String]`
202211

212+
URL of the Package repository
203213

214+
Default value: ``undef``
204215

205-
##### <a name="initial_bucket"></a>`initial_bucket`
216+
##### <a name="repo_gpg_key_url"></a>`repo_gpg_key_url`
206217

207218
Data type: `String`
208219

209-
220+
URL of the GPG signing key
210221

211222
### <a name="influxdbprofiletoml"></a>`influxdb::profile::toml`
212223

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

0 commit comments

Comments
 (0)