From 201200e40b0034063915eccd7f8d12c5713ce6fe Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Fri, 21 Jun 2024 11:38:19 -0300 Subject: [PATCH] Release 0.9 Blanik (#142) --- Makefile | 2 +- packaging/rhc-worker-script.spec | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 75c6756..7efc2bf 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ coverage-html # Build constants -VERSION ?= 0.8 +VERSION ?= 0.9 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 915634d..a0f2e6e 100644 --- a/packaging/rhc-worker-script.spec +++ b/packaging/rhc-worker-script.spec @@ -26,7 +26,7 @@ %global use_go_toolset_1_21 0%{?rhel} == 7 && !%{defined centos} Name: %{repo_name} -Version: 0.8 +Version: 0.9 Release: 1%{?dist} Summary: Worker executing scripts on hosts managed by Red Hat Insights @@ -96,6 +96,11 @@ EOF %changelog +* Fri Jun 21 2024 Rodolfo Olivieri 0.9-1 +- Update module google.golang.org/grpc to v1.64.0 +- Bump golang version to 1.21 +- Adressing CVE-2024-24783, CVE-2024-24785, CVE-2023-45290, CVE-2024-24790. + * Wed Apr 24 2024 Rodolfo Olivieri 0.8-1 - Pass log level to executed script for more granular logging possibility - Bump golang.org/x/net from 0.17.0 to 0.23.0