File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1111 coverage-html
1212
1313# Build constants
14- VERSION ?= 0.7
14+ VERSION ?= 0.8
1515PKGNAME ?= rhc-worker-script
1616GO_SOURCES := $(wildcard src/* .go)
1717GO_VERSION ?= 1.19
Original file line number Diff line number Diff line change 2626%global use_go_toolset_1_19 0%{?rhel } == 7 && ! %{defined centos }
2727
2828Name: %{repo_name }
29- Version: 0.7
29+ Version: 0.8
3030Release: 1%{?dist }
3131Summary: Worker executing scripts on hosts managed by Red Hat Insights
3232
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
You can’t perform that action at this time.
0 commit comments