Skip to content

Commit

Permalink
Merge pull request #35 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v1.1.0
  • Loading branch information
m0dular authored Aug 17, 2022
2 parents 7fe8b8b + cc192c5 commit eaa6d2d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

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).

## [v1.0.0](https://github.com/puppetlabs/influxdb/tree/v1.0.0) (2022-04-30)
## [v1.1.0](https://github.com/puppetlabs/influxdb/tree/v1.1.0) (2022-08-15)

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

### Added

- \(SUP-3557\) Add spec tests for the main class [\#32](https://github.com/puppetlabs/influxdb/pull/32) ([m0dular](https://github.com/m0dular))
- provide an option to disable installing from source [\#29](https://github.com/puppetlabs/influxdb/pull/29) ([vchepkov](https://github.com/vchepkov))

## [v1.0.0](https://github.com/puppetlabs/influxdb/tree/v1.0.0) (2022-05-02)

[Full Changelog](https://github.com/puppetlabs/influxdb/compare/v0.3.0...v1.0.0)

Expand Down
5 changes: 3 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,10 @@ Default value: `'2.1.1'`

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

Data type: `String`
Data type: `Variant[String,Boolean[false]]`

URL containing an InfluxDB archive if not installing from a repository. Defaults to version 2-2.1.1 on amd64 architechture.
URL containing an InfluxDB archive if not installing from a repository or false to disable installing from source.
Defaults to version 2-2.1.1 on amd64 architechture.

Default value: `'https://dl.influxdata.com/influxdb/releases/influxdb2-2.1.1-linux-amd64.tar.gz'`

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

0 comments on commit eaa6d2d

Please sign in to comment.