Skip to content

Commit f54e76e

Browse files
committed
Bump to v1.18.1
Signed-off-by: Navid Yaghoobi <[email protected]>
1 parent 9459fbc commit f54e76e

File tree

8 files changed

+38
-28
lines changed

8 files changed

+38
-28
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION=1.18.0
1+
VERSION=1.18.1
22
REVISION=1

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containers/prometheus-podman-exporter
22

3-
go 1.24.0
3+
go 1.23.3
44

55
require (
66
github.com/containers/common v0.64.2
@@ -77,7 +77,7 @@ require (
7777
github.com/google/go-cmp v0.7.0 // indirect
7878
github.com/google/go-containerregistry v0.20.3 // indirect
7979
github.com/google/go-intervals v0.0.2 // indirect
80-
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // indirect
80+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
8181
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
8282
github.com/google/uuid v1.6.0 // indirect
8383
github.com/gorilla/mux v1.8.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ github.com/google/go-containerregistry v0.20.3/go.mod h1:w00pIgBRDVUDFM6bq+Qx8lw
178178
github.com/google/go-intervals v0.0.2 h1:FGrVEiUnTRKR8yE04qzXYaJMtnIYqobR5QbblK3ixcM=
179179
github.com/google/go-intervals v0.0.2/go.mod h1:MkaR3LNRfeKLPmqgJYs4E66z5InYjmCjbbr4TQlcT6Y=
180180
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
181-
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 h1:EEHtgt9IwisQ2AZ4pIsMjahcegHh6rmhqxzIRQIyepY=
182-
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6/go.mod h1:I6V7YzU0XDpsHqbsyrghnFZLO1gwK6NPTNvmetQIk9U=
181+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 h1:BHT72Gu3keYf3ZEu2J0b1vyeLSOYI8bm5wbJM/8yDe8=
182+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6/go.mod h1:boTsfXsheKC2y+lKOCMpSfarhxDeIzfZG1jqGcPl3cA=
183183
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=
184184
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ=
185185
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

prometheus-podman-exporter.spec.rpkg

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
%global git0 https://%{import_path}
1717

1818
Name: prometheus-podman-exporter
19-
Version: 1.18.0
19+
Version: 1.18.1
2020
Release: 1%{?dist}
2121
Summary: Prometheus exporter for podman environment.
2222
License: ASL 2.0
@@ -92,6 +92,16 @@ popd
9292

9393

9494
%changelog
95+
* Sat Sep 13 2025 Navid Yaghoobi <[email protected]> 1.18.1-1
96+
- Do not replace config file (rpm update)
97+
- Fix wrong go version used for build
98+
- Bump github.com/containers/podman/v5 from 5.6.0 to 5.6.1
99+
- Bump github.com/containers/common from 0.64.1 to 0.64.2
100+
- Bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2
101+
- Bump github.com/prometheus/exporter-toolkit from 0.14.0 to 0.14.1
102+
- Bump github.com/spf13/cobra from 1.9.1 to 1.10.1
103+
- Bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.3
104+
95105
* Wed Aug 27 2025 Navid Yaghoobi <[email protected]> 1.18.0-1
96106
- Bump github.com/onsi/gomega from 1.37.0 to 1.38.1
97107
- Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.25.1

vendor/github.com/google/pprof/profile/merge.go

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/pprof/profile/profile.go

Lines changed: 7 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/pprof/profile/prune.go

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,8 @@ github.com/google/go-containerregistry/pkg/v1/types
605605
# github.com/google/go-intervals v0.0.2
606606
## explicit; go 1.12
607607
github.com/google/go-intervals/intervalset
608-
# github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6
609-
## explicit; go 1.24.0
608+
# github.com/google/pprof v0.0.0-20250403155104-27863c87afa6
609+
## explicit; go 1.23
610610
github.com/google/pprof/profile
611611
# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
612612
## explicit; go 1.13

0 commit comments

Comments
 (0)