Skip to content

Commit d4c8b06

Browse files
authored
Merge pull request #898 from go-graphite/deniszh/v0.18.2
Prep v0.18.2
2 parents 3ad1a48 + a395e78 commit d4c8b06

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
CHANGELOG
22
---------
33

4+
v0.18.2
5+
6+
* Bump github/codeql-action from 3 to 4 by @dependabot[bot] in https://github.com/go-graphite/carbonapi/pull/895
7+
* Fixing docker build from tags (I hope) by @deniszh in https://github.com/go-graphite/carbonapi/pull/896
8+
* Bump github.com/ansel1/merry from 1.8.0 to 1.8.1 by @dependabot[bot] in https://github.com/go-graphite/carbonapi/pull/894
9+
* Fix VictoriaMetrics fallback version not being set from config by @martialblog in https://github.com/go-graphite/carbonapi/pull/893
10+
* Removing debian buster, adding ubuntu 24.04 by @deniszh in https://github.com/go-graphite/carbonapi/pull/897
11+
12+
13+
**Full Changelog**: https://github.com/go-graphite/carbonapi/compare/v0.18.1...v0.18.2
14+
15+
16+
v0.18.1
17+
418
## What's Changed
519
* doc: changelog for version 0.17.0 by @Tetrergeru in https://github.com/go-graphite/carbonapi/pull/843
620
* Trigger docker-rebuild when the release is edited by @Felixoid in https://github.com/go-graphite/carbonapi/pull/845

cmd/carbonapi/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
// Version of carbonapi
31-
const Version = "0.18.1"
31+
const Version = "0.18.2"
3232

3333
// BuildVersion is provided to be overridden at build time. Eg. go build -ldflags -X 'main.BuildVersion=...'
3434
var BuildVersion = "(development build)"

0 commit comments

Comments
 (0)