Skip to content

Commit

Permalink
Tag 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schulz authored and dominikschulz committed Jan 9, 2018
1 parent ec2ae37 commit 92dcbf3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
## 1.0.2 / 2018-01-09

* [ENHANCEMENT] Add index metrics [#85] [#116] [#118]
* [ENHANCEMENT] Add cache metrics [#88]
* [ENHANCEMENT] Add documentation for the example dashboard [#84]
* [ENHANCEMNET] Expose load averages [#113]
* [BUGFIX] Fix role detection [#105] [#110]
* [BUGFIX] Fix indexing calls and time metrics [#83]

## 1.0.1 / 2017-07-24

* [ENHANCEMENT] Add exporter instrumentation [#78]
* [BUGFIX] Exclude basic auth credentials from log [#71]
* [BUGFIX] Fix missing node store size metric

## 1.0.0 / 2017-07-03

* [ENHANCEMENT] Rewrite the codebase to reduce redundancy and improve extensibility [#65]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tarball: promu

tarballs: promu
@echo ">> building release tarballs"
@$(PROMU) tarballs --prefix $(PREFIX) $(BIN_DIR)
@$(PROMU) crossbuild tarballs $(BIN_DIR)

docker:
@echo ">> building docker image"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ https://github.com/justwatchcom/elasticsearch_exporter/releases
#### Docker

```bash
docker pull justwatch/elasticsearch_exporter:1.0.1
docker run --rm -p 9108:9108 justwatch/elasticsearch_exporter:1.0.1
docker pull justwatch/elasticsearch_exporter:1.0.2
docker run --rm -p 9108:9108 justwatch/elasticsearch_exporter:1.0.2
```

Example `docker-compose.yml`:

```yaml
elasticsearch_exporter:
image: justwatch/elasticsearch_exporter:1.0.1
image: justwatch/elasticsearch_exporter:1.0.2
command:
- '-es.uri=http://elasticsearch:9200'
restart: always
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2rc2
1.0.2

0 comments on commit 92dcbf3

Please sign in to comment.