Skip to content

Commit d90bf32

Browse files
authored
Merge pull request #245 from prometheus/beorn7/release
Cut v0.8.0
2 parents f355ade + 2de12b2 commit d90bf32

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ executors:
66
# should also be updated.
77
golang:
88
docker:
9-
- image: circleci/golang:1.11
9+
- image: circleci/golang:1.12
1010

1111
jobs:
1212
test:

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
language: go
44

55
go:
6-
- 1.11.x
6+
- 1.12.x
77

88
script:
99
- make

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.8.0 / 2019-04-13
2+
3+
_If you use the prebuilt Docker container or you build your own one based on
4+
the provided Dockerfile, note that this release changes the user to
5+
`nobody`. Should you use a persistence file, make sure it is readable and
6+
writable by user `nobody`._
7+
8+
* [CHANGE] Run as user `nobody` in Docker. #242
9+
* [CHANGE] Adjust `--web.route-prefix` to work the same as in Prometheus. #190
10+
* [FEATURE] Add `--web.external-url` flag (like in Prometheus). #190
11+
112
## 0.7.0 / 2018-12-07
213

314
_As preparation for the 1.0.0 release, this release removes the long deprecated

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.0

0 commit comments

Comments
 (0)