Skip to content

Commit 4ab2352

Browse files
authored
Release v0.8 Vivi (#126)
1 parent dcc40e4 commit 4ab2352

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
coverage-html
1212

1313
# Build constants
14-
VERSION ?= 0.7
14+
VERSION ?= 0.8
1515
PKGNAME ?= rhc-worker-script
1616
GO_SOURCES := $(wildcard src/*.go)
1717
GO_VERSION ?= 1.19

packaging/rhc-worker-script.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
%global use_go_toolset_1_19 0%{?rhel} == 7 && !%{defined centos}
2727

2828
Name: %{repo_name}
29-
Version: 0.7
29+
Version: 0.8
3030
Release: 1%{?dist}
3131
Summary: Worker executing scripts on hosts managed by Red Hat Insights
3232

@@ -96,6 +96,11 @@ EOF
9696

9797
%changelog
9898

99+
* Wed Apr 24 2024 Rodolfo Olivieri <[email protected]> 0.8-1
100+
- Pass log level to executed script for more granular logging possibility
101+
- Bump golang.org/x/net from 0.17.0 to 0.23.0
102+
- Refactor specfile for building the worker package
103+
99104
* Wed Apr 10 2024 Rodolfo Olivieri <[email protected]> 0.7-1
100105
- Load env vars from worker config file into script execution env
101106

0 commit comments

Comments
 (0)