Skip to content

Commit ac23322

Browse files
authored
Merge pull request #450 from deniszh/DZ-v0.16.1
0.16.1
2 parents 0d2c8b0 + 884a60f commit ac23322

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Changelog
22
##### master
33

4+
##### version 0.16.1
5+
* Fix issues with upload #448
6+
47
##### version 0.16.0
58
* Fixing packaging #447
69
* carbonserver/quota: throughput racy counter fixes and refactoring #446

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.17.4-alpine3.15 AS build
22

3-
ARG gocarbon_version=0.16.0
3+
ARG gocarbon_version=0.16.1
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.16.0"
30+
const Version = "0.16.1"
3131

3232
var BuildVersion = "(development version)"
3333

0 commit comments

Comments
 (0)