Skip to content

Commit 3fe5e3f

Browse files
committed
Update changelog
1 parent 07df93f commit 3fe5e3f

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## v1.18.3 [2021-05-20]
2+
3+
#### Release Notes
4+
5+
- Added FreeBSD armv7 build
6+
7+
#### Bugfixes
8+
9+
- [#9271](https://github.com/influxdata/telegraf/pull/9271) `inputs.prometheus` Set user agent when scraping prom metrics
10+
- [#9203](https://github.com/influxdata/telegraf/pull/9203) Migrate from soniah/gosnmp to gosnmp/gosnmp and update to 1.32.0
11+
- [#9169](https://github.com/influxdata/telegraf/pull/9169) `inputs.kinesis_consumer` Fix repeating parser error
12+
- [#9130](https://github.com/influxdata/telegraf/pull/9130) `inputs.sqlserver` Remove disallowed whitespace from sqlServerRingBufferCPU query
13+
- [#9238](https://github.com/influxdata/telegraf/pull/9238) Update hashicorp/consul/api module to v1.8.1
14+
- [#9235](https://github.com/influxdata/telegraf/pull/9235) Migrate from docker/libnetwork/ipvs to moby/ipvs
15+
- [#9224](https://github.com/influxdata/telegraf/pull/9224) Update shirou/gopsutil to 3.21.3
16+
- [#9209](https://github.com/influxdata/telegraf/pull/9209) Update microsoft/ApplicationInsights-Go to 0.4.4
17+
- [#9190](https://github.com/influxdata/telegraf/pull/9190) Update gogo/protobuf to 1.3.2
18+
- [#8746](https://github.com/influxdata/telegraf/pull/8746) Update Azure/go-autorest/autorest/azure/auth to 0.5.6 and Azure/go-autorest/autorest to 0.11.17
19+
- [#8745](https://github.com/influxdata/telegraf/pull/8745) Update collectd.org to 0.5.0
20+
- [#8716](https://github.com/influxdata/telegraf/pull/8716) Update nats-io/nats.go 1.10.0
21+
- [#9039](https://github.com/influxdata/telegraf/pull/9039) Update golang/protobuf to v1.5.1
22+
- [#8937](https://github.com/influxdata/telegraf/pull/8937) Migrate from ericchiang/k8s to kubernetes/client-go
23+
24+
#### Features
25+
26+
- [#8913](https://github.com/influxdata/telegraf/pull/8913) `outputs.elasticsearch` Add ability to enable gzip compression
27+
128
## v1.18.2 [2021-04-28]
229

330
#### Bugfixes

etc/telegraf.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,8 @@
526526
# ## Set to true to ask Elasticsearch a list of all cluster nodes,
527527
# ## thus it is not necessary to list all nodes in the urls config option.
528528
# enable_sniffer = false
529+
# ## Set to true to enable gzip compression
530+
# enable_gzip = false
529531
# ## Set the interval to check if the Elasticsearch nodes are available
530532
# ## Setting to "0s" will disable the health check (not recommended in production)
531533
# health_check_interval = "10s"

0 commit comments

Comments
 (0)