Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Nov 20, 2022
1 parent fe6c755 commit ab5e786
Show file tree
Hide file tree
Showing 2 changed files with 19 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.2.0
REVISION=dev.1
REVISION=1
20 changes: 18 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.2.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 @@ -96,7 +96,23 @@ popd


%changelog
* Sun Sep 11 2022 Navid Yaghoobi <[email protected]> 1.2.0-dev-1
* Sun Nov 20 2022 Navid Yaghoobi <[email protected]> 1.2.0-1
- Convert pod/container/image labels on prometheus metrics
- Github workflow - build container image
- Makefile update - add vendor check target
- Vagrant box update to fc37
- Do not init podman registry if --version flag is enabled
- Running codespell
- Fix trivial golangci-lint issues
- Fix golangci failure in cirrus
- Fix export crash when pod is created without infra container
- Bump github.com/containers/podman/v4 from 4.3.0 to 4.3.1
- Bump containers/podman (v4.3.0), common (v0.51.1) and image/v5 (v5.23.0)
- Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0
- Bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1
- Bump prometheus/exporter-toolkit from 0.7.1 to 0.8.1
- Bump github.com/spf13/cobra from 1.6.0 to 1.6.1
- Bump github.com/spf13/cobra from 1.5.0 to 1.6.0

* Sun Sep 11 2022 Navid Yaghoobi <[email protected]> 1.1.0-1
- Fix image metrics gathering error (collected before)
Expand Down

0 comments on commit ab5e786

Please sign in to comment.