Skip to content

Commit 19b1717

Browse files
committed
bump back to v1.16.0 + gomod fix
Signed-off-by: Navid Yaghoobi <[email protected]>
1 parent 5fb5b0e commit 19b1717

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

VERSION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION=1.17.0
2-
REVISION=dev.1
1+
VERSION=1.16.0
2+
REVISION=1

go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/containers/prometheus-podman-exporter
22

33
go 1.23.0
44

5-
toolchain go1.24.1
6-
75
require (
86
github.com/containers/common v0.62.3
97
github.com/containers/image/v5 v5.34.3

prometheus-podman-exporter.spec.rpkg

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
%global git0 https://%{import_path}
1717

1818
Name: prometheus-podman-exporter
19-
Version: 1.17.0
20-
Release: dev.1%{?dist}
19+
Version: 1.16.0
20+
Release: 1%{?dist}
2121
Summary: Prometheus exporter for podman environment.
2222
License: ASL 2.0
2323
URL: %{git0}
@@ -92,8 +92,6 @@ popd
9292

9393

9494
%changelog
95-
* Sun Apr 06 2025 Navid Yaghoobi <[email protected]> 1.17.0-dev-1
96-
9795
* Sun Apr 06 2025 Navid Yaghoobi <[email protected]> 1.16.0-1
9896
- Bump github.com/containers/podman/v5 to 5.4.2
9997
- Bump github.com/onsi/gomega to 1.37.0

0 commit comments

Comments
 (0)