Skip to content

Commit f40cc16

Browse files
authored
Merge pull request #399 from deniszh/DZ-prep-0.15.6
v0.15.6
2 parents 98d7c92 + 6bbd74b commit f40cc16

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
ARG gocarbon_repo=https://github.com/go-graphite/go-carbon.git
55
RUN apk add --update git make \
66
&& git clone "${gocarbon_repo}" /usr/local/src/go-carbon \

go-carbon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3232
var BuildVersion = "(development version)"
3333

0 commit comments

Comments
 (0)