Skip to content

Commit

Permalink
Release v0.7 Akira
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0d committed Apr 10, 2024
1 parent 8745a74 commit 00564a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
coverage-html

# Project constants
VERSION ?= 0.6
VERSION ?= 0.7
PKGNAME ?= rhc-worker-script
GO_SOURCES := $(wildcard src/*.go)
PYTHON ?= python3
Expand Down
5 changes: 4 additions & 1 deletion packaging/rhc-worker-script.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%global use_go_toolset_1_19 0%{?rhel} == 7 && !%{defined centos}

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

Expand Down Expand Up @@ -85,6 +85,9 @@ EOF

%changelog

* Wed Apr 10 2024 Rodolfo Olivieri <[email protected]> 0.7-1
- Load env vars from worker config file into script execution env

* Wed Feb 28 2024 Rodolfo Olivieri <[email protected]> 0.6-1
- Fix grpc to newest v1.59.x version
- Remove insights_core_gpg_check from worker config
Expand Down

0 comments on commit 00564a3

Please sign in to comment.