Skip to content

Commit bac6471

Browse files
committed
Bump to v1.1.0
Signed-off-by: Navid Yaghoobi <[email protected]>
1 parent 4a662f8 commit bac6471

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-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.1.0
2-
REVISION=dev.1
2+
REVISION=1

prometheus-podman-exporter.spec.rpkg

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

1818
Name: prometheus-podman-exporter
1919
Version: 1.1.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,21 @@ popd
9696

9797

9898
%changelog
99-
* Sun Jul 03 2022 Navid Yaghoobi <[email protected]> 1.1.0-dev-1
99+
* Sun Sep 11 2022 Navid Yaghoobi <[email protected]> 1.1.0-1
100+
- Fix image metrics gathering error (collected before)
101+
- Added container exit code to list of exproted metrics
102+
- Image repo and name parse issue fix
103+
- Added container started and exited time metrics
104+
- Docs (install.md) update - exporter container and unix socket file
105+
- Fix build and vendoring issue
106+
- Bump github.com/containers/podman/v4 from 4.2.0 to 4.2.1
107+
- Bump github.com/containers/podman/v4 from 4.1.1 to 4.2.0
108+
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0
109+
- Bump github.com/containers/common from 0.48.0 to 0.49.0
110+
- Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
111+
- Bump github.com/prometheus/common from 0.36.0 to 0.37.0
112+
- Bump github.com/prometheus/common from 0.35.0 to 0.36.0
113+
-
100114

101115
* Sun Jul 03 2022 Navid Yaghoobi <[email protected]> 1.0.0-1
102116
- initial release

0 commit comments

Comments
 (0)