Releases: containers/prometheus-podman-exporter
Releases · containers/prometheus-podman-exporter
v1.10.0
What's Changed
- New cli option to optionally enhance all metrics with the same fields as for podman_<...>_info metric by @navidys in #208
- Cached scraping of container size by @navidys in #203
- Unit test + e2e test by @navidys in #195
- Golangci-lint update 1.56.2 by @navidys in #199
- Github action update by @navidys in #204 and #196
- Vagrantfile update (fedora 39) by @navidys in #192
- install.md update - AlmaLinux, Rocky Linux and ArchLinux (AUR) by @navidys in #200 and #202
- rpm spec update by @navidys in #210
- Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 by @dependabot in #198
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- Fix exporter panic when using cli store_labels option by @navidys in #190
- Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by @dependabot in #189
- Bump github.com/prometheus/common from 0.47.0 to 0.48.0 by @dependabot in #187
- Bump github.com/prometheus/common from 0.46.0 to 0.47.0 by @dependabot in #186
- Bump github.com/containers/podman/v4 from 4.9.2 to 4.9.3 by @dependabot in #185
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- Add pod_id and pod_name to all container metrics by @navidys
- Fix inconsistent label cardinality on image scrap by @navidys
- Add digest (sha256) labels for container info metric by @eesprit
- Cache scrapping of images by @navidys
- Bump github.com/containers/podman/v4 to 4.9.2 by @navidys
- Bump github.com/containers/common to 0.57.4 by @dependabot
- Bump github.com/containers/image/v5 to v5.29.2 by @dependabot
- Go version update to 1.20 by @navidys
New Contributors
v1.7.0
- Bump github.com/containers/podman/v4 from 4.8.2 to 4.8.3
- Bump github.com/containers/common from 0.57.1 to 0.57.2
- Bump github.com/prometheus/common from 0.45.0 to 0.46.0
- Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0
- Bump github.com/prometheus/exporter-toolkit from 0.10.0 to 0.11.0
- Github action use golang 1.21.4 for golangci-lint
v1.6.0
What's Changed
- Github actions update by @navidys in #154
- Docs (install.md) update: add Gentoo packaged version by @rahilarious in #155
- Bump github.com/containers/image/v5 from 5.28.0 to 5.29.0 by @dependabot in #156
- Bump github.com/containers/podman/v4 from 4.7.2 to 4.8.0 by @dependabot in #158
New Contributors
- @rahilarious made their first contribution in #155
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Update install.md - official fedora and epel rpm package
- GH action fix container build push
- Bump github.com/containers/podman/v4 to 4.7.2
- Bump github.com/containers/image to 5.28.0
- Bump github.com/containers/common to 0.56.0
- Bump github.com/prometheus/common from 0.44.0 to 0.45.0
- Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
- Running codespell
- Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0
- Multiarch container image build
- Packit update for multiarch build + centos-stream build
v1.4.0
What's Changed
- Vagrantfile update (fedora-38 image) by @navidys
- Add support for HTTPS & authentication by @fpoirotte
- Golangci-lint update to v1.51.1 by @navidys
- Remove .cirrus.yml configuration and using .github workflow by @navidys
- Add packit configuration to build RPM as part of PR tests by @navidys
- Packit update - remove centos9 RPM stream build (EPEL9 available) by @navidys
- Bump github.com/containers/podman/v4 from 4.5.1 to 4.6.2 by @dependabot
- Bump github.com/containers/image/v5 from 5.26.1 to 5.27.0 by @dependabot
- Bump github.com/containers/common from 0.53.0 to 0.55.2 by @dependabot
- Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 by @dependabot
- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 by @dependabot
- Bump github.com/prometheus/exporter-toolkit from 0.9.1 to 0.10.0 by @dependabot
- Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot
v1.3.0
What's Changed
- 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
New Contributors
- @ingobecker made their first contribution in #68
- @fpoirotte made their first contribution in #71
v1.2.0
What's Changed
- Convert pod/container/image labels to prometheus metrics variable labels by @navidys in #61
- Github workflow - build container image by @navidys in #63 and #64
- Running codespell by @navidys in #46
- Fix golangci lint failure in cirrus by @navidys in #48
- Do not init podman registry if --version flag is enabled by @navidys in #45
- Fix trivial golangci-lint issues by @mjtrangoni in #54
- Fix export crash when pod is created wihtout infra container by @navidys in #44
- Vagrant box update to fc37 by @navidys in #59
- Makefile update - add vendor check target by @navidys in #60
- Bump github.com/containers/podman/v4 from 4.3.0 to 4.3.1 by @dependabot in #57
- Bump containers/podman (v4.3.0), common (v0.51.1) and image/v5 (v5.23.0) by @navidys in #51
- Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 by @dependabot in #43
- Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by @dependabot in #38
- Bump prometheus/exporter-toolkit from 0.7.1 to 0.8.1 by @navidys in #49
- Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 by @dependabot in #55
- Bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1 by @dependabot in #52
New Contributors
- @mjtrangoni made their first contribution in #54
v1.1.0
What's Changed
- container started and exited time metrics by @navidys in #22
- adding container exit code to list of exproted metrics by @navidys in #25
- fixing image repo and name parse issue by @navidys in #24
- fix image metrics gathering error (collected before) by @navidys in #27
- docs - adding build status to README.md by @navidys in #5
- docs update by @navidys in #8
- Bump v1.0.0 by @navidys in #4
- Bump github.com/prometheus/common from 0.35.0 to 0.36.0 by @dependabot in #6
- Bump github.com/prometheus/common from 0.36.0 to 0.37.0 by @dependabot in #7
- Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #9
- Bump github.com/containers/common from 0.48.0 to 0.49.0 by @dependabot in #12
- fix build and vendoring issue by @navidys in #14
- docs (install.md) update - exporter container and unix socket file by @navidys in #16
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 by @dependabot in #18
- Bump podman from 4.1.1 to 4.2.0 by @navidys in #21
- Bump github.com/containers/podman/v4 from 4.2.0 to 4.2.1 by @dependabot in #29
Full Changelog: v1.0.0...v1.1.0