From 33f7a2c5d574cb1a1007c31e7c208a0f30ccb6ce Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Mon, 30 Sep 2024 11:40:08 -0300 Subject: [PATCH] Bump release to v0.10 (#153) * Bump release to v0.10 * Update packaging/rhc-worker-script.spec Co-authored-by: Michal Bocek --------- Co-authored-by: Michal Bocek --- 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..cae664f 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 +* 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 + * Tue Jul 02 2024 Rodolfo Olivieri 0.9-5 - Patch specfile to build with RHEL 8