Skip to content

Commit

Permalink
Release hirte 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Jul 10, 2023
1 parent 77f30d8 commit 8a1c8e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-scripts/build-srpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions hirte.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,19 @@ cp -r src/bindings/python/* ./


%changelog
* Mon Jul 10 2023 Michael Engel <[email protected]> - 0.4.0-1
- Defaults for hirtectl monitor defaults defined and documented
- Dedicated signal is emitted when a node changes its connection state
- Added a last seen timestamp of a node as a D-Bus property
- Added new command to hirtectl to monitor node connections
- Support of FQDN in ManagerHost
- Support of IPv6 in ManagerHost
- Added hirtectl command to get the status of a unit
- Autogenerated, typed python bindings
- New rpm package for the typed python bindings of hirte's D-Bus API
- API and hirtectl commands for setting the loglevel at runtime
- Fixes in the D-Bus API description

* Wed May 31 2023 Michael Engel <[email protected]> - 0.3.0-1
- API and hirtectl commands for enabling, disabling and reloading of systemd units added
- Glob filter option to hirtectl list-units
Expand Down

0 comments on commit 8a1c8e0

Please sign in to comment.