diff --git a/packaging/rhc-worker-script.spec b/packaging/rhc-worker-script.spec index d3c3ac3..616212e 100644 --- a/packaging/rhc-worker-script.spec +++ b/packaging/rhc-worker-script.spec @@ -20,7 +20,7 @@ %global use_go_toolset_1_16 0%{?rhel} == 7 && !%{defined centos} Name: %{repo_name} -Version: 0.3 +Version: 0.4 Release: 1%{?dist} Summary: Worker executing scripts on hosts managed by Red Hat Insights @@ -72,6 +72,10 @@ install -D -d -m 755 %{buildroot}%{rhc_worker_conf_dir} %changelog +* Thu Aug 10 2023 Rodolfo Olivieri 0.4-1 +- Update specfile binary name generation +- Add couple more unit tests for util.go + * Thu Aug 10 2023 Rodolfo Olivieri 0.3-1 - Parse minimal yaml instead of raw bash script - Tidy up the modules and replace deprecated call WithInsecure