Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion sql_exporter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global group prometheus

Name: sql_exporter
Version: 0.24.1
Version: 0.24.4
Release: 1%{?dist}
Summary: SQL exporter
License: MIT
Expand Down Expand Up @@ -54,5 +54,8 @@ exit 0
%{_unitdir}/%{name}.service

%changelog
* Wed Jun 10 2026 Ivan Garcia <igarcia@cloudox.org> - 0.24.4
- Security: Add a new workflow to enable automated vulnerability checking for Go code using govulnchec
- Security: Add a new workflow to enable automated vulnerability checking for released binaries (linux/amd64) using govulncheck
* Wed Jun 10 2026 Ivan Garcia <igarcia@cloudox.org> - 0.24.1
- Initial packaging for the 0.24.1 branch
Loading