Skip to content

Commit 7b3c097

Browse files
authored
Merge pull request #116 from r0x0d/release-0.6
Release v0.6 Gojira
2 parents 83640fe + b1fc5dc commit 7b3c097

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
coverage-html
1212

1313
# Project constants
14-
VERSION ?= 0.5
14+
VERSION ?= 0.6
1515
PKGNAME ?= rhc-worker-script
1616
GO_SOURCES := $(wildcard src/*.go)
1717
PYTHON ?= python3

packaging/rhc-worker-script.spec

+6-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
%global use_go_toolset_1_19 0%{?rhel} == 7 && !%{defined centos}
2121

2222
Name: %{repo_name}
23-
Version: 0.5
23+
Version: 0.6
2424
Release: 1%{?dist}
2525
Summary: Worker executing scripts on hosts managed by Red Hat Insights
2626

@@ -85,6 +85,11 @@ EOF
8585

8686
%changelog
8787

88+
* Wed Feb 28 2024 Rodolfo Olivieri <[email protected]> 0.6-1
89+
- Fix grpc to newest v1.59.x version
90+
- Remove insights_core_gpg_check from worker config
91+
- When script fails with exit code 1 we want to see the reason in logs
92+
8893
* Mon Oct 16 2023 Rodolfo Olivieri <[email protected]> 0.5-1
8994
- Rebuild against newer golang which addresses CVE-2023-39325 and CVE-2023-44487
9095
- Fix OpenScanHub defects related to runtime code

0 commit comments

Comments
 (0)