Skip to content

Commit

Permalink
Bump to v1.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Mar 16, 2024
1 parent b34fe3e commit 4c146df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION=1.10.0
REVISION=dev.1
REVISION=1
14 changes: 12 additions & 2 deletions prometheus-podman-exporter.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

Name: prometheus-podman-exporter
Version: 1.10.0
Release: dev.1%{?dist}
Release: 1%{?dist}
Summary: Prometheus exporter for podman v4.x
License: ASL 2.0
URL: %{git0}
Expand Down Expand Up @@ -91,7 +91,17 @@ popd


%changelog
* Wed Feb 28 2024 Navid Yaghoobi <[email protected]> 1.10.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
Expand Down

0 comments on commit 4c146df

Please sign in to comment.