diff --git a/VERSION b/VERSION index 860dd5a3..0ef852b5 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -VERSION=1.14.0 +VERSION=1.15.0 REVISION=dev.1 diff --git a/prometheus-podman-exporter.spec.rpkg b/prometheus-podman-exporter.spec.rpkg index 306fc9b7..d64a692b 100644 --- a/prometheus-podman-exporter.spec.rpkg +++ b/prometheus-podman-exporter.spec.rpkg @@ -16,7 +16,7 @@ %global git0 https://%{import_path} Name: prometheus-podman-exporter -Version: 1.14.0 +Version: 1.15.0 Release: dev.1%{?dist} Summary: Prometheus exporter for podman environment. License: ASL 2.0 @@ -92,7 +92,14 @@ popd %changelog -* Sat Aug 03 2024 Navid Yaghoobi 1.14.0-dev-1 +* Sat Dec 14 2024 Navid Yaghoobi 1.15.0-dev-1 + +* Sat Dec 14 2024 Navid Yaghoobi 1.14.0-1 +- Podman update to v5.3.1 +- Bump github.com/prometheus/exporter-toolkit from 0.13.0 to 0.13.2 +- Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 +- Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 +- Bump github.com/prometheus/common from 0.60.0 to 0.61.0 * Sat Aug 03 2024 Navid Yaghoobi 1.13.0-1 - New metric - container network dropped,errors,packets