File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
##### master
3
3
4
+ ##### version 0.16.1
5
+ * Fix issues with upload #448
6
+
4
7
##### version 0.16.0
5
8
* Fixing packaging #447
6
9
* carbonserver/quota: throughput racy counter fixes and refactoring #446
Original file line number Diff line number Diff line change 1
1
FROM golang:1.17.4-alpine3.15 AS build
2
2
3
- ARG gocarbon_version=0.16.0
3
+ ARG gocarbon_version=0.16.1
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.16.0 "
30
+ const Version = "0.16.1 "
31
31
32
32
var BuildVersion = "(development version)"
33
33
You can’t perform that action at this time.
0 commit comments