-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michael Engel <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -341,6 +341,25 @@ build-scripts/generate-unit-tests-code-coverage.sh %{_vpath_builddir} %{buildroo | |
|
||
|
||
%changelog | ||
* Tue Nov 12 2024 Michael Engel <[email protected]> - 0.9.0-1 | ||
- BlueChi's SELinux policy has been refined and changed from permissive to enforced | ||
- New package: bluechi-is-online | ||
- Added a configurable heartbeat and threshold from bluechi-controller to bluechi-agent | ||
- Added a configurable threshold in bluechi-controller to actively disconnect an unresponsive bluechi-agent | ||
- Added monotonic timestamp properties to D-Bus API | ||
- Added GetUnitFileState method to D-Bus API and is-enabled command to bluechictl | ||
- Added KillUnit method to D-Bus API and kill command to bluechictl | ||
- Added ResetFailed and ResetFailedUnit to D-Bus API and respective commands to bluechictl | ||
- Added ListUnitFiles to D-Bus API and list-unit-files command to bluechictl | ||
- Added GetDefaultTarget and SetDefaultTarget to D-Bus API and respective commands to bluechictl | ||
- Added specific usage functions for commands to bluechictl | ||
- Changed the register call of bluechi-agent to be asynchronous | ||
- Fixed the order of disconnect and controller address changed on calling SwitchController | ||
- Fixed updating the displayed peer IP when a node changes connection state in bluechictl | ||
- Fixed determining the peer IP address of the agent | ||
- Improved debug logging in bluechi-agent, bluechi-controller and bluechictl | ||
- Updated the python bindings for BlueChi's D-Bus API | ||
|
||
* Mon Apr 29 2024 Michael Engel <[email protected]> - 0.8.0-1 | ||
- Breaking change: Removed obsolete API method Ping | ||
- Fixed .conf suffix check for conf.d files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters