Skip to content

Commit 92dcbf3

Browse files
Dominik Schulzdominikschulz
authored andcommitted
Tag 1.0.2
1 parent ec2ae37 commit 92dcbf3

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
## 1.0.2 / 2018-01-09
2+
3+
* [ENHANCEMENT] Add index metrics [#85] [#116] [#118]
4+
* [ENHANCEMENT] Add cache metrics [#88]
5+
* [ENHANCEMENT] Add documentation for the example dashboard [#84]
6+
* [ENHANCEMNET] Expose load averages [#113]
7+
* [BUGFIX] Fix role detection [#105] [#110]
8+
* [BUGFIX] Fix indexing calls and time metrics [#83]
9+
110
## 1.0.1 / 2017-07-24
211

312
* [ENHANCEMENT] Add exporter instrumentation [#78]
413
* [BUGFIX] Exclude basic auth credentials from log [#71]
514
* [BUGFIX] Fix missing node store size metric
15+
616
## 1.0.0 / 2017-07-03
717

818
* [ENHANCEMENT] Rewrite the codebase to reduce redundancy and improve extensibility [#65]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tarball: promu
5353

5454
tarballs: promu
5555
@echo ">> building release tarballs"
56-
@$(PROMU) tarballs --prefix $(PREFIX) $(BIN_DIR)
56+
@$(PROMU) crossbuild tarballs $(BIN_DIR)
5757

5858
docker:
5959
@echo ">> building docker image"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ https://github.com/justwatchcom/elasticsearch_exporter/releases
1212
#### Docker
1313

1414
```bash
15-
docker pull justwatch/elasticsearch_exporter:1.0.1
16-
docker run --rm -p 9108:9108 justwatch/elasticsearch_exporter:1.0.1
15+
docker pull justwatch/elasticsearch_exporter:1.0.2
16+
docker run --rm -p 9108:9108 justwatch/elasticsearch_exporter:1.0.2
1717
```
1818

1919
Example `docker-compose.yml`:
2020

2121
```yaml
2222
elasticsearch_exporter:
23-
image: justwatch/elasticsearch_exporter:1.0.1
23+
image: justwatch/elasticsearch_exporter:1.0.2
2424
command:
2525
- '-es.uri=http://elasticsearch:9200'
2626
restart: always

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2rc2
1+
1.0.2

0 commit comments

Comments
 (0)