Skip to content

Commit f7e0853

Browse files
committed
Release
1 parent 9cc73c5 commit f7e0853

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: manala
99
name: roles
1010

1111
# The version of the collection. Must be compatible with semantic versioning
12-
version: 0.1.13
12+
version: 0.1.15
1313

1414
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515
readme: README_COLLECTION.md

roles/telegraf/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## [2.0.3] - 2020-01-09
10+
### Added
11+
- Fix typo in template "input_docker"
12+
13+
## [2.0.2] - 2020-01-09
814
### Added
915
- Configs template "input_docker"
1016

roles/telegraf/templates/configs/input_docker.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Docker Endpoint
88
## To use TCP, set endpoint = "tcp://[ip]:[port]"
99
## To use environment variables (ie, docker-machine), set endpoint = "ENV"
10-
{{ macros.config_row(config, 'endpoint', 'endpoint = "unix:///var/run/docker.sock', 0, true) }}
10+
{{ macros.config_row(config, 'endpoint', 'endpoint = "unix:///var/run/docker.sock"', 0, true) }}
1111

1212
## Set to true to collect Swarm metrics(desired_replicas, running_replicas)
1313
## Note: configure this in one of the manager nodes in a Swarm cluster.

0 commit comments

Comments
 (0)