-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #211 from navidys/bump-1.10.0
Bump 1.10.0
- Loading branch information
Showing
2 changed files
with
15 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.10.0 | ||
VERSION=1.11.0 | ||
REVISION=dev.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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
%global git0 https://%{import_path} | ||
|
||
Name: prometheus-podman-exporter | ||
Version: 1.10.0 | ||
Version: 1.11.0 | ||
Release: dev.1%{?dist} | ||
Summary: Prometheus exporter for podman v4.x | ||
License: ASL 2.0 | ||
|
@@ -91,7 +91,19 @@ popd | |
|
||
|
||
%changelog | ||
* Wed Feb 28 2024 Navid Yaghoobi <[email protected]> 1.10.0-dev-1 | ||
* Sat Mar 16 2024 Navid Yaghoobi <[email protected]> 1.11.0-dev-1 | ||
|
||
* Sat Mar 16 2024 Navid Yaghoobi <[email protected]> 1.10.0-1 | ||
- Enhance all metrics with the same fields as for podman_<...>_info metric | ||
- Cached scraping of container size | ||
- Unit test + e2e test | ||
- Golangci-lint update 1.56.2 | ||
- Vagrantfile update (fedora 39) | ||
- install.md update - ArchLinux (AUR) | ||
- install.md update - AlmaLinux and Rocky Linux | ||
- github action update | ||
- rpm spec update | ||
- Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 | ||
|
||
* Wed Feb 28 2024 Navid Yaghoobi <[email protected]> 1.9.0-1 | ||
- Fix exporter panic when using cli store_labels option | ||
|