File tree 4 files changed +14
-3
lines changed
4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ executors:
6
6
# should also be updated.
7
7
golang :
8
8
docker :
9
- - image : circleci/golang:1.11
9
+ - image : circleci/golang:1.12
10
10
11
11
jobs :
12
12
test :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sudo: false
3
3
language : go
4
4
5
5
go :
6
- - 1.11 .x
6
+ - 1.12 .x
7
7
8
8
script :
9
9
- make
Original file line number Diff line number Diff line change
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
+
1
12
## 0.7.0 / 2018-12-07
2
13
3
14
_ As preparation for the 1.0.0 release, this release removes the long deprecated
Original file line number Diff line number Diff line change 1
- 0.7 .0
1
+ 0.8 .0
You can’t perform that action at this time.
0 commit comments