mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Updated CHANGELOG; added Gemfile.lock; Added aferrari-technisys as contributor
This commit is contained in:
@ -5,6 +5,13 @@ Below an overview of all changes in the releases.
|
|||||||
|
|
||||||
Version (Release date)
|
Version (Release date)
|
||||||
|
|
||||||
|
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)
|
0.1.0 (2015-09-23)
|
||||||
|
|
||||||
* Updated `telegraf_agent_version` to 0.1.9
|
* Updated `telegraf_agent_version` to 0.1.9
|
||||||
|
41
Gemfile.lock
Normal file
41
Gemfile.lock
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
specs:
|
||||||
|
faraday (0.9.2)
|
||||||
|
multipart-post (>= 1.2, < 3)
|
||||||
|
highline (1.7.8)
|
||||||
|
kitchen-ansible (0.0.30)
|
||||||
|
librarian-ansible
|
||||||
|
test-kitchen
|
||||||
|
kitchen-docker (2.3.0)
|
||||||
|
test-kitchen (>= 1.0.0)
|
||||||
|
librarian (0.1.2)
|
||||||
|
highline
|
||||||
|
thor (~> 0.15)
|
||||||
|
librarian-ansible (1.0.6)
|
||||||
|
faraday
|
||||||
|
librarian (~> 0.1.0)
|
||||||
|
mixlib-shellout (2.2.3)
|
||||||
|
multipart-post (2.0.0)
|
||||||
|
net-scp (1.2.1)
|
||||||
|
net-ssh (>= 2.6.5)
|
||||||
|
net-ssh (2.9.2)
|
||||||
|
safe_yaml (1.0.4)
|
||||||
|
test-kitchen (1.4.2)
|
||||||
|
mixlib-shellout (>= 1.2, < 3.0)
|
||||||
|
net-scp (~> 1.1)
|
||||||
|
net-ssh (~> 2.7, < 2.10)
|
||||||
|
safe_yaml (~> 1.0)
|
||||||
|
thor (~> 0.18)
|
||||||
|
thor (0.19.1)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
ruby
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
kitchen-ansible
|
||||||
|
kitchen-docker
|
||||||
|
test-kitchen
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.10.6
|
Reference in New Issue
Block a user