6.3.1 (2018-11-16)
Merged pull requests:
- fix typo: influxdb retention_policies attr name #174 (Wing924)
- Add missing new_resource prefixes #173 (maoe)
6.3.0 (2018-10-26)
Merged pull requests:
- Update changelog for 6.3.0 #172 (bdangit)
- add support to configure shard_duration to retention_policy resource #170 (kjschnei001)
6.2.0 (2018-06-17)
Closed issues:
- constant Custom resource influxdb_admin from cookbook influxdb::InfluxDB #164
- Activate http-auth security #163
Merged pull requests:
- bump version #169 (bdangit)
- Fix foodcritic lints #168 (bdangit)
- update to latest chefdk and ubuntu 16.04 #166 (bdangit)
- fix cookbook for Chef 14 - prefix new_resource #165 (jtimberman)
6.1.3 (2017-10-10)
Fixed bugs:
- Make 'retry' argument of InfluxDB::Client configurable #150
Merged pull requests:
- bump version #162 (bdangit)
- Make retry configurable #161 (bdangit)
- update release notes with publish step #160 (bdangit)
6.1.2 (2017-10-10)
Merged pull requests:
- bump version and update typos #159 (bdangit)
- update release notes #158 (bdangit)
- adding steps to release #157 (bdangit)
6.1.1 (2017-10-09)
Merged pull requests:
6.1.0 (2017-10-06)
Closed issues:
- No candidate version available for influxdb #144
Merged pull requests:
- need to add this gem #154 (bdangit)
- Bump 6.1.0 #153 (bdangit)
- Use
github-changelog-generator
to help with this mundane task #152 (bdangit) - ability to install InfluxDB Enterprise packages #151 (anatolijd)
- Update to support latest toml-rb 1.0.0 gem #148 (igorfraa)
- [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)
* This Change Log was automatically generated by github_changelog_generator