Skip to content

Commit

Permalink
Bump to v1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Sep 17, 2023
1 parent 77bc138 commit 7106b17
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
4 changes: 2 additions & 2 deletions VERSION
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
26 changes: 11 additions & 15 deletions prometheus-podman-exporter.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7106b17

Please sign in to comment.