diff --git a/.gitignore b/.gitignore index 7fb15f1..9b7adba 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/rhc-worker-script-0.5.tar.gz +SOURCES/rhc-worker-script-0.6.tar.gz diff --git a/.rhc-worker-script.metadata b/.rhc-worker-script.metadata index 0f897bd..0249228 100644 --- a/.rhc-worker-script.metadata +++ b/.rhc-worker-script.metadata @@ -1 +1 @@ -6449d10da6eeea1414559f82b2d595fdaf45d4ae SOURCES/rhc-worker-script-0.5.tar.gz +e3666abc79211a7427fb42d624f098d561fe0f6d SOURCES/rhc-worker-script-0.6.tar.gz diff --git a/SPECS/rhc-worker-script.spec b/SPECS/rhc-worker-script.spec index 77d2274..8d72b32 100644 --- a/SPECS/rhc-worker-script.spec +++ b/SPECS/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 @@ -72,9 +72,6 @@ directive: "%{name}" # whether to verify incoming yaml files verify_yaml: true -# perform the insights-client GPG check on the insights-core egg -insights_core_gpg_check: true - # temporary directory in which the temporary script will be placed and executed. temporary_worker_directory: "/var/lib/rhc-worker-script" EOF @@ -88,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