Skip to content

Commit

Permalink
Release BlueChi v0.10.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 Feb 26, 2025
1 parent ec66625 commit eef29dd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
17 changes: 17 additions & 0 deletions bluechi.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,23 @@ build-scripts/generate-unit-tests-code-coverage.sh %{_vpath_builddir} %{buildroo


%changelog
* Wed Feb 26 2025 Michael Engel <mengel@redhat.com> - 0.10.0-1
- Breaking change: ListUnits and ListUnitFiles return a dictionary with node name as key
- Added new API: StartTransientUnit
- Enabled per node configuration in bluechi-controller
- Enabled setting a required SELinux context for nodes connecting via Unix Domain Socket
- Added Allowed and RequiredSelinuxContext as per-node configuration option
- Added libselinux-devel as a dependency
- Added support for running TCP/IP and Unix Domain Sockets (via socket activation) in parallel
- Added Unix Domain Socket support without systemd sock activation
- Updated SELinux policy to work with Unix Domain Sockets
- Fixed bluechi-is-online system and agent to not accept arguments
- Fixed unterminated string initialization for hexchar function
- Fixed overrunning log_level_to_string for invalid log levels
- Updated the python bindings for BlueChi's D-Bus API
- Added C and C++ examples using BlueChi's D-Bus API
- Removed Vendor and Packager from RPM spec

* Tue Nov 12 2024 Michael Engel <mengel@redhat.com> - 0.9.0-1
- BlueChi's SELinux policy has been refined and changed from permissive to enforced
- New package: bluechi-is-online
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Current version of BlueChi
VERSION=0.10.0
# Specify if build is a official release or a snapshot build
IS_RELEASE="0"
IS_RELEASE="1"
# Used for official releases. Increment if necessary
RELEASE="1"
# Used to cache generated snapshot release for further usage
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
bluechi (0.10.0-1) stable; urgency=low

* Upgrading to BlueChi v0.10.0.

-- Michael Engel <mengel@redhat.com> Wed, 26 Feb 2025 14:05:29 +0200


bluechi (0.9.0-1) stable; urgency=low

* Upgrading to BlueChi v0.9.0.
Expand Down

0 comments on commit eef29dd

Please sign in to comment.