diff --git a/VERSION b/VERSION index 1395fa92..1b8d7911 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -VERSION=1.12.0 +VERSION=1.13.0 REVISION=dev.1 diff --git a/prometheus-podman-exporter.spec.rpkg b/prometheus-podman-exporter.spec.rpkg index 4fff6091..1b95f2d3 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.12.0 +Version: 1.13.0 Release: dev.1%{?dist} Summary: Prometheus exporter for podman environment. License: ASL 2.0 @@ -92,7 +92,15 @@ popd %changelog -* Thu Mar 21 2024 Navid Yaghoobi 1.12.0-dev-1 +* 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 +- 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)