Skip to content

Commit

Permalink
Tag 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz authored and Dominik Schulz committed Jul 3, 2017
1 parent 1f53c4f commit 62168d1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .promu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ tarball:
files:
- LICENSE
- README.md
- CHANGELOG.md
- examples/grafana/dashboard.json
- examples/kubernetes/deployment.yml
- examples/prometheus/elasticsearch.rules
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 1.0.0 / 2017-07-03

* [ENHANCEMENT] Rewrite the codebase to reduce redundancy and improve extensibility [#65]
* [ENHANCEMENT] Add examples for Grafana and Prometheus [#66]
* [BREAKING] Removed several duplicate or redundant metrics [#65]
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.0-rc1
docker run --rm -p 9108:9108 justwatch/elasticsearch_exporter:1.0.0-rc1
docker pull justwatch/elasticsearch_exporter:1.0.0
docker run --rm -p 9108:9108 justwatch/elasticsearch_exporter:1.0.0
```

Example `docker-compose.yml`:

```yaml
elasticsearch_exporter:
image: justwatch/elasticsearch_exporter:1.0.0-rc1
image: justwatch/elasticsearch_exporter:1.0.0
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.0-rc1
1.0.0

0 comments on commit 62168d1

Please sign in to comment.