-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Navid Yaghoobi <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
VERSION=1.1.0 | ||
REVISION=dev.1 | ||
REVISION=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
Name: prometheus-podman-exporter | ||
Version: 1.1.0 | ||
Release: dev.1%{?dist} | ||
Release: 1%{?dist} | ||
Summary: Prometheus exporter for podman v4.x | ||
License: ASL 2.0 | ||
URL: %{git0} | ||
|
@@ -96,7 +96,21 @@ popd | |
|
||
|
||
%changelog | ||
* Sun Jul 03 2022 Navid Yaghoobi <[email protected]> 1.1.0-dev-1 | ||
* Sun Sep 11 2022 Navid Yaghoobi <[email protected]> 1.1.0-1 | ||
- Fix image metrics gathering error (collected before) | ||
- Added container exit code to list of exproted metrics | ||
- Image repo and name parse issue fix | ||
- Added container started and exited time metrics | ||
- Docs (install.md) update - exporter container and unix socket file | ||
- Fix build and vendoring issue | ||
- Bump github.com/containers/podman/v4 from 4.2.0 to 4.2.1 | ||
- Bump github.com/containers/podman/v4 from 4.1.1 to 4.2.0 | ||
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 | ||
- Bump github.com/containers/common from 0.48.0 to 0.49.0 | ||
- Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 | ||
- Bump github.com/prometheus/common from 0.36.0 to 0.37.0 | ||
- Bump github.com/prometheus/common from 0.35.0 to 0.36.0 | ||
- | ||
|
||
* Sun Jul 03 2022 Navid Yaghoobi <[email protected]> 1.0.0-1 | ||
- initial release |