Skip to content

Commit 7106b17

Browse files
committed
Bump to v1.4.0
Signed-off-by: Navid Yaghoobi <[email protected]>
1 parent 77bc138 commit 7106b17

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION=1.5.0
2-
REVISION=dev.1
1+
VERSION=1.4.0
2+
REVISION=1

prometheus-podman-exporter.spec.rpkg

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
%global git0 https://%{import_path}
1717

1818
Name: prometheus-podman-exporter
19-
Version: 1.5.0
20-
Release: dev.1%{?dist}
19+
Version: 1.4.0
20+
Release: 1%{?dist}
2121
Summary: Prometheus exporter for podman v4.x
2222
License: ASL 2.0
2323
URL: %{git0}
@@ -96,24 +96,20 @@ popd
9696

9797

9898
%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)
102102
- Golangci-lint update to v1.51.1
103103
- Remove .cirrus.yml configuration and using .github workflow
104104
- Add packit configuration to build RPM as part of PR tests
105105
- 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
109112
- 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
117113

118114
* Sat Feb 25 2023 Navid Yaghoobi <[email protected]> 1.3.0
119115
- Add health status in container metrics

0 commit comments

Comments
 (0)