File tree Expand file tree Collapse file tree 4 files changed +275
-219
lines changed Expand file tree Collapse file tree 4 files changed +275
-219
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.3.0 / 2021-10-21
2
+
3
+ * [ FEATURE] Add support for passing elasticsearch credentials via the ES_USERNAME and ES_PASSWORD environment varialbes #461
4
+ * [ FEATURE] Add support for API keys for elasticsearch authentication (Elastic cloud) #459
5
+ * [ BUGFIX] Fix index stats when shards are unavailable #445
6
+
1
7
## 1.2.1 / 2021-06-29
2
8
3
9
* [ BUGFIX] Fixed elasticsearch 7.13 node stats metrics #439
Original file line number Diff line number Diff line change 1
- 1.2.1
1
+ 1.3.0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/blang/semver v3.5.2-0.20180723201105-3c1074078d32+incompatible
7
7
github.com/go-kit/log v0.2.0
8
8
github.com/imdario/mergo v0.3.12
9
- github.com/prometheus/client_golang v1.10 .0
10
- github.com/prometheus/common v0.25.0
9
+ github.com/prometheus/client_golang v1.11 .0
10
+ github.com/prometheus/common v0.31.1
11
11
gopkg.in/alecthomas/kingpin.v2 v2.2.6
12
12
)
You can’t perform that action at this time.
0 commit comments