Skip to content

Commit d3e10a9

Browse files
committed
Release v0.3
Signed-off-by: Rodolfo Olivieri <[email protected]>
1 parent 00082b3 commit d3e10a9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
coverage-html
1212

1313
# Project constants
14-
VERSION ?= 0.2
14+
VERSION ?= 0.3
1515
PKGNAME ?= rhc-worker-script
1616
GO_SOURCES := $(wildcard src/*.go)
1717
PYTHON ?= python3

packaging/rhc-worker-script.spec

+12-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
%global use_go_toolset_1_16 0%{?rhel} == 7 && !%{defined centos}
2020

2121
Name: %{repo_name}
22-
Version: 0.2
22+
Version: 0.3
2323
Release: 1%{?dist}
2424
Summary: Worker executing scripts on hosts managed by Red Hat Insights
2525

@@ -71,6 +71,17 @@ install -D -d -m 755 %{buildroot}%{rhc_worker_conf_dir}
7171

7272
%changelog
7373

74+
* Thu Aug 10 2023 Rodolfo Olivieri <[email protected]> 0.3-1
75+
- Parse minimal yaml instead of raw bash script
76+
- Tidy up the modules and replace deprecated call WithInsecure
77+
- Add option to create config for rhc-worker-bash
78+
- Fix build for go1.16 by @r0x0d in #53
79+
- Use separate environment for every executed command
80+
- Update to make the yaml-file more generic
81+
- Expected yaml structure should be list on top level
82+
- Add setup for sos report
83+
- Update the worker to make it more generic
84+
7485
* Thu Jul 06 2023 Eric Gustavsson <[email protected]> 0.2-1
7586
- Fix RPM specfile Source
7687

0 commit comments

Comments
 (0)