From 4ddc57e6247c4389b46cc3752b462fb4a095662a Mon Sep 17 00:00:00 2001 From: Michael Engel Date: Wed, 31 May 2023 17:23:41 +0200 Subject: [PATCH] Release 0.3.0 (#326) Signed-off-by: Michael Engel --- build-scripts/build-srpm.sh | 4 ++-- hirte.spec.in | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/build-scripts/build-srpm.sh b/build-scripts/build-srpm.sh index 44d9358219..178f9c88a9 100755 --- a/build-scripts/build-srpm.sh +++ b/build-scripts/build-srpm.sh @@ -11,9 +11,9 @@ git config --global --add safe.directory $(pwd) # Package release # # Use following for official releases -#RELEASE="1" +RELEASE="1" # Use following for nightly builds -RELEASE="0.$(date +%04Y%02m%02d%02H%02M).git$(git rev-parse --short ${GITHUB_SHA:-HEAD})" +#RELEASE="0.$(date +%04Y%02m%02d%02H%02M).git$(git rev-parse --short ${GITHUB_SHA:-HEAD})" # Set version and release diff --git a/hirte.spec.in b/hirte.spec.in index d696753cc2..b5aa0a02e2 100644 --- a/hirte.spec.in +++ b/hirte.spec.in @@ -163,6 +163,17 @@ This package contains the service controller command line tool. %changelog +* Wed May 31 2023 Michael Engel - 0.3.0-1 +- API and hirtectl commands for enabling, disabling and reloading of systemd units added +- Glob filter option to hirtectl list-units +- Collecting metrics for unit startup time +- Improvements for building hirte RPMs +- Allow hirte to run with unconfined user +- Aligned naming of hirte config files +- Fixed for invalid type cast of ProxyMonitor +- Mkdocs-based documentation added +- Wildcard support for monitoring units + * Wed May 03 2023 Michael Engel - 0.2.1-1 - RPM and unit test fixes