- [major] Removed support for 12.1 thru 12.4.
- [minor] Fix install of influxdb
node['influxdb']['include_repository']
was getting set tonil
even though custom resourceinfluxdb_install
setinclude_repository
default to false. To fix needed to set the node attribute to be set properly- fixed rubocop styling
- fixed foodcritic lints
- updated kitchen to test for Chef 13
- updated wercker profile to use latest and greatest chefdk
- [patch] Use
Generator
class instead ofdump
method for config generation #143 (contributed by @ton31337)- We are no longer using
toml-rb
and instead usetoml
- We are no longer using
- [patch] notifying influxes service after config change #140 (contributed by @nilroy)
- [patch] Add a
rake publish
target
- [minor] Add SSL support for API-based resources (contributed by @kjschnei001)
- [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
- [patch] Pass force options to package install to enable upgrades (contributed by @eheydrick)
- [patch] install InfluxDB 1.0.2 (contributed by @eheydrick)
- [patch] handle InfluxDB::Error when auth enabled without admin user (contributed by @jschnare)
- [patch] relax apt and yum dependencies (contributed by @dpattmann)
- [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
- Add steps to cut release
- Fix invalid property type 'nil' in continuous query options (contributed by @kentarosasaki)
- Added support for file install type (contributed by @chrisduong)
- Added extra continuous query options (contributed by @cyberflow)
- Make docker default driver for Test Kitchen
- Added influxdb_continuous_query (contributed by @cyberflow)
- Added influxdb_install resource (contributed by @majormoses)
- Updated attributes to support Influxdb 0.10.0
- Set default resource actions (:create is default)
- Fixed support for Chef-Client 12.6
- Fixed rubocop styling
- Added functional test to check restarts service restarts on config change
- License update from Apache 2.0 to MIT
- transfer of ownership
- Support for RHEL
- Support for Chef-Client 12.1+
- Support 0.9.5+
- Added ChefSpec Matchers
- Use toml-rb instead of toml
- Update to influxdb gem 0.2.x, which is not backwards compatible (contributed by @cmjosh)
- Add :stop action, remove :delete action from influxdb resource (contributed by @alvaromorales)
- Allow configuration options for databases (contributed by @wosc)
- Enable custom version of influxdb gem (contributed by @kri5)
- Support for 0.9.x release of InfluxDB (contributed by @rberger)
- Move influxdb resource actions to an attribute (contributed by @directionless)
- Update default config for 0.8.5 and up (contributed by @tjwallace)
- Update checksums for 0.8.6 (contributed by @tjwallace)
- Touch logfile if it does not exist (contributed by @odolbeau)
- Updated
latest
checksum to be accurate (contributed by @nomadium)
- Added
dbadmin
parameter toinfluxdb_user
, allowing granular control of which users are admins for which databases (contributed by @BarthV)
- User and admin deletion now idempotent (contributed by @flowboard)
- Multiple style and testing updates (contribued by @odolbeau)
- Default logfile path is now the Debian package default (contributed by @masarakki)
- Fixed typo in cluster admin check per InfluxDB 0.6.0 (contributed by @Chelo)