Skip to content

Latest commit

 

History

History
152 lines (117 loc) · 6.64 KB

CHANGELOG.md

File metadata and controls

152 lines (117 loc) · 6.64 KB

dj-wasabi.telegraf

Below an overview of all changes in the releases.

Version (Release date)

0.12.0 (2019-03-12)

  • Download from influxdb #109
  • Don't override package name unless "latest" #108 (By pull request: matttrach (Thanks!))
  • Adding support for arm64 systems #106 (By pull request: remkade (Thanks!))
  • Use items() instead of iteritems() #104 (By pull request: diego1q2w
  • Fix: ensure apt-cache is updated before install #103 (By pull request: asfaltboy (Thanks!))
  • on FreeBSD the telegeraf.conf is in root of /usr/local/etc. #102 (By pull request: langerma (Thanks!))
  • Some changes for fixing FreeBSD #101
  • basic FreeBSD support #100 (By pull request: langerma (Thanks!))
  • Added the use_proxy argument to use a proxy (or not) #98
  • Various small changes for molecule #97

0.12.0 (2019-03-12)

  • Add support for extra win_perf_counters and prevent python u'' strings #76 (By pull request: jdivy (Thanks!))
  • Fix to work with Fedora Linux #78 (By pull request: ikke-t (Thanks!))
  • Add Yum repo support for Amazon Linux #79 (By pull request: anthonysr-mc (Thanks!))
  • Updating Telegraf default to 1.9.2 #80 (and some to other versions as well) (By pull request: sdurrheimer (Thanks!))
  • [bug] debian - add cache_valid_time #81 (By pull request: pad92 (Thanks!))
  • Fix tagpass and tagdrop #83 (By pull request: jgeusebroek (Thanks!))
  • Remove legacy options #84 (By pull request: jgeusebroek (Thanks!))
  • Add Docker container support #85 (By pull request: jgeusebroek (Thanks!))
  • Added register for installation of packages #86
  • Docker enhancements #88 (By pull request: jgeusebroek (Thanks!))
  • Updated to Telegraf 1.10.0;Different installation methods #93
  • Add processors section in Telegraf config #94 (By pull request: ph4r5h4d (Thanks!))

0.11.0 (2018-12-11)

  • Added support for plugins being managed exclusively by this playbook #60 (By pull request: gaizeror (Thanks!))
  • Pin apt key ID #61 (By pull request: tszym (Thanks!))
  • Wen copying/removing plugins show only plugin name #62 (By pull request: mprasil (Thanks!))
  • Using base ci requirements.txt #64
  • telegraf-extra-plugin.conf.j2: fix template typo #65 (By pull request: gaelL (Thanks!))
  • Some small improvements #66
  • Want to use latest #67
  • Added Windows as OS #68
  • Added support for (Open)Suse #69
  • Added default pluging if nothing is configured #70
  • Replace 'ec2_facts' with 'ec2_metadata_facts' to fix a deprecation warning #72 (By pull request: Rylon (Thanks!))
  • A few enhancements and fixes to windows support #73 (By pull request: jdivy (Thanks!))
  • Renamed the tojson to to_json #74

0.10.0 (2018-08-12)

  • Updating to telegraf 1.7.3
  • Fix Deprecation warnings #54
  • Changed 'include' to 'include_tasks' to remove deprecation warning #53 (By pull request: tjend (Thanks!))
  • Add option to remove extra plugin config files #52 (By pull request: tjend (Thanks!))
  • Plugins extra hash allow multiple inputs same type #50 (By pull request: tjend (Thanks!))
  • Using specific version for tests
  • Update minimum Ansible version to 2.4

