Skip to content

Commit ab5e786

Browse files
committed
Bump to v1.2.0
Signed-off-by: Navid Yaghoobi <[email protected]>
1 parent fe6c755 commit ab5e786

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VERSION=1.2.0
2-
REVISION=dev.1
2+
REVISION=1

prometheus-podman-exporter.spec.rpkg

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
Name: prometheus-podman-exporter
1919
Version: 1.2.0
20-
Release: dev.1%{?dist}
20+
Release: 1%{?dist}
2121
Summary: Prometheus exporter for podman v4.x
2222
License: ASL 2.0
2323
URL: %{git0}
@@ -96,7 +96,23 @@ popd
9696

9797

9898
%changelog
99-
* Sun Sep 11 2022 Navid Yaghoobi <[email protected]> 1.2.0-dev-1
99+
* Sun Nov 20 2022 Navid Yaghoobi <[email protected]> 1.2.0-1
100+
- Convert pod/container/image labels on prometheus metrics
101+
- Github workflow - build container image
102+
- Makefile update - add vendor check target
103+
- Vagrant box update to fc37
104+
- Do not init podman registry if --version flag is enabled
105+
- Running codespell
106+
- Fix trivial golangci-lint issues
107+
- Fix golangci failure in cirrus
108+
- Fix export crash when pod is created without infra container
109+
- Bump github.com/containers/podman/v4 from 4.3.0 to 4.3.1
110+
- Bump containers/podman (v4.3.0), common (v0.51.1) and image/v5 (v5.23.0)
111+
- Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0
112+
- Bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1
113+
- Bump prometheus/exporter-toolkit from 0.7.1 to 0.8.1
114+
- Bump github.com/spf13/cobra from 1.6.0 to 1.6.1
115+
- Bump github.com/spf13/cobra from 1.5.0 to 1.6.0
100116

101117
* Sun Sep 11 2022 Navid Yaghoobi <[email protected]> 1.1.0-1
102118
- Fix image metrics gathering error (collected before)

0 commit comments

Comments
 (0)