From d19afc6672fd78a8d0e8c42c872065fc7115b49d Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Thu, 10 Aug 2023 14:46:54 -0300 Subject: [PATCH 1/2] Release v0.4 Signed-off-by: Rodolfo Olivieri --- packaging/rhc-worker-script.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/rhc-worker-script.spec b/packaging/rhc-worker-script.spec index d3c3ac3..0992f20 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,9 @@ 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 + * 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 From b076146a6d940dbbd73380f872b5e9430719c7d7 Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Mon, 14 Aug 2023 13:34:33 -0300 Subject: [PATCH 2/2] Update packaging/rhc-worker-script.spec --- packaging/rhc-worker-script.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/rhc-worker-script.spec b/packaging/rhc-worker-script.spec index 0992f20..616212e 100644 --- a/packaging/rhc-worker-script.spec +++ b/packaging/rhc-worker-script.spec @@ -74,6 +74,7 @@ install -D -d -m 755 %{buildroot}%{rhc_worker_conf_dir} * 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