0.9.0 (2018-05-06)

  • plugins: be able to specify the filename of extra plugings #40 (By pull request: gaelL (Thanks!))
  • Fix markdown #41 (By pull request: Angristan (Thanks!))
  • Allow to override RedHat release version #43 (By pull request: tszym (Thanks!))
  • Improved comments, split up role, moved tags and added defaults #45 (By pull request: boxrick (Thanks!))
  • Fix Travis Tests #42
  • Convert the telegraf_plugins_extra varaible to a hash so that we can … #46 (By pull request: tjend (Thanks!))

0.8.0 (2017-10-30)

  • Updating to Molecule V2
  • Test if LSB codename exists before using it #35 (By pull request: tszym (Thanks!))
  • Remove useless packages on RedHat. fix #28 #36 (By pull request: tszym (Thanks!))
  • Fix extra plugins by file / Change apt source filename / Change tags by global_tags #37 (By pull request: aarnaud (Thanks!))
  • Use telegra_global_tags for oldest telegraf versions #38 (By pull request: tszym (Thanks!))

0.7.0 (2017-02-23)

  • Replace action by modules #26 (By pull request: tszym (Thanks!))
  • Use yum repository to install telegraf on RedHat #25 (By pull request: tszym (Thanks!))
  • Remove for-loop in extra-plugin template #24 (By pull request: emersondispatch (Thanks!))
  • Update Debian.yml #23 (By pull request: zend0 (Thanks!))
  • extra plugins tags #21 (By pull request: oboukili (Thanks!))
  • Input tags support #20 (By pull request: szibis (Thanks!))
  • Fix telegraf confguration permissions #19 (By pull request: szibis (Thanks!))

0.6.0 (2017-01-02)

  • Fix the Influxdb repo for "hybrid" debian distros (like "jessie/sid") #9 (By pull request: Ismael (Thanks!))
  • Do "become" for the steps that require root access on Debian #10 (By pull request: Ismael (Thanks!))
  • Fix the Influxdb repo for "hybrid" debian distros (like "jessie/sid") #11 (By pull request: Ismael (Thanks!))
  • Removed imports #12
  • Fixing molecule #15
  • set telegraf hostname in defaults. #13 (By pull request: romainbureau (Thanks!))
  • use version_compare filter … #14 (By pull request: lhoss (Thanks!))
  • support missing agent settings upto telegraf v1.1 #16 (By pull request: lhoss (Thanks!))
  • update the README with the latest v0.13 - v1.1 agent settings #17 (By pull request: lhoss (Thanks!))

0.5.1 (2016-08-24)

  • fixed issue with ansible not getting the package #6 (By pull request: thecodeassassin (Thanks!))

0.5.0 (2016-07-17)

  • Removed Test Kitchen tests
  • Added Molecule tests and travis make use of them
  • Updated default version to 1.0.0 beta2
  • Feature/add extra plugins to telegrafd folder #5 (By pull request: stvnwrgs (Thanks!))

0.4.0 (2016-02-05)

  • Fixed test for test-kitchen
  • Added travis-ci test for testing default installation when PR is made
  • Fixed Download url for Debian
  • Removed default entry for telegraf_plugins_extra

0.3.0 (2016-01-13)

  • Made it work with telegraf 0.10.0
  • Default installation: 0.10.0

0.2.0 (2015-11-14)

  • Fixed kitchen test setup
  • Adding "net" to the telegraf_plugins_default property
  • Update etc-opt-telegraf-telegraf.conf.j2 #2 (By pull request: aferrari-technisys (Thanks!))
  • Improvement and upgrade for v0.2.0 of telegraf #1 (By pull request: aferrari-technisys (Thanks!))

0.1.0 (2015-09-23)

  • Updated telegraf_agent_version to 0.1.9
  • Added restart when package is changed (When updated for example)
  • Added several plugin options:
    • pass
    • drop
    • tagpass
    • tagdrop
    • interval
  • Updated documentation

0.0.2 (2015-09-20)

  • Updated README dus to missing colon
  • Forgot to update the meta file
  • Added Changelog file

0.0.1 (2015-09-20)

  • Initial release