Skip to content

Commit

Permalink
Merge pull request #116 from r0x0d/release-0.6
Browse files Browse the repository at this point in the history
Release v0.6 Gojira
  • Loading branch information
r0x0d authored Feb 28, 2024
2 parents 83640fe + b1fc5dc commit 7b3c097
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion packaging/rhc-worker-script.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -85,6 +85,11 @@ EOF

%changelog

* Wed Feb 28 2024 Rodolfo Olivieri <[email protected]> 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 <[email protected]> 0.5-1
- Rebuild against newer golang which addresses CVE-2023-39325 and CVE-2023-44487
- Fix OpenScanHub defects related to runtime code
Expand Down

0 comments on commit 7b3c097

Please sign in to comment.