diff --git a/VERSION b/VERSION index e03b2ade..83fbadae 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -VERSION=1.13.0 +VERSION=1.13.1 REVISION=1 diff --git a/prometheus-podman-exporter.spec.rpkg b/prometheus-podman-exporter.spec.rpkg index 791a075f..673f8923 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.13.0 +Version: 1.13.1 Release: 1%{?dist} Summary: Prometheus exporter for podman environment. License: ASL 2.0 @@ -92,6 +92,15 @@ popd %changelog +* Sat Aug 24 2024 Navid Yaghoobi 1.13.1-1 +- Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 +- Bump github.com/prometheus/client_golang from 1.20.0 to 1.20.1 +- Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 +- Bump github.com/containers/podman/v5 from 5.2.1 to 5.2.2 +- Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 +- Bump github.com/containers/podman/v5 from 5.2.0 to 5.2.1 +- Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 + * Sat Aug 03 2024 Navid Yaghoobi 1.13.0-1 - New metric - container network dropped,errors,packets - README.md update