File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
##### master
3
3
4
+ ##### version 0.15.6
5
+ * trie/realtime: set wspConfigRetriever when realtime index is enabled #395 #396
6
+ * Go v1.15.3
7
+
4
8
##### version 0.15.5
5
9
* carbonserver: fix incorrect hanlding of counting and indexing files in updateFileList #385
6
10
Original file line number Diff line number Diff line change 1
- FROM golang:1.15.3 -alpine3.12 AS build
1
+ FROM golang:1.15.7 -alpine3.12 AS build
2
2
3
- ARG gocarbon_version=0.15.5
3
+ ARG gocarbon_version=0.15.6
4
4
ARG gocarbon_repo=https://github.com/go-graphite/go-carbon.git
5
5
RUN apk add --update git make \
6
6
&& git clone "${gocarbon_repo}" /usr/local/src/go-carbon \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
27
27
)
28
28
29
29
// Version of go-carbon
30
- const Version = "0.15.5 "
30
+ const Version = "0.15.6 "
31
31
32
32
var BuildVersion = "(development version)"
33
33
You can’t perform that action at this time.
0 commit comments