Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.6 Gojira #116

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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