|
16 | 16 | %global git0 https://%{import_path} |
17 | 17 |
|
18 | 18 | Name: prometheus-podman-exporter |
19 | | -Version: 1.5.0 |
20 | | -Release: dev.1%{?dist} |
| 19 | +Version: 1.4.0 |
| 20 | +Release: 1%{?dist} |
21 | 21 | Summary: Prometheus exporter for podman v4.x |
22 | 22 | License: ASL 2.0 |
23 | 23 | URL: %{git0} |
|
96 | 96 |
|
97 | 97 |
|
98 | 98 | %changelog |
99 | | -* Sun Apr 16 2023 Navid Yaghoobi < [email protected]> 1. 5.0-dev-1 |
100 | | - |
101 | | -* Sun Apr 16 2023 Navid Yaghoobi <[email protected]> 1.4.0-1 |
| 99 | +* Sun Sep 17 2023 Navid Yaghoobi < [email protected]> 1. 4.0-1 |
| 100 | +- Add support for HTTPS & authentication |
| 101 | +- Vagrantfile update (fedora-38 image) |
102 | 102 | - Golangci-lint update to v1.51.1 |
103 | 103 | - Remove .cirrus.yml configuration and using .github workflow |
104 | 104 | - Add packit configuration to build RPM as part of PR tests |
105 | 105 | - Packit update - remove centos9 RPM stream build (EPEL9 available) |
106 | | -- Add support for HTTPS & authentication |
107 | | -- Bump github.com/containers/podman/v4 from 4.4.4 to 4.5.0 |
108 | | -- Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 |
| 106 | +- Bump github.com/containers/podman/v4 from 4.5.1 to 4.6.2 |
| 107 | +- Bump github.com/containers/image/v5 from 5.26.1 to 5.27.0 |
| 108 | +- Bump github.com/containers/common from 0.53.0 to 0.55.2 |
| 109 | +- Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 |
| 110 | +- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 |
| 111 | +- Bump github.com/prometheus/exporter-toolkit from 0.9.1 to 0.10.0 |
109 | 112 | - Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 |
110 | | -- Bump github.com/containers/common from 0.51.1 to 0.51.2 |
111 | | -- Bump github.com/containers/podman/v4 from 4.4.3 to 4.4.4 |
112 | | -- Bump github.com/containers/podman/v4 from 4.4.2 to 4.4.3 |
113 | | -- Bump github.com/containers/common from 0.51.0 to 0.51.1 |
114 | | -- Bump github.com/prometheus/exporter-toolkit from 0.8.2 to 0.9.1 |
115 | | -- Bump github.com/prometheus/common from 0.41.0 to 0.42.0 |
116 | | -- Bump github.com/prometheus/common from 0.40.0 to 0.41.0 |
117 | 113 |
|
118 | 114 | * Sat Feb 25 2023 Navid Yaghoobi < [email protected]> 1.3.0 |
119 | 115 | - Add health status in container metrics |
|
0 commit comments