Skip to content

Commit

Permalink
Release 0.9 Blanik (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0d authored Jun 21, 2024
1 parent 35b53fe commit 201200e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
coverage-html

# Build constants
VERSION ?= 0.8
VERSION ?= 0.9
PKGNAME ?= rhc-worker-script
GO_SOURCES := $(wildcard src/*.go)
GO_VERSION ?= 1.21
Expand Down
7 changes: 6 additions & 1 deletion packaging/rhc-worker-script.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
%global use_go_toolset_1_21 0%{?rhel} == 7 && !%{defined centos}

Name: %{repo_name}
Version: 0.8
Version: 0.9
Release: 1%{?dist}
Summary: Worker executing scripts on hosts managed by Red Hat Insights

Expand Down Expand Up @@ -96,6 +96,11 @@ EOF

%changelog

* Fri Jun 21 2024 Rodolfo Olivieri <[email protected]> 0.9-1
- Update module google.golang.org/grpc to v1.64.0
- Bump golang version to 1.21
- Adressing CVE-2024-24783, CVE-2024-24785, CVE-2023-45290, CVE-2024-24790.

* Wed Apr 24 2024 Rodolfo Olivieri <[email protected]> 0.8-1
- Pass log level to executed script for more granular logging possibility
- Bump golang.org/x/net from 0.17.0 to 0.23.0
Expand Down

0 comments on commit 201200e

Please sign in to comment.