Skip to content

Commit 5b2e5c7

Browse files
authored
Updates for v1.3.0 (#480)
* Updates for v1.3.0 - Update CHANGELOG - Ugrade modules - Bump VERSION Signed-off-by: Joe Adams <[email protected]> * Bump 1.3.0 date Signed-off-by: Joe Adams <[email protected]>
1 parent 3d86731 commit 5b2e5c7

File tree

4 files changed

+275
-219
lines changed

4 files changed

+275
-219
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## 1.2.1 / 2021-06-29
28

39
* [BUGFIX] Fixed elasticsearch 7.13 node stats metrics #439

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.3.0

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/blang/semver v3.5.2-0.20180723201105-3c1074078d32+incompatible
77
github.com/go-kit/log v0.2.0
88
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
1111
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1212
)

0 commit comments

Comments
 (0)