Skip to content

Commit

Permalink
Merge pull request #399 from deniszh/DZ-prep-0.15.6
Browse files Browse the repository at this point in the history
v0.15.6
  • Loading branch information
deniszh authored Jan 24, 2021
2 parents 98d7c92 + 6bbd74b commit f40cc16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Changelog
##### master

##### version 0.15.6
* trie/realtime: set wspConfigRetriever when realtime index is enabled #395 #396
* Go v1.15.3

##### version 0.15.5
* carbonserver: fix incorrect hanlding of counting and indexing files in updateFileList #385

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.15.3-alpine3.12 AS build
FROM golang:1.15.7-alpine3.12 AS build

ARG gocarbon_version=0.15.5
ARG gocarbon_version=0.15.6
ARG gocarbon_repo=https://github.com/go-graphite/go-carbon.git
RUN apk add --update git make \
&& git clone "${gocarbon_repo}" /usr/local/src/go-carbon \
Expand Down
2 changes: 1 addition & 1 deletion go-carbon.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

// Version of go-carbon
const Version = "0.15.5"
const Version = "0.15.6"

var BuildVersion = "(development version)"

Expand Down

0 comments on commit f40cc16

Please sign in to comment.