From 5174b697de54cc650f736725ce6f9cde10f7cd56 Mon Sep 17 00:00:00 2001 From: Ivan Garcia Date: Thu, 6 Aug 2026 16:41:03 -0400 Subject: [PATCH 1/2] Update to v0.24.4 --- sql_exporter.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sql_exporter.spec b/sql_exporter.spec index cba445e..4884841 100644 --- a/sql_exporter.spec +++ b/sql_exporter.spec @@ -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 @@ -54,5 +54,8 @@ exit 0 %{_unitdir}/%{name}.service %changelog +* Wed Jun 10 2026 Ivan Garcia - 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 - 0.24.1 - Initial packaging for the 0.24.1 branch From 29cfe15def430953cc5ce8758814661a505c5a61 Mon Sep 17 00:00:00 2001 From: Ivan Garcia Date: Thu, 6 Aug 2026 20:25:16 -0400 Subject: [PATCH 2/2] Push due to github workflows issue