-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Navid Yaghoobi <[email protected]>
- Loading branch information
Showing
2 changed files
with
13 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
VERSION=1.5.0 | ||
REVISION=dev.1 | ||
VERSION=1.4.0 | ||
REVISION=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,8 @@ | |
%global git0 https://%{import_path} | ||
|
||
Name: prometheus-podman-exporter | ||
Version: 1.5.0 | ||
Release: dev.1%{?dist} | ||
Version: 1.4.0 | ||
Release: 1%{?dist} | ||
Summary: Prometheus exporter for podman v4.x | ||
License: ASL 2.0 | ||
URL: %{git0} | ||
|
@@ -96,24 +96,20 @@ popd | |
|
||
|
||
%changelog | ||
* Sun Apr 16 2023 Navid Yaghoobi <[email protected]> 1.5.0-dev-1 | ||
|
||
* Sun Apr 16 2023 Navid Yaghoobi <[email protected]> 1.4.0-1 | ||
* Sun Sep 17 2023 Navid Yaghoobi <[email protected]> 1.4.0-1 | ||
- Add support for HTTPS & authentication | ||
- Vagrantfile update (fedora-38 image) | ||
- Golangci-lint update to v1.51.1 | ||
- Remove .cirrus.yml configuration and using .github workflow | ||
- Add packit configuration to build RPM as part of PR tests | ||
- Packit update - remove centos9 RPM stream build (EPEL9 available) | ||
- Add support for HTTPS & authentication | ||
- Bump github.com/containers/podman/v4 from 4.4.4 to 4.5.0 | ||
- Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 | ||
- Bump github.com/containers/podman/v4 from 4.5.1 to 4.6.2 | ||
- Bump github.com/containers/image/v5 from 5.26.1 to 5.27.0 | ||
- Bump github.com/containers/common from 0.53.0 to 0.55.2 | ||
- Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 | ||
- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 | ||
- Bump github.com/prometheus/exporter-toolkit from 0.9.1 to 0.10.0 | ||
- Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 | ||
- Bump github.com/containers/common from 0.51.1 to 0.51.2 | ||
- Bump github.com/containers/podman/v4 from 4.4.3 to 4.4.4 | ||
- Bump github.com/containers/podman/v4 from 4.4.2 to 4.4.3 | ||
- Bump github.com/containers/common from 0.51.0 to 0.51.1 | ||
- Bump github.com/prometheus/exporter-toolkit from 0.8.2 to 0.9.1 | ||
- Bump github.com/prometheus/common from 0.41.0 to 0.42.0 | ||
- Bump github.com/prometheus/common from 0.40.0 to 0.41.0 | ||
|
||
* Sat Feb 25 2023 Navid Yaghoobi <[email protected]> 1.3.0 | ||
- Add health status in container metrics | ||
|