File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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
Original file line number Diff line number Diff 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=...'
3434var BuildVersion = "(development build)"
You can’t perform that action at this time.
0 commit comments