Skip to content

Releases: bdangit/chef-influxdb

5.1.0

12 Dec 07:21
Compare
Choose a tag to compare
  • [minor] add ability to renew continuous query record if it exist by option
    rewrite in lwrp (contributed by @cyberflow)
  • [patch] fix #133 that prevented latest versions of influxdb to be installed
    installs of influxdb (contributed by @cyberflow)
  • [patch] clean up rubocop #136

5.0.3

06 Nov 10:31
Compare
Choose a tag to compare
  • [patch] Pass force options to package install to enable upgrades (contributed by @eheydrick)
  • [patch] install InfluxDB 1.0.2 (contributed by @eheydrick)

5.0.2

07 Oct 02:07
Compare
Choose a tag to compare
  • [patch] handle InfluxDB::Error when auth enabled without admin user
    (contributed by @jschnare)

5.0.1

29 Sep 12:16
Compare
Choose a tag to compare
  • [patch] relax apt and yum dependencies (contributed by @dpattmann)

5.0.0

28 Sep 23:49
Compare
Choose a tag to compare
  • [major] Support for 1.0.x which is not backward compatible
  • [major] Updated apt cookbook pin to ~> 4.0
  • [major] Updated yum cookbook pin to ~> 4.0
  • [minor] Reduce number of TK Cases to 12.1, 12.7 and 12.14.
  • [patch] removed specific branch used for compat_resource

4.4.1

13 Sep 06:01
Compare
Choose a tag to compare
  • Add steps to cut release
  • Fix invalid property type 'nil' in continuous query options (contributed by @kentarosasaki)

4.4.0

09 Sep 04:55
Compare
Choose a tag to compare
  • Added support for file install type (contributed by @chrisduong)
  • Added extra continuous query options (contributed by @cyberflow)
  • Make docker default driver for Test Kitchen

4.2.0

07 May 21:28
Compare
Choose a tag to compare
  • Added influxdb_install resource (contributed by @majormoses)

4.0.1

28 Jan 17:13
Compare
Choose a tag to compare
  • License update from Apache 2.0 to MIT
    • transfer of ownership

4.0.0

22 Jan 15:24
Compare
Choose a tag to compare
  • Support for RHEL
  • Support for Chef-Client 12.1+
  • Support 0.9.5+
  • Added ChefSpec Matchers
  • Use toml-rb instead of toml