From bac6471fcd83c0b29fe071ba4cae0e7e959917dd Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 11 Sep 2022 12:11:11 +1000 Subject: [PATCH] Bump to v1.1.0 Signed-off-by: Navid Yaghoobi --- VERSION | 2 +- prometheus-podman-exporter.spec.rpkg | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 8d524f1e7..8744ce98a 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ VERSION=1.1.0 -REVISION=dev.1 +REVISION=1 diff --git a/prometheus-podman-exporter.spec.rpkg b/prometheus-podman-exporter.spec.rpkg index 425ede564..64a8ec9c2 100644 --- a/prometheus-podman-exporter.spec.rpkg +++ b/prometheus-podman-exporter.spec.rpkg @@ -17,7 +17,7 @@ Name: prometheus-podman-exporter Version: 1.1.0 -Release: dev.1%{?dist} +Release: 1%{?dist} Summary: Prometheus exporter for podman v4.x License: ASL 2.0 URL: %{git0} @@ -96,7 +96,21 @@ popd %changelog -* Sun Jul 03 2022 Navid Yaghoobi 1.1.0-dev-1 +* Sun Sep 11 2022 Navid Yaghoobi 1.1.0-1 +- Fix image metrics gathering error (collected before) +- Added container exit code to list of exproted metrics +- Image repo and name parse issue fix +- Added container started and exited time metrics +- Docs (install.md) update - exporter container and unix socket file +- Fix build and vendoring issue +- Bump github.com/containers/podman/v4 from 4.2.0 to 4.2.1 +- Bump github.com/containers/podman/v4 from 4.1.1 to 4.2.0 +- Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 +- Bump github.com/containers/common from 0.48.0 to 0.49.0 +- Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 +- Bump github.com/prometheus/common from 0.36.0 to 0.37.0 +- Bump github.com/prometheus/common from 0.35.0 to 0.36.0 +- * Sun Jul 03 2022 Navid Yaghoobi 1.0.0-1 - initial release