diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ff15d..7abc61f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/REFERENCE.md b/REFERENCE.md index 6f9abef..be69fd4 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -103,9 +103,10 @@ Default value: `'2.1.1'` ##### `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'` diff --git a/metadata.json b/metadata.json index 57a0d68..e49c7e8 100644 --- a/metadata.json +++ b/metadata.json @@ -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",