-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from r0x0d/release-v0.4
Release v0.4 Phoenix
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> 0.4-1 | ||
- Update specfile binary name generation | ||
- Add couple more unit tests for util.go | ||
|
||
* Thu Aug 10 2023 Rodolfo Olivieri <[email protected]> 0.3-1 | ||
- Parse minimal yaml instead of raw bash script | ||
- Tidy up the modules and replace deprecated call WithInsecure | ||
|