Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <mengel@redhat.com>
  • Loading branch information
engelmi committed Apr 25, 2023
1 parent aaf0ec1 commit 78f3092
Show file tree
Hide file tree
Showing 2 changed files with 10 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
8 changes: 8 additions & 0 deletions hirte.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,13 @@ This package contains the service controller command line tool.


%changelog
* Tue April 25 2023 Michael Engel <mengel@redhat.com> - 0.2.0-1
- Heartbeat interval configurable
- Restart for hirte and hirte-agent systemd unit added
- Logging improvements
- SELinux policy added
- Defaults for node name and manager host in code
- Fix conf.d usage and memory leaks

* Tue Mar 21 2023 Martin Perina <mperina@redhat.com> - 0.1.0-1
- Initial release

0 comments on commit 78f3092

Please sign in to comment.