Skip to content

Commit

Permalink
Bump release to v0.10 (#153)
Browse files Browse the repository at this point in the history
* Bump release to v0.10

* Update packaging/rhc-worker-script.spec

Co-authored-by: Michal Bocek <[email protected]>

---------

Co-authored-by: Michal Bocek <[email protected]>
  • Loading branch information
r0x0d and bocekm authored Sep 30, 2024
1 parent 21523cb commit 33f7a2c
Show file tree
Hide file tree
Showing 2 changed files with 6 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.9
VERSION ?= 0.10
PKGNAME ?= rhc-worker-script
GO_SOURCES := $(wildcard src/*.go)
GO_VERSION ?= 1.21
Expand Down
6 changes: 5 additions & 1 deletion packaging/rhc-worker-script.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%global rhc_worker_conf_dir %{_root_sysconfdir}/rhc/workers

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

Expand Down Expand Up @@ -75,6 +75,10 @@ EOF

%changelog

* Mon Sep 30 2024 Rodolfo Olivieri <[email protected]> 0.10-1
- Bump google.golang.org/grpc from v1.64.0 to v1.67.0
- Adressing CVE-2024-24791

* Tue Jul 02 2024 Rodolfo Olivieri <[email protected]> 0.9-5
- Patch specfile to build with RHEL 8

Expand Down

0 comments on commit 33f7a2c

Please sign in to comment.