Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release prep v1.1.0 #35

Merged
merged 1 commit into from
Aug 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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