From e1513fa4e3280ae2c1ec098e3c1e96a3bd79880c Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Mon, 30 Sep 2024 11:26:23 -0300 Subject: [PATCH 1/2] Bump release to v0.10 --- Makefile | 2 +- packaging/rhc-worker-script.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7efc2bf..a14d715 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ coverage-html # Build constants -VERSION ?= 0.9 +VERSION ?= 0.10 PKGNAME ?= rhc-worker-script GO_SOURCES := $(wildcard src/*.go) GO_VERSION ?= 1.21 diff --git a/packaging/rhc-worker-script.spec b/packaging/rhc-worker-script.spec index 25d5fe1..e2d96de 100644 --- a/packaging/rhc-worker-script.spec +++ b/packaging/rhc-worker-script.spec @@ -15,7 +15,7 @@ %global rhc_worker_conf_dir %{_root_sysconfdir}/rhc/workers Name: %{repo_name} -Version: 0.9 +Version: 0.10 Release: 1%{?dist} Summary: Worker executing scripts on hosts managed by Red Hat Insights @@ -75,6 +75,10 @@ EOF %changelog +* Tue Sep 30 2024 Rodolfo Olivieri 0.10-1 +- Bump google.golang.org/grpc from v1.64.0 to v1.67.0 +- Adressing CVE-2024-24791 + * Tue Jul 02 2024 Rodolfo Olivieri 0.9-5 - Patch specfile to build with RHEL 8 From 1958e805ce15c2bd607dd14b733404adcf7e54b2 Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Mon, 30 Sep 2024 11:30:08 -0300 Subject: [PATCH 2/2] Update packaging/rhc-worker-script.spec Co-authored-by: Michal Bocek --- packaging/rhc-worker-script.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/rhc-worker-script.spec b/packaging/rhc-worker-script.spec index e2d96de..cae664f 100644 --- a/packaging/rhc-worker-script.spec +++ b/packaging/rhc-worker-script.spec @@ -75,7 +75,7 @@ EOF %changelog -* Tue Sep 30 2024 Rodolfo Olivieri 0.10-1 +* Mon Sep 30 2024 Rodolfo Olivieri 0.10-1 - Bump google.golang.org/grpc from v1.64.0 to v1.67.0 - Adressing CVE-2024-24791