forked from containers/prometheus-podman-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
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
13 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.3.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.3.0 | ||
Release: dev.1%{?dist} | ||
Release: 1%{?dist} | ||
Summary: Prometheus exporter for podman v4.x | ||
License: ASL 2.0 | ||
URL: %{git0} | ||
|
@@ -96,7 +96,17 @@ popd | |
|
||
|
||
%changelog | ||
* Sun Nov 20 2022 Navid Yaghoobi <[email protected]> 1.3.0-dev-1 | ||
* Sat Feb 25 2023 Navid Yaghoobi <[email protected]> 1.3.0 | ||
- Add health status in container metrics | ||
- update net/block io metric help string to include the type (bytes) | ||
- Fix copy-pasted root example | ||
- Bump podman/v4 to v4.4.2 | ||
- Bump github.com/containers/image/v5 from 5.23.1 to 5.24.2 | ||
- Bump github.com/prometheus/common from 0.39.0 to 0.40.0 | ||
- Bump github.com/prometheus/common from 0.38.0 to 0.39.0 | ||
- Bump github.com/prometheus/common from 0.37.0 to 0.38.0 | ||
- Bump github.com/prometheus/exporter-toolkit from 0.8.1 to 0.8.2 | ||
- github workflow - quay.io container image tag fix | ||
|
||
* Sun Nov 20 2022 Navid Yaghoobi <[email protected]> 1.2.0-1 | ||
- Convert pod/container/image labels on prometheus metrics | ||
|