Skip to content

Commit 201200e

Browse files
authored
Release 0.9 Blanik (#142)
1 parent 35b53fe commit 201200e

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
@@ -8,7 +8,7 @@
88
coverage-html
99

1010
# Build constants
11-
VERSION ?= 0.8
11+
VERSION ?= 0.9
1212
PKGNAME ?= rhc-worker-script
1313
GO_SOURCES := $(wildcard src/*.go)
1414
GO_VERSION ?= 1.21

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_21 0%{?rhel} == 7 && !%{defined centos}
2727

2828
Name: %{repo_name}
29-
Version: 0.8
29+
Version: 0.9
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+
* Fri Jun 21 2024 Rodolfo Olivieri <[email protected]> 0.9-1
100+
- Update module google.golang.org/grpc to v1.64.0
101+
- Bump golang version to 1.21
102+
- Adressing CVE-2024-24783, CVE-2024-24785, CVE-2023-45290, CVE-2024-24790.
103+
99104
* Wed Apr 24 2024 Rodolfo Olivieri <[email protected]> 0.8-1
100105
- Pass log level to executed script for more granular logging possibility
101106
- Bump golang.org/x/net from 0.17.0 to 0.23.0

0 commit comments

Comments
 (0)