diff --git a/VERSION b/VERSION index 11aade21..0d90fa87 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ VERSION=1.10.0 -REVISION=dev.1 +REVISION=1 diff --git a/prometheus-podman-exporter.spec.rpkg b/prometheus-podman-exporter.spec.rpkg index abf23f70..83372aeb 100644 --- a/prometheus-podman-exporter.spec.rpkg +++ b/prometheus-podman-exporter.spec.rpkg @@ -17,7 +17,7 @@ Name: prometheus-podman-exporter Version: 1.10.0 -Release: dev.1%{?dist} +Release: 1%{?dist} Summary: Prometheus exporter for podman v4.x License: ASL 2.0 URL: %{git0} @@ -91,7 +91,17 @@ popd %changelog -* Wed Feb 28 2024 Navid Yaghoobi 1.10.0-dev-1 +* Sat Mar 16 2024 Navid Yaghoobi 1.10.0-1 +- Enhance all metrics with the same fields as for podman_<...>_info metric +- Cached scraping of container size +- Unit test + e2e test +- Golangci-lint update 1.56.2 +- Vagrantfile update (fedora 39) +- install.md update - ArchLinux (AUR) +- install.md update - AlmaLinux and Rocky Linux +- github action update +- rpm spec update +- Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 * Wed Feb 28 2024 Navid Yaghoobi 1.9.0-1 - Fix exporter panic when using cli store_labels option