From b1fc5dcd27ece604c19183b5f9b12014823f0e06 Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Wed, 28 Feb 2024 10:13:07 -0300 Subject: [PATCH] Release v0.6 Gojira Signed-off-by: Rodolfo Olivieri --- Makefile | 2 +- packaging/rhc-worker-script.spec | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4f72a7d..9d39e13 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ coverage-html # Project constants -VERSION ?= 0.5 +VERSION ?= 0.6 PKGNAME ?= rhc-worker-script GO_SOURCES := $(wildcard src/*.go) PYTHON ?= python3 diff --git a/packaging/rhc-worker-script.spec b/packaging/rhc-worker-script.spec index 08b2671..8d72b32 100644 --- a/packaging/rhc-worker-script.spec +++ b/packaging/rhc-worker-script.spec @@ -20,7 +20,7 @@ %global use_go_toolset_1_19 0%{?rhel} == 7 && !%{defined centos} Name: %{repo_name} -Version: 0.5 +Version: 0.6 Release: 1%{?dist} Summary: Worker executing scripts on hosts managed by Red Hat Insights @@ -85,6 +85,11 @@ EOF %changelog +* Wed Feb 28 2024 Rodolfo Olivieri 0.6-1 +- Fix grpc to newest v1.59.x version +- Remove insights_core_gpg_check from worker config +- When script fails with exit code 1 we want to see the reason in logs + * Mon Oct 16 2023 Rodolfo Olivieri 0.5-1 - Rebuild against newer golang which addresses CVE-2023-39325 and CVE-2023-44487 - Fix OpenScanHub defects related to runtime code