From 7eaaeef8a1ec0e94748663d3fe3578964e81825f Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 11 Nov 2023 12:56:20 +1100 Subject: [PATCH 1/3] Bump to v1.5.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 fc32b08e..669b426d 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ VERSION=1.5.0 -REVISION=dev.1 +REVISION=1 diff --git a/prometheus-podman-exporter.spec.rpkg b/prometheus-podman-exporter.spec.rpkg index aed016ed..9fb91520 100644 --- a/prometheus-podman-exporter.spec.rpkg +++ b/prometheus-podman-exporter.spec.rpkg @@ -17,7 +17,7 @@ Name: prometheus-podman-exporter Version: 1.5.0 -Release: dev.1%{?dist} +Release: 1%{?dist} Summary: Prometheus exporter for podman v4.x License: ASL 2.0 URL: %{git0} @@ -92,7 +92,18 @@ popd %changelog -* Sun Sep 17 2023 Navid Yaghoobi 1.5.0-dev-1 +* Sat Nov 11 2023 Navid Yaghoobi 1.5.0-1 +- Update install.md - official fedora and epel rpm package +- GH action fix container build push +- Bump github.com/containers/podman/v4 to 4.7.2 +- Bump github.com/containers/image to 5.28.0 +- Bump github.com/containers/common to 0.56.0 +- Bump github.com/prometheus/common from 0.44.0 to 0.45.0 +- Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 +- Running codespell +- Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 +- Multiarch container image build +- Packit update for multiarch build + centos-stream build * Sun Sep 17 2023 Navid Yaghoobi 1.4.0-1 - Add support for HTTPS & authentication From 22378d877ad4720bfe83b67cfefba2d736f40ad7 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 11 Nov 2023 12:57:18 +1100 Subject: [PATCH 2/3] Bump to v1.6.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 669b426d..282538f5 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -VERSION=1.5.0 -REVISION=1 +VERSION=1.6.0 +REVISION=dev.1 diff --git a/prometheus-podman-exporter.spec.rpkg b/prometheus-podman-exporter.spec.rpkg index 9fb91520..21f5a025 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.5.0 -Release: 1%{?dist} +Version: 1.6.0 +Release: dev.1%{?dist} Summary: Prometheus exporter for podman v4.x License: ASL 2.0 URL: %{git0} @@ -92,6 +92,8 @@ popd %changelog +* Sat Nov 11 2023 Navid Yaghoobi 1.6.0-dev-1 + * Sat Nov 11 2023 Navid Yaghoobi 1.5.0-1 - Update install.md - official fedora and epel rpm package - GH action fix container build push From 1eaa3c38c5c36f02d3559ee145c55c0e3930ebcb Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 11 Nov 2023 13:05:32 +1100 Subject: [PATCH 3/3] gh action update Signed-off-by: Navid Yaghoobi --- .github/workflows/pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5910fcdf..1786a7b8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,6 +1,7 @@ name: validate pull requests on: pull_request: + workflow_dispatch: jobs: pre-commit: