From e4bf611add3596a20b0007bef7c048128026ef45 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 3 Aug 2024 16:23:27 +1000 Subject: [PATCH 1/2] Bump to v1.13.0 Signed-off-by: Navid Yaghoobi --- VERSION | 2 +- prometheus-podman-exporter.spec.rpkg | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 1b8d7911..e03b2ade 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ VERSION=1.13.0 -REVISION=dev.1 +REVISION=1 diff --git a/prometheus-podman-exporter.spec.rpkg b/prometheus-podman-exporter.spec.rpkg index 1b95f2d3..791a075f 100644 --- a/prometheus-podman-exporter.spec.rpkg +++ b/prometheus-podman-exporter.spec.rpkg @@ -17,7 +17,7 @@ Name: prometheus-podman-exporter Version: 1.13.0 -Release: dev.1%{?dist} +Release: 1%{?dist} Summary: Prometheus exporter for podman environment. License: ASL 2.0 URL: %{git0} @@ -92,7 +92,18 @@ popd %changelog -* Sun Jun 02 2024 Navid Yaghoobi 1.13.0-dev-1 +* Sat Aug 03 2024 Navid Yaghoobi 1.13.0-1 +- New metric - container network dropped,errors,packets +- README.md update +- Go version 1.21.0 +- Vagrant update to fedora 40 +- Bump github.com/containers/podman/v5 from 5.1.0 to 5.2.0 +- Bump github.com/containers/common from 0.59.1 to 0.59.2 +- Bump github.com/containers/image/v5 from 5.31.0 to 5.31.1 +- Bump github.com/prometheus/common from 0.53.0 to 0.55.0 +- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 +- Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 +- Bump github.com/onsi/gomega from 1.33.1 to 1.34.1 * Sun Jun 02 2024 Navid Yaghoobi 1.12.0-1 - Bump github.com/containers/podman from 5.0.3 to 5.1.0 From 86ce49b4c7cfa7bd223956b2689b408cd7cf78e6 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 3 Aug 2024 16:25:21 +1000 Subject: [PATCH 2/2] Bump to v1.14.0-dev Signed-off-by: Navid Yaghoobi --- VERSION | 4 ++-- prometheus-podman-exporter.spec.rpkg | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index e03b2ade..860dd5a3 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -VERSION=1.13.0 -REVISION=1 +VERSION=1.14.0 +REVISION=dev.1 diff --git a/prometheus-podman-exporter.spec.rpkg b/prometheus-podman-exporter.spec.rpkg index 791a075f..306fc9b7 100644 --- a/prometheus-podman-exporter.spec.rpkg +++ b/prometheus-podman-exporter.spec.rpkg @@ -16,8 +16,8 @@ %global git0 https://%{import_path} Name: prometheus-podman-exporter -Version: 1.13.0 -Release: 1%{?dist} +Version: 1.14.0 +Release: dev.1%{?dist} Summary: Prometheus exporter for podman environment. License: ASL 2.0 URL: %{git0} @@ -92,6 +92,8 @@ popd %changelog +* Sat Aug 03 2024 Navid Yaghoobi 1.14.0-dev-1 + * Sat Aug 03 2024 Navid Yaghoobi 1.13.0-1 - New metric - container network dropped,errors,packets - README.md update