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 11## Changelog
22##### master
33
4+ ##### version 0.15.6
5+ * trie/realtime: set wspConfigRetriever when realtime index is enabled #395 #396
6+ * Go v1.15.3
7+
48##### version 0.15.5
59* carbonserver: fix incorrect hanlding of counting and indexing files in updateFileList #385
610
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
22
3- ARG gocarbon_version=0.15.5
3+ ARG gocarbon_version=0.15.6
44ARG gocarbon_repo=https://github.com/go-graphite/go-carbon.git
55RUN apk add --update git make \
66 && git clone "${gocarbon_repo}" /usr/local/src/go-carbon \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
2727)
2828
2929// Version of go-carbon
30- const Version = "0.15.5 "
30+ const Version = "0.15.6 "
3131
3232var BuildVersion = "(development version)"
3333
You can’t perform that action at this time.
0 commit comments