forked from mirrors/statsd_exporter
Compare commits
4 commits
mr/native-
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
b8ace4ae2c | ||
|
fea420de84 | ||
|
9c6e245521 | ||
|
f6ab38f75e |
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
## 0.23.0 / Unreleased
|
||||
## 0.23.0 / 2022-12-07
|
||||
|
||||
* [CHANGE] Print help and version to standard out ([#469](https://github.com/prometheus/statsd_exporter/pull/469))
|
||||
* [FEATURE] Support experimental native histograms ([#474](https://github.com/prometheus/statsd_exporter/pull/474))
|
||||
|
||||
## 0.22.8 / 2022-09-13
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ ifneq ($(shell which gotestsum),)
|
|||
endif
|
||||
endif
|
||||
|
||||
PROMU_VERSION ?= 0.13.0
|
||||
PROMU_VERSION ?= 0.14.0
|
||||
PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
|
||||
|
||||
SKIP_GOLANGCI_LINT :=
|
||||
|
|
Loading…
Reference in a new issue