Compare commits

..

No commits in common. "master" and "mr/native-histograms" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,6 @@
## 0.23.0 / 2022-12-07
## 0.23.0 / Unreleased
* [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

View file

@ -55,7 +55,7 @@ ifneq ($(shell which gotestsum),)
endif
endif
PROMU_VERSION ?= 0.14.0
PROMU_VERSION ?= 0.13.0
PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
SKIP_GOLANGCI_LINT :=