Skip to content

Commit f0357b7

Browse files
committed
CHANGELOG formatting update
put all 1.0 beta releases into a single 1.0 release manifest also add #1586 change
1 parent 9d3ad63 commit f0357b7

File tree

1 file changed

+35
-75
lines changed

1 file changed

+35
-75
lines changed

CHANGELOG.md

Lines changed: 35 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
## v1.0 [unreleased]
22

3-
### Features
4-
5-
- [#1413](https://github.com/influxdata/telegraf/issues/1413): Separate container_version from container_image tag.
6-
- [#1525](https://github.com/influxdata/telegraf/pull/1525): Support setting per-device and total metrics for Docker network and blockio.
7-
- [#1466](https://github.com/influxdata/telegraf/pull/1466): MongoDB input plugin: adding per DB stats from db.stats()
8-
9-
### Bugfixes
10-
11-
- [#1519](https://github.com/influxdata/telegraf/pull/1519): Fix error race conditions and partial failures.
12-
- [#1477](https://github.com/influxdata/telegraf/issues/1477): nstat: fix inaccurate config panic.
13-
- [#1481](https://github.com/influxdata/telegraf/issues/1481): jolokia: fix handling multiple multi-dimensional attributes.
14-
- [#1430](https://github.com/influxdata/telegraf/issues/1430): Fix prometheus character sanitizing. Sanitize more win_perf_counters characters.
15-
- [#1534](https://github.com/influxdata/telegraf/pull/1534): Add diskio io_time to FreeBSD & report timing metrics as ms (as linux does).
16-
- [#1379](https://github.com/influxdata/telegraf/issues/1379): Fix covering Amazon Linux for post remove flow.
17-
- [#1584](https://github.com/influxdata/telegraf/issues/1584): procstat missing fields: read/write bytes & count
18-
19-
## v1.0 beta 3 [2016-07-18]
20-
213
### Release Notes
224

235
**Breaking Change**: Aerospike main server node measurements have been renamed
@@ -50,8 +32,15 @@ should now look like:
5032
path = "/"
5133
```
5234

35+
- `flush_jitter` behavior has been changed. The random jitter will now be
36+
evaluated at every flush interval, rather than once at startup. This makes it
37+
consistent with the behavior of `collection_jitter`.
38+
5339
### Features
5440

41+
- [#1413](https://github.com/influxdata/telegraf/issues/1413): Separate container_version from container_image tag.
42+
- [#1525](https://github.com/influxdata/telegraf/pull/1525): Support setting per-device and total metrics for Docker network and blockio.
43+
- [#1466](https://github.com/influxdata/telegraf/pull/1466): MongoDB input plugin: adding per DB stats from db.stats()
5544
- [#1503](https://github.com/influxdata/telegraf/pull/1503): Add tls support for certs to RabbitMQ input plugin
5645
- [#1289](https://github.com/influxdata/telegraf/pull/1289): webhooks input plugin. Thanks @francois2metz and @cduez!
5746
- [#1247](https://github.com/influxdata/telegraf/pull/1247): rollbar webhook plugin.
@@ -66,9 +55,36 @@ should now look like:
6655
- [#1434](https://github.com/influxdata/telegraf/pull/1434): Add measurement name arg to logparser plugin.
6756
- [#1479](https://github.com/influxdata/telegraf/pull/1479): logparser: change resp_code from a field to a tag.
6857
- [#1411](https://github.com/influxdata/telegraf/pull/1411): Implement support for fetching hddtemp data
58+
- [#1340](https://github.com/influxdata/telegraf/issues/1340): statsd: do not log every dropped metric.
59+
- [#1368](https://github.com/influxdata/telegraf/pull/1368): Add precision rounding to all metrics on collection.
60+
- [#1390](https://github.com/influxdata/telegraf/pull/1390): Add support for Tengine
61+
- [#1320](https://github.com/influxdata/telegraf/pull/1320): Logparser input plugin for parsing grok-style log patterns.
62+
- [#1397](https://github.com/influxdata/telegraf/issues/1397): ElasticSearch: now supports connecting to ElasticSearch via SSL
63+
- [#1262](https://github.com/influxdata/telegraf/pull/1261): Add graylog input pluging.
64+
- [#1294](https://github.com/influxdata/telegraf/pull/1294): consul input plugin. Thanks @harnash
65+
- [#1164](https://github.com/influxdata/telegraf/pull/1164): conntrack input plugin. Thanks @robinpercy!
66+
- [#1165](https://github.com/influxdata/telegraf/pull/1165): vmstat input plugin. Thanks @jshim-xm!
67+
- [#1208](https://github.com/influxdata/telegraf/pull/1208): Standardized AWS credentials evaluation & wildcard CloudWatch dimensions. Thanks @johnrengelman!
68+
- [#1264](https://github.com/influxdata/telegraf/pull/1264): Add SSL config options to http_response plugin.
69+
- [#1272](https://github.com/influxdata/telegraf/pull/1272): graphite parser: add ability to specify multiple tag keys, for consistency with influxdb parser.
70+
- [#1265](https://github.com/influxdata/telegraf/pull/1265): Make dns lookups for chrony configurable. Thanks @zbindenren!
71+
- [#1275](https://github.com/influxdata/telegraf/pull/1275): Allow wildcard filtering of varnish stats.
72+
- [#1142](https://github.com/influxdata/telegraf/pull/1142): Support for glob patterns in exec plugin commands configuration.
73+
- [#1278](https://github.com/influxdata/telegraf/pull/1278): RabbitMQ input: made url parameter optional by using DefaultURL (http://localhost:15672) if not specified
74+
- [#1197](https://github.com/influxdata/telegraf/pull/1197): Limit AWS GetMetricStatistics requests to 10 per second.
75+
- [#1278](https://github.com/influxdata/telegraf/pull/1278) & [#1288](https://github.com/influxdata/telegraf/pull/1288) & [#1295](https://github.com/influxdata/telegraf/pull/1295): RabbitMQ/Apache/InfluxDB inputs: made url(s) parameter optional by using reasonable input defaults if not specified
76+
- [#1296](https://github.com/influxdata/telegraf/issues/1296): Refactor of flush_jitter argument.
77+
- [#1213](https://github.com/influxdata/telegraf/issues/1213): Add inactive & active memory to mem plugin.
6978

7079
### Bugfixes
7180

81+
- [#1519](https://github.com/influxdata/telegraf/pull/1519): Fix error race conditions and partial failures.
82+
- [#1477](https://github.com/influxdata/telegraf/issues/1477): nstat: fix inaccurate config panic.
83+
- [#1481](https://github.com/influxdata/telegraf/issues/1481): jolokia: fix handling multiple multi-dimensional attributes.
84+
- [#1430](https://github.com/influxdata/telegraf/issues/1430): Fix prometheus character sanitizing. Sanitize more win_perf_counters characters.
85+
- [#1534](https://github.com/influxdata/telegraf/pull/1534): Add diskio io_time to FreeBSD & report timing metrics as ms (as linux does).
86+
- [#1379](https://github.com/influxdata/telegraf/issues/1379): Fix covering Amazon Linux for post remove flow.
87+
- [#1584](https://github.com/influxdata/telegraf/issues/1584): procstat missing fields: read/write bytes & count
7288
- [#1472](https://github.com/influxdata/telegraf/pull/1472): diskio input plugin: set 'skip_serial_number = true' by default to avoid high cardinality.
7389
- [#1426](https://github.com/influxdata/telegraf/pull/1426): nil metrics panic fix.
7490
- [#1384](https://github.com/influxdata/telegraf/pull/1384): Fix datarace in apache input plugin.
@@ -87,70 +103,13 @@ should now look like:
87103
- [#1418](https://github.com/influxdata/telegraf/issues/1418): logparser: error and exit on file permissions/missing errors.
88104
- [#1499](https://github.com/influxdata/telegraf/pull/1499): Make the user able to specify full path for HAproxy stats
89105
- [#1521](https://github.com/influxdata/telegraf/pull/1521): Fix Redis url, an extra "tcp://" was added.
90-
91-
## v1.0 beta 2 [2016-06-21]
92-
93-
### Features
94-
95-
- [#1340](https://github.com/influxdata/telegraf/issues/1340): statsd: do not log every dropped metric.
96-
- [#1368](https://github.com/influxdata/telegraf/pull/1368): Add precision rounding to all metrics on collection.
97-
- [#1390](https://github.com/influxdata/telegraf/pull/1390): Add support for Tengine
98-
- [#1320](https://github.com/influxdata/telegraf/pull/1320): Logparser input plugin for parsing grok-style log patterns.
99-
- [#1397](https://github.com/influxdata/telegraf/issues/1397): ElasticSearch: now supports connecting to ElasticSearch via SSL
100-
101-
### Bugfixes
102-
103106
- [#1330](https://github.com/influxdata/telegraf/issues/1330): Fix exec plugin panic when using single binary.
104107
- [#1336](https://github.com/influxdata/telegraf/issues/1336): Fixed incorrect prometheus metrics source selection.
105108
- [#1112](https://github.com/influxdata/telegraf/issues/1112): Set default Zookeeper chroot to empty string.
106109
- [#1335](https://github.com/influxdata/telegraf/issues/1335): Fix overall ping timeout to be calculated based on per-ping timeout.
107110
- [#1374](https://github.com/influxdata/telegraf/pull/1374): Change "default" retention policy to "".
108111
- [#1377](https://github.com/influxdata/telegraf/issues/1377): Graphite output mangling '%' character.
109112
- [#1396](https://github.com/influxdata/telegraf/pull/1396): Prometheus input plugin now supports x509 certs authentication
110-
111-
## v1.0 beta 1 [2016-06-07]
112-
113-
### Release Notes
114-
115-
- `flush_jitter` behavior has been changed. The random jitter will now be
116-
evaluated at every flush interval, rather than once at startup. This makes it
117-
consistent with the behavior of `collection_jitter`.
118-
119-
- All AWS plugins now utilize a standard mechanism for evaluating credentials.
120-
This allows all AWS plugins to support environment variables, shared credential
121-
files & profiles, and role assumptions. See the specific plugin README for
122-
details.
123-
124-
- The AWS CloudWatch input plugin can now declare a wildcard value for a metric
125-
dimension. This causes the plugin to read all metrics that contain the specified
126-
dimension key regardless of value. This is used to export collections of metrics
127-
without having to know the dimension values ahead of time.
128-
129-
- The AWS CloudWatch input plugin can now be configured with the `cache_ttl`
130-
attribute. This configures the TTL of the internal metric cache. This is useful
131-
in conjunction with wildcard dimension values as it will control the amount of
132-
time before a new metric is included by the plugin.
133-
134-
### Features
135-
136-
- [#1262](https://github.com/influxdata/telegraf/pull/1261): Add graylog input pluging.
137-
- [#1294](https://github.com/influxdata/telegraf/pull/1294): consul input plugin. Thanks @harnash
138-
- [#1164](https://github.com/influxdata/telegraf/pull/1164): conntrack input plugin. Thanks @robinpercy!
139-
- [#1165](https://github.com/influxdata/telegraf/pull/1165): vmstat input plugin. Thanks @jshim-xm!
140-
- [#1208](https://github.com/influxdata/telegraf/pull/1208): Standardized AWS credentials evaluation & wildcard CloudWatch dimensions. Thanks @johnrengelman!
141-
- [#1264](https://github.com/influxdata/telegraf/pull/1264): Add SSL config options to http_response plugin.
142-
- [#1272](https://github.com/influxdata/telegraf/pull/1272): graphite parser: add ability to specify multiple tag keys, for consistency with influxdb parser.
143-
- [#1265](https://github.com/influxdata/telegraf/pull/1265): Make dns lookups for chrony configurable. Thanks @zbindenren!
144-
- [#1275](https://github.com/influxdata/telegraf/pull/1275): Allow wildcard filtering of varnish stats.
145-
- [#1142](https://github.com/influxdata/telegraf/pull/1142): Support for glob patterns in exec plugin commands configuration.
146-
- [#1278](https://github.com/influxdata/telegraf/pull/1278): RabbitMQ input: made url parameter optional by using DefaultURL (http://localhost:15672) if not specified
147-
- [#1197](https://github.com/influxdata/telegraf/pull/1197): Limit AWS GetMetricStatistics requests to 10 per second.
148-
- [#1278](https://github.com/influxdata/telegraf/pull/1278) & [#1288](https://github.com/influxdata/telegraf/pull/1288) & [#1295](https://github.com/influxdata/telegraf/pull/1295): RabbitMQ/Apache/InfluxDB inputs: made url(s) parameter optional by using reasonable input defaults if not specified
149-
- [#1296](https://github.com/influxdata/telegraf/issues/1296): Refactor of flush_jitter argument.
150-
- [#1213](https://github.com/influxdata/telegraf/issues/1213): Add inactive & active memory to mem plugin.
151-
152-
### Bugfixes
153-
154113
- [#1252](https://github.com/influxdata/telegraf/pull/1252) & [#1279](https://github.com/influxdata/telegraf/pull/1279): Fix systemd service. Thanks @zbindenren & @PierreF!
155114
- [#1221](https://github.com/influxdata/telegraf/pull/1221): Fix influxdb n_shards counter.
156115
- [#1258](https://github.com/influxdata/telegraf/pull/1258): Fix potential kernel plugin integer parse error.
@@ -160,6 +119,7 @@ time before a new metric is included by the plugin.
160119
- [#1316](https://github.com/influxdata/telegraf/pull/1316): Removed leaked "database" tag on redis metrics. Thanks @PierreF!
161120
- [#1323](https://github.com/influxdata/telegraf/issues/1323): Processes plugin: fix potential error with /proc/net/stat directory.
162121
- [#1322](https://github.com/influxdata/telegraf/issues/1322): Fix rare RHEL 5.2 panic in gopsutil diskio gathering function.
122+
- [#1586](https://github.com/influxdata/telegraf/pull/1586): Remove IF NOT EXISTS from influxdb output database creation.
163123

164124
## v0.13.1 [2016-05-24]
165125

0 commit comments

Comments
 (0)