Skip to content

Commit

Permalink
Updates for v1.3.0 (#480)
Browse files Browse the repository at this point in the history
* Updates for v1.3.0

- Update CHANGELOG
- Ugrade modules
- Bump VERSION

Signed-off-by: Joe Adams <github@joeadams.io>

* Bump 1.3.0 date

Signed-off-by: Joe Adams <github@joeadams.io>
  • Loading branch information
sysadmind committed Oct 21, 2021
1 parent 3d86731 commit 5b2e5c7
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 219 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.0 / 2021-10-21

* [FEATURE] Add support for passing elasticsearch credentials via the ES_USERNAME and ES_PASSWORD environment varialbes #461
* [FEATURE] Add support for API keys for elasticsearch authentication (Elastic cloud) #459
* [BUGFIX] Fix index stats when shards are unavailable #445

## 1.2.1 / 2021-06-29

* [BUGFIX] Fixed elasticsearch 7.13 node stats metrics #439
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.3.0
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/blang/semver v3.5.2-0.20180723201105-3c1074078d32+incompatible
github.com/go-kit/log v0.2.0
github.com/imdario/mergo v0.3.12
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.25.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.31.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
Loading

0 comments on commit 5b2e5c7

Please sign in to comment.