Skip to content

Commit

Permalink
Update to go 1.8. Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnenauha committed Feb 19, 2017
1 parent e15b11e commit 2862ccb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: required
language: go

go:
- 1.7.5
- 1.8

before_script:
- sudo apt-get install varnish -y
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
1.3.1
=====

* Don't return a 400 for `/` to behave more like other Prometheus exporters out there. Can now be used for health checks. ([#15](https://github.com/jonnenauha/prometheus_varnish_exporter/pull/15))
* Start building releases with go 1.8

1.3
===
* Release packages now use the same naming and internal structure scheme with [promu](https://github.com/prometheus/promu).
* Fixes issues running this exporter with systems like [puppet-prometheus](https://github.com/voxpupuli/puppet-prometheus)
* Fixes issues running this exporter with systems like [puppet-prometheus](https://github.com/voxpupuli/puppet-prometheus)
* No code changes
* Start building releases with go 1.7.5

Expand Down

0 comments on commit 2862ccb

Please sign in to comment.