From 5ba55c73b397d0b12def500f89b2c2cfcaa59b62 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 2 Jun 2024 17:22:49 +1000 Subject: [PATCH 1/2] Bump to v1.12.0 Signed-off-by: Navid Yaghoobi --- VERSION | 2 +- prometheus-podman-exporter.spec.rpkg | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 1395fa92..7c18edca 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ VERSION=1.12.0 -REVISION=dev.1 +REVISION=1 diff --git a/prometheus-podman-exporter.spec.rpkg b/prometheus-podman-exporter.spec.rpkg index 4fff6091..1eac6e38 100644 --- a/prometheus-podman-exporter.spec.rpkg +++ b/prometheus-podman-exporter.spec.rpkg @@ -17,7 +17,7 @@ Name: prometheus-podman-exporter Version: 1.12.0 -Release: dev.1%{?dist} +Release: 1%{?dist} Summary: Prometheus exporter for podman environment. License: ASL 2.0 URL: %{git0} @@ -92,7 +92,13 @@ popd %changelog -* Thu Mar 21 2024 Navid Yaghoobi 1.12.0-dev-1 +* Sun Jun 02 2024 Navid Yaghoobi 1.12.0-1 +- Bump github.com/containers/podman from 5.0.3 to 5.1.0 +- Bump github.com/containers/image/v5 from 5.30.1 to 5.31.0 +- Bump github.com/containers/common from 0.58.3 to 0.59.0 +- Bump github.com/prometheus/common from 0.48.0 to 0.53.0 +- Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.19.0 +- github action update - codespell + podman v5 image * Thu Mar 21 2024 Navid Yaghoobi 1.11.0-1 - Podman v5 support (5.0.0) From 99cce03fd97cd1d781c85ca4377b1c6e6b54faee Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 2 Jun 2024 17:24:17 +1000 Subject: [PATCH 2/2] Bump to v1.13.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 7c18edca..1b8d7911 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -VERSION=1.12.0 -REVISION=1 +VERSION=1.13.0 +REVISION=dev.1 diff --git a/prometheus-podman-exporter.spec.rpkg b/prometheus-podman-exporter.spec.rpkg index 1eac6e38..1b95f2d3 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.12.0 -Release: 1%{?dist} +Version: 1.13.0 +Release: dev.1%{?dist} Summary: Prometheus exporter for podman environment. License: ASL 2.0 URL: %{git0} @@ -92,6 +92,8 @@ popd %changelog +* Sun Jun 02 2024 Navid Yaghoobi 1.13.0-dev-1 + * Sun Jun 02 2024 Navid Yaghoobi 1.12.0-1 - Bump github.com/containers/podman from 5.0.3 to 5.1.0 - Bump github.com/containers/image/v5 from 5.30.1 to 5.31.0