Skip to content

Latest commit

 

History

History
133 lines (75 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

133 lines (75 loc) · 2.51 KB

Changelog

0.12.0

PR#76 - Remove deprecated recommends PR#77 - Add force option for debian to allow upgrades PR#79 - Make telegraf_install idempotent

0.11.0

PR#68 - CI tests/linter fixes PR#69 - change chocolatey and homebrew cookbooks to recommends PR#71 - add possibility for chocolatey options

0.10.0

  • PR#67 - Add support for non amd64 architectures

0.9.2

0.9.1

  • PR#65 - Chef-13 amazon compatibility fix

0.9.0

  • PR#57 - Add Mac OS X install support
  • PR#59 - Parameterize InfluxDB Package Repo URL

0.8.1

  • PR#58 - Fixing :delete action for resource 'telegraf_outputs'
  • PR#60 - Reverse CHANGELOG.md order so the newest releases are at the top

0.8.0

  • PR#49 - Enumerate supported operating systems in metadata.rb
  • PR#50 - Feature/windows support

0.7.0

  • PR#48 - Removing default influxDB output

0.6.0

  • PR#44 - Add tests for input file
  • PR#47 - Change back to toml-rb gem

0.5.0

  • Rename sensitive resource to rootonly as it will raise an exception in Chef13
  • PR#37 - Add delete action to input/output LWRPs
  • PR#40 - Add support for install_type=file
  • PR#43 - Switch from toml-rb to toml gem

0.4.1

  • PR#34 - Allow specifying gem source for toml-rb

0.4.0

  • PR#21 - Fix incorrect config if 'toml-rb' > 0.3.12
  • PR#27 - Default to latest telegraf; only use stable apt repo
  • PR#30 - Add service restart retries
  • Pin toml-rb to '~> 0.3.0'

0.3.5

  • Pin toml-rb to v0.3.12

0.3.4

  • PR#16 - fix installation on Amazon Linux; add tests for ubuntu 15.04 and amazon linux
  • PR#19 - enforce permissions on config files, optionally suppress logging file updates

0.3.3

  • Default to telegraf 0.10.2

0.3.2

  • Bugfix telegraf_inputs chefspec matcher

0.3.1

  • Default to telegraf 0.10.1

0.3.0

  • Add initial support for telegraf 0.10.x

0.2.3

  • Add LICENSE file

0.2.2

  • Merge #12 Allow specifying whether or not to bring in external repository (don-code)

0.2.1

  • Update matchers for chefspec testing

0.2.0

  • Change format for output/plugins to not require a top level name

0.1.5

  • Add sane defaults for plugins/outputs path

0.1.4

  • Add install_version property to install resource to enforce specific telegraf version

0.1.3

  • Add support for multiple outputs/plugins config files

0.1.2

  • Add support for restarting the service when config changes

0.1.1

  • Add source URL to metadata

0.1.0

  • Initial release