Skip to content

Commit 62168d1

Browse files
dominikschulzDominik Schulz
authored andcommitted
Tag 1.0.0
1 parent 1f53c4f commit 62168d1

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.promu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tarball:
1515
files:
1616
- LICENSE
1717
- README.md
18+
- CHANGELOG.md
1819
- examples/grafana/dashboard.json
1920
- examples/kubernetes/deployment.yml
2021
- examples/prometheus/elasticsearch.rules

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 1.0.0 / 2017-07-03
2+
3+
* [ENHANCEMENT] Rewrite the codebase to reduce redundancy and improve extensibility [#65]
4+
* [ENHANCEMENT] Add examples for Grafana and Prometheus [#66]
5+
* [BREAKING] Removed several duplicate or redundant metrics [#65]

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.0-rc1
16-
docker run --rm -p 9108:9108 justwatch/elasticsearch_exporter:1.0.0-rc1
15+
docker pull justwatch/elasticsearch_exporter:1.0.0
16+
docker run --rm -p 9108:9108 justwatch/elasticsearch_exporter:1.0.0
1717
```
1818

1919
Example `docker-compose.yml`:
2020

2121
```yaml
2222
elasticsearch_exporter:
23-
image: justwatch/elasticsearch_exporter:1.0.0-rc1
23+
image: justwatch/elasticsearch_exporter:1.0.0
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.0-rc1
1+
1.0.0

0 commit comments

Comments
 (0)