Skip to content

Commit

Permalink
Merge pull request #153 from navidys/bump-1.5.0
Browse files Browse the repository at this point in the history
Bump 1.5.0
  • Loading branch information
navidys authored Nov 11, 2023
2 parents 4ff83fc + 1eaa3c3 commit 2e338f9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: validate pull requests
on:
pull_request:
workflow_dispatch:

jobs:
pre-commit:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION=1.5.0
VERSION=1.6.0
REVISION=dev.1
17 changes: 15 additions & 2 deletions prometheus-podman-exporter.spec.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%global git0 https://%{import_path}

Name: prometheus-podman-exporter
Version: 1.5.0
Version: 1.6.0
Release: dev.1%{?dist}
Summary: Prometheus exporter for podman v4.x
License: ASL 2.0
Expand Down Expand Up @@ -92,7 +92,20 @@ popd


%changelog
* Sun Sep 17 2023 Navid Yaghoobi <[email protected]> 1.5.0-dev-1
* Sat Nov 11 2023 Navid Yaghoobi <[email protected]> 1.6.0-dev-1

* Sat Nov 11 2023 Navid Yaghoobi <[email protected]> 1.5.0-1
- 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

* Sun Sep 17 2023 Navid Yaghoobi <[email protected]> 1.4.0-1
- Add support for HTTPS & authentication
Expand Down

0 comments on commit 2e338f9

Please sign in to comment.