Releases: eclipse-bluechi/bluechi
Releases · eclipse-bluechi/bluechi
v0.8.0
Highlights
Breaking Changes
- Breaking change: Removed obsolete API method Ping
Bug Fixes
- Fixed .conf suffix check for conf.d files
- Fixed memory leaks in bluechi-agent and bluechictl
- Fixed bluechictl when fetching status of multiple services
- Fixed segfault when calling set-loglevel API with invalid loglevel
- Cleanup controller when start fails to prevent memory leaks
New Features
- Added watch option to bluechictl status
- Implemented D-Bus API for cancelling a Job
- Added IP to of registered nodes as D-Bus property and to the ListNodes API
- Added D-Bus properties for LogLevel and LogTarget of bluechi-controller and bluechi-agent
- Added D-Bus on bluechi-agent to switch the bluechi-controller
- Improved the output of bluechictl list-units
- Improved the formatted output of the dumped config of bluechi-controller and bluechi-agent on startup
- bluechictl monitor flushes stdout for each iteration
- Changed output of bluechictl status from stderr to stdout
- BlueChi's SELinux policy has been extended by a tunable policy to dis-/allow any port
Testing
- Improved and stabilized the generation of the coverage report
- Integrated coverage reporting with coveralls.io
- Implemented multihost mode to run integration tests on multiple machines
- Introduced dedicated classes for bluechictl, systemctl and systemd services
- Introduced library for python scripts on the testing machines accessing the BlueChi API
- Added a lot of unit and integration tests
Documentation
- Added BlueChi logo to architecture diagram
- BlueChi Ansible Collection
- Converted the MAN page for the SELinux policy from roff and to markdown format
- Added Security section with SELinux policy of BlueChi
Miscellaneous
- Added GH workflow for automatic generation of runtime SBOMs
- Added GH workflow for manually triggering mulithost integration tests on testing farm
- Added meson option for building with SELinux policy
- Use project version from centralized script
- Aligned RPM release with release reported by command line tools
- Fedora's latest stable version has been chosen for packit's integration tests
- Badges for unit and integration tests as well as the combined coverage have been added to README
Detailed commit log
- Post Relese v0.7.0 by @engelmi in #715
- fixed workflow for publishing to pypi by @engelmi in #717
- Add Fedora spec changes to upstream by @mwperina in #718
- Retrieve the version from script on publish by @engelmi in #720
- removed unused function from libbluechi by @engelmi in #721
- Merge the info file inside the container by @ArtiomDivak in #719
- Unify unit and integration tests coverage report by @mwperina in #711
- remove unit test file coverage by @engelmi in #728
- Ordered output for python bindings generator by @engelmi in #724
- Add LogLevel and LogTarget properties for controller and agent by @ArtiomDivak in #727
- cleanup controller when start fails by @engelmi in #731
- pin tmt version to 1.30 by @engelmi in #733
- doc: add information about firewall in the docs by @dougsland in #735
- Test for loglevel for controller and agent by @ArtiomDivak in #723
- Tests set-loglevel with invalid input by @ArtiomDivak in #736
- Report to test coverage to Coveralls by @ygalblum in #708
- Add code coverage badge to README.md by @mwperina in #737
- Fix various meson warnings by @mwperina in #738
- Split up parse config function by @engelmi in #739
- changed naming for container to machine by @engelmi in #740
- Update GH actions to latest releases by @mwperina in #742
- introduced a client class in integration tests by @engelmi in #743
- load config from cli option as part of load complete config by @engelmi in #744
- Fix warning about changelog date by @mwperina in #747
- Generate coverage info file for unit test during package build by @mwperina in #746
- dedicated classes for systemctl and bluechictl commands by @engelmi in #745
- Improve logging in integration tests by @mwperina in #750
- Test validity of -h/--help option by @mwperina in #751
- Test validity of -v/--version option by @mwperina in #752
- Add test for disable service in bluechictl by @mwperina in #754
- Test metrics enable and then disable by @mkemel in #755
- Test if bluechictl version is aligned with RPM version by @mwperina in #758
- Remove unused command_ref method by @mwperina in #757
- Detect systemctl operation result for stop action by @mwperina in #756
- Test bluechictl status by @mwperina in #759
- Test that bluechictl list-units aligns with systemctl output by @mwperina in #760
- Remove unused client_ref method by @mwperina in #762
- Add test for bluechictl execution without parameters by @mwperina in #763
- implemented ssh client and test suite by @engelmi in #749
- Test agent connect via ControllerAddress by @ArtiomDivak in #741
- doc: Add BlueChi Ansible Collection information by @dougsland in #764
- added file cleanup for multihost tests by @engelmi in #765
- Test bluechictl restart properly restarts a service by @mwperina in #766
- Always print full service name in bluechictl list-units by @mwperina in #768
- added code of conduct by @engelmi in #771
- added security.md by @engelmi in #770
- replaced pytest-timeout with custom timeout by @engelmi in #773
- added contributing.md by @engelmi in #774
- Add a test for bluechictl monitor by @mwperina in #776
- Remove unit_list_ref method from method-list-units.c by @mwperina in #782
- Remove controller_ref function from controller/controller.c by @mwperina in #789
- added bluechi-proxy to help option test by @engelmi in #809
- Fix unit test code coverage generation by @mwperina in #811
- added unit test for log_target_to_str by @engelmi in #810
- ReloadUnit test by @ArtiomDivak in #775
- removed obsolete API ping method by @engelmi in #814
- added unit tests for cli/command by @engelmi in #813
- added unit tests for lot to stderr and stderr-full by @engelmi in #812
- added integration test for internal hello method by @engelmi in #815
- added integration test for proxy on non-existing node by @engelmi in #816
- Increase inotify limits for integration tests in GH CI by @mwperina in #820
- Remove workaround for podman-py #350 by @mwperina in #817
- Test DaemonReload by @ArtiomDivak in #818
- Assign default values for copy_systemd_service parameters by @mwperina in #823
- Implement job cancel by @engelmi in #821
- added peer ip to node by @engelmi in #824
- Add micros to millis test by @engelmi in #826
- re-enable list units on all nodes integration test by @engelmi in #827
- Test that bluechictl monitor receives UnitCreated/UnitRemoved signals by @mwperina in https://github.com/eclipse-bl...
v0.7.0
Highlights
Breaking Changes
- bluechictl: Removed command
monitor node-connection
- DBus-API: Removed method
Shutdown
from controller and agent - Renaming of manager to controller in configuration, API, etc.
New Features
- bluechictl: watch option to
bluechictl status
- bluechictl: flags for
enable
anddisable
commands - API: System status property on
org.eclipse.bluechi.Manager
- API: Extended monitor API by adding and removing peers
- Configuration: TCP KeepAlive options for peer connections
- Configuration: IP_RECV_ERR option for peer connections
Bug Fixes
- Enable quicker tcp error notification by setting IP_RECV_ERR
- Send monitor signals only to peer
- Check for proxy service list being empty instead of NULL on shutdown
- Fixed check that agent started successfully
- Fixed memory leak when assembling monitoring signals
Testing
- Integration tests are run with valgrind on testing farm
- Integration tests produce a coverage report in GH workflow
- Added more integration tests for new peer API, -c option and more
Documentation
- Using the Monitor API of BlueChi
- Securing BlueChi with mTLS and double proxy
Miscellaneous
- BlueChi logo has been added to the project
- Added error log when at least one list units request fails
- Added log statements when sending monitor signals fail
- Upgraded subproject hashmap.c to v0.7.0
- Introduced pre-shutdown hook to ensure final signals are emitted
- Refactored bluechictl and introduced command pattern
Detailed commit log
- Post Release v0.6.0 by @engelmi in #639
- mark cloned project directory as safe for git by @engelmi in #640
- remove warnings from hashmap lib by @Iiqbal2000 in #636
- Add valgrind test packit job by @mkemel in #641
- Add label to basic integration test packit job by @mkemel in #644
- send monitor signals only to peer by @engelmi in #642
- Update maintainer readme by @engelmi in #645
- Fix remaining URLs pointing to containers/bluechi by @mwperina in #647
- added github workflow for building and pushing base images by @engelmi in #646
- log error when at least one list units request fails by @engelmi in #649
- added infinite loop option to bluechi-tester by @engelmi in #650
- Force python-rich installation for podman-py by @mwperina in #653
- extended monitor API by adding and removing peers by @engelmi in #651
- Add lcov to integration-test-base container by @mwperina in #656
- added integration test shutdown for bluechi by @engelmi in #657
- Add failure message to PR if after merge build fails by @mwperina in #655
- added intregration tests for AddPeer on Monitor API by @engelmi in #654
- removed unused sdbus error variable by @engelmi in #658
- fix CI check for apispec changes by @engelmi in #659
- Docs: Add Securing BlueChi with mTLS and double proxy by @ygalblum in #660
- Monitor peer documentation by @engelmi in #661
- Get HTML file of with code coverage info by @ArtiomDivak in #621
- Add logo to the project by @mwperina in #663
- Use horizontal logo for README.md by @mwperina in #664
- Add BlueChi logo for the organization on GH by @mwperina in #665
- Add logo for social media preview on GH by @mwperina in #666
- Fix typo in social media logo file name by @mwperina in #667
- integration test reconnect: wait a bit after controller has stopped by @engelmi in #669
- enable quicker tcp error notification by @engelmi in #670
- Optimize code coverage processing by @mwperina in #675
- added TCP KeepAlive options to configuration by @engelmi in #673
- Optimize generating code coverage report by @mwperina in #676
- added tmt serial no. to container name by @engelmi in #679
- Small fixes in agent shutdown by @engelmi in #681
- Test for cmd -c option for agent and controller by @ArtiomDivak in #677
- removed D-Bus method Shutdown by @engelmi in #683
- disable llvm-include-order rule for clang-tidy by @engelmi in #685
- Add array of structures aligning to .clang-format by @mkemel in #688
- bluechictl: introduce Method and Command structures by @mkemel in #684
- add a comment for each PR about test coverage by @engelmi in #690
- remove comment workflow by @engelmi in #693
- bluechictl: add flags to enable and disable commands by @mkemel in #692
- Introduced shutdown hook running before exiting event loop by @engelmi in #687
- Add lsof for integration-test-base by @ArtiomDivak in #696
- Fix image workflow by @engelmi in #697
- added status property on manager interface by @engelmi in #695
- use polling instead of sleep for checking processed events by @engelmi in #699
- Test for -c option check if port is changed by @ArtiomDivak in #680
- Configuration parameters prefix - replace Manager with Controller by @ygalblum in #704
- bluechictl: status command to show nodes list by @mkemel in #700
- copy gcno files into dedictated directories by @engelmi in #709
- Rename Manager -> Controller by @mkemel in #712
- Release BlueChi v0.7.0 by @engelmi in #714
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Highlights
- Renamed bluechi to bluechi-controller for binary, rpm and documentation
- Snapshot builds are now available in the centos-sig-automotive COPR group
- Moved bluechi binaries to /usr/libexec for auto-completion
- Introduced packit for builds and running integration tests on testing farm
- Introduced clang/LLVM support
- Added properties and signals for connection status and disconnected timestamp to Agent's public API
- Removed duplicate NodeConnectionStateChanged signal from bluechi-controller
- CLI option for the version (-v) prints version and git commit hash for non-release builds
- Extended BlueChi's public D-Bus API specification by inline-comments
- Added EmitsChangedSignal annotation to properties in BlueChi's public D-Bus API specification
- Enhanced typed python bindings generator
- use inline-comments from specification
- provide listener functions for property changed signals
- Added a graceful node shutdown in bluechi-controller
- Extended integration tests to run with valgrind to detect memory leaks
- Improved documentation
- Reworked Getting Started documentation
- Reworked Proxy Service documentation and added examples and limitations
- Aligned and added API examples for Python, Go and Rust
What's Changed
- Post release 0.5.0 by @engelmi in #540
- Fix examples in bluechi's documentation on readthedocs by @pypingou in #541
- api-examples: add ruby list_nodes.rb by @dougsland in #542
- Automate creating a GitHub release by @engelmi in #545
- Remove execution bit from Python examples by @mwperina in #547
- Enable COPR repo using dnf in integration tests container by @mwperina in #548
- Fix examples license to CC0-1.0 by @mwperina in #546
- Extended the D-Bus API specification by @engelmi in #554
- Gather journal from test executor host by @mwperina in #553
- Extend typed python generator by @engelmi in #555
- Increase default timeout for tests to 45 seconds by @mwperina in #559
- Change license of API and python bindings examples to MIT-0 by @engelmi in #560
- removed duplicate NodeConnectionState signal by @engelmi in #556
- adds a status and disconnected timestamp property to the agent interface by @engelmi in #558
- Use python logging infrastructure inside tests by @mwperina in #562
- Improve documentation api examples by @engelmi in #563
- Add option to enable code coverage support when building RPMs by @ArtiomDivak in #512
- Rename
bluechi
tobluechi-controller
by @mwperina in #570 - Move BlueChi daemons to
/usr/libexec
by @mwperina in #573 - remove sudo from tests readme for base image creation by @mkemel in #576
- Introduce running integration tests with valgrind by @mkemel in #575
- Save .gcno files after meson build by @ArtiomDivak in #574
- Enforce enabling tty for exec_run by @mwperina in #581
- Tests - collect host logs only from the start time of the test by @ygalblum in #587
- Allow changing log level for integration tests from command line by @mwperina in #584
- Fix incorrect unref leading to invalid read by @mkemel in #585
- Improve integration tests stability by @mwperina in #579
- Fix missing symbol when renaming logging instance variable by @mwperina in #588
- Update CODEOWNERS by @mwperina in #586
- Improve SPDX header checks by @mwperina in #583
- Add description to
build-scripts/install-coverage.sh
by @mwperina in #582 - fix invalid read on disconnecting anonymous node by @engelmi in #592
- fixed api description for register method by @engelmi in #598
- extend getting started documentation by @engelmi in #595
- Rename bluechi RPM to bluechi-controller by @mwperina in #597
- Move snapshot COPR repo under centos-sig-automotive group by @mwperina in #601
- close fd in create_tcp_socket by @ericcurtin in #602
- Containerize RPM build to ensure CentOS-Stream9 RPMs by @ygalblum in #600
- split getting started page into multiple subpages by @engelmi in #605
- Dedicated architecture section in docs by @engelmi in #607
- added api examples for rust by @engelmi in #609
- Get gcda and gcno files from containers. by @ArtiomDivak in #594
- Add test case IDs to automate report of results by @pbrilla-rh in #611
- Remove integration tests specific network setup by @mwperina in #612
- Small integration tests improvements by @mwperina in #613
- improve error messages returned from dbus api by @Iiqbal2000 in #608
- Simplify installation of bluechi-coverage package in tests by @mwperina in #610
- FFI: initial bluechi-tester tool by @dougsland in #615
- added option for building with static analysis by @engelmi in #616
- Add metrics start unit test by @engelmi in #617
- fix issues detected by gcc -fanalyzer option by @engelmi in #618
- enable -fanalyzers malloc leak detection by @engelmi in #624
- Introduce clang/LLVM to build-base by @ericcurtin in #623
- Agent - Save ManagerAddress in context and use in ensure by @ygalblum in #625
- Introduce clang/LLVM support by @ericcurtin in #622
- extend documentation of proxy services by @engelmi in #626
- switch to hashmap.c in eclipse-bluechi organization by @engelmi in #628
- re-enable proxy service fails on execstart integration test by @engelmi in #627
- changed Conflicts= to be not supported in documentation by @engelmi in #631
- Add integration test unsubscribe by @engelmi in #632
- Introduce support for packit builds by @mwperina in #488
- Aligns build targets for bluechi-snapshot packit builds by @mwperina in #633
- fix race condition for [email protected] by @engelmi in #634
- setting pointers to NULL after free by @engelmi in #629
- Move version to dedicated script by @engelmi in #635
- graceful node shutdown when manager destroyed by @mkemel in #630
- mark current directory as safe when creating archive by @engelmi in #638
- Release BlueChi 0.6.0 by @engelmi in #637
New Contributors
- @ericcurtin made their first contribution in #602
- @pbrilla-rh made their first contribution in #611
- @Iiqbal2000 made their first contribution in #608
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Highlights
- New project name: BlueChi
- License changes:
- BlueChi project from GPL-2.0-or-later to LGPL-2.1-or-later
- API examples to CC0-1.0
- Typed python bindings package to CC0-1.0
- New feature: freeze and thaw units
- Improved configuration file parsing:
- Increased maximum line length to 500
- Added multi-line support
- Clearer error messages when parsing fails
- Typed python bindings: property annotation for D-Bus property added
- Bug fixes:
- heartbeat interval of 0 disables it instead of spamming the signal
- disconnecting, anonymous node doesn't lead to a segfault anymore
- some minor memory leaks have been fixed
- Examples for using GoLang to access the D-Bus API have been added
- Examples for using Rust to access the D-Bus API have been added
- Added CLI option for all binaries to print the version
- Changed the default log target to be journald
What's Changed
- Post release 0.4.0 by @engelmi in #385
- Documintation for SetLogLevel by @ArtiomDivak in #376
- Add bindings to mkdocs by @engelmi in #386
- Specify that the systemd license is GPLv2+ by @pypingou in #388
- config: load default config from source by @dougsland in #394
- Prevent continuous heartbeats by @engelmi in #395
- Get hirte version through CLI by @ArtiomDivak in #404
- info: show hirte version in the start by @dougsland in #407
- README.developer: add debug information by @dougsland in #422
- fix segfault on disconnected anonymous node by @engelmi in #429
- increase max line length in ini files by @engelmi in #428
- increase maximum line length of inih by @engelmi in #433
- Add coverage report generation for tests by @sandrobonazzola in #436
- build-base: add tools for coverage reports by @sandrobonazzola in #438
- Use correct architecture within container builds by @mwperina in #439
- containers minimization by @sandrobonazzola in #440
- Fix detecting architecture within container builds by @mwperina in #441
- unit-tests: generate coverage for unit tests by @sandrobonazzola in #442
- Proposal: integrate external libraries as subproject by @engelmi in #432
- test: add getaddress mock by @dougsland in #445
- tests: README.md update tmt instructions by @dougsland in #453
- Maintain Python 3.9 compatibility for integration tests by @mwperina in #458
- bluechi: rename source code and build systems by @dougsland in #460
- Mention that BlueChi used to be called hirte by @pypingou in #466
- Update SELinux policy for hirte by @rhatdan in #463
- Install gcc-c++ as a depedency for SRPM creation for COPR build by @mwperina in #470
- Add gcc-c++ to the spec build requirements by @mwperina in #471
- Update quay organization for images and support multiplatform container base by @engelmi in #472
- Use the new Quay repo name for BlueChi by @mwperina in #473
- Fix the BlueChi architecture diagram to no longer mention hirte by @pypingou in #475
- Change the license of API examples to CC0-1.0 by @mwperina in #476
- Change the license of python bluechi module examples to CC0-1.0 by @mwperina in #478
- Make building python3-bluechi conditional by @mwperina in #479
- Check SPDX header in Python files by @mwperina in #465
- Use macro value for conditional build instead of bcond by @mwperina in #480
- build: rename spdx-header-chech by @dougsland in #484
- integration tests: invalid bluechi agent port by @dougsland in #482
- Python bindings in integration tests by @engelmi in #485
- integration test: add missing f in string by @dougsland in #491
- fix small memory leak by @engelmi in #493
- integration test: add agent loglevel test by @dougsland in #490
- integration test: add agent LogIsQuiet test by @dougsland in #492
- Add operations for FreezeUnit and ThawUnit by @irishair in #489
- Add freezer state in bluechictl status output by @irishair in #497
- Manager - reuse passthrough functions for freeze and thaw by @ygalblum in #498
- Add coverage enable/disable option for meson by @ArtiomDivak in #494
- added integration test for the automatic reconnect of the bluechi-agent by @engelmi in #496
- Bluechi Manager - use the passthrough function when possible by @ygalblum in #501
- forward the error when setting default cfg values fails by @engelmi in #502
- added integration test for wildcard subscription with reconnecting node by @engelmi in #505
- Add log unit tests by @engelmi in #503
- Extend cfg unit tests by @engelmi in #504
- Add intergration test for freeze and thaw by @irishair in #500
- Relicense the project to LGPL-2.1-or-later by @mwperina in #506
- updated bluechi python bindings by @engelmi in #507
- Add cfg load complete configuration unit test by @engelmi in #508
- added integration test for monitoring specific unit by @engelmi in #511
- added integration test for wildcard subscriptions by @engelmi in #509
- fix multi-arch build for test images by @engelmi in #513
- aarch64 run on c9s aarch fixes by @Yarboa in #514
- Add integration test monitor multiple units by @engelmi in #515
- bindings: add reference to examples by @dougsland in #518
- README.developer.md: update by @dougsland in #521
- Integration tests for unit properties by @engelmi in #517
- Fix due to aboot machine tests by @Yarboa in #516
- added integration test for bluechi with invalid values of the port by @engelmi in #523
- added integration test for running bluechi-agent alongside bluechi by @engelmi in #526
- doc/examples: golang - list_nodes.go by @dougsland in #528
- added integration test for trying to connect with an anonymous node by @engelmi in #527
- doc: update golang dbus version to the latest by @dougsland in #532
- Re-add README.developer.md into markdown lint checked files by @mwperina in #534
- integration tests: add LogTarget tests by @dougsland in #530
- integration tests: wait_for_unit_state_to_be by @dougsland in #538
- rust: add module generation by @dougsland in #537
- Release BlueChi 0.5.0 by @engelmi in #539
New Contributors
- @sandrobonazzola made their first contribution in #436
- @irishair made their first contribution in #489
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Highlights
- Support of FQDN and IPv6
- Typed (autogenerated) python bindings as RPM package and on PyPI (see https://pypi.org/project/pyhirte/)
- Set log level D-Bus API
- Monitoring of node status
What's Changed
- Integration tests - fail the test when it actually failed by @ygalblum in #328
- added integration test for enabling a unit by @engelmi in #332
- hirtectl monitor is documented to handle no options by @rhatdan in #330
- Simplify the test metadata to prevent duplication by @psss in #336
- Signal on agent online offline by @engelmi in #335
- Update mkdocs by @engelmi in #341
- Always attach unit test logs to artifacts by @mwperina in #346
- agent: add support to FQDN in ManagerHost by @dougsland in #340
- network: add dual stack by @dougsland in #348
- doc: add hirte-ctl in getting started by @ewchong in #349
- python module for hirte by @dougsland in #339
- hirtectl - implement getting remote unit status by @ygalblum in #350
- log: improve timestamps on stderr log output by @mkemel in #321
- fixed get_address unit test by @engelmi in #354
- Use proper string size in get_address_test.c by @mwperina in #356
- portable print for uint64_t timestamps milliseconds by @engelmi in #357
- added typecast to uintptr_t for subscription pointer by @engelmi in #355
- Allow CI to run on stable branches by @mwperina in #359
- agent: move the IPV4 and IPV6 validation by @dougsland in #353
- Enhance ipv4 ipv6 handling by @engelmi in #363
- split get address test into success and failure cases by @engelmi in #366
- check only for success or failure instead of error code by @engelmi in #367
- removed not implemented KillUnit from api description by @engelmi in #365
- Pytest - explicitly set confcutdir by @ygalblum in #370
- rpm: add python3-hirte package by @dougsland in #351
- Set Log Level API by @ArtiomDivak in #347
- Hirtectl - Fix endless loop in status call by @ygalblum in #372
- aligned more APIs in description with actual implementation by @engelmi in #368
- get_hostname: move to network module by @dougsland in #374
- Integration Tests - check if active using hirtectl by @ygalblum in #377
- manager: remove stop() by @dougsland in #375
- Node last seen timestamp by @engelmi in #379
- Generate API clients based on description by @engelmi in #373
- updated developer readme by @engelmi in #381
- Rpm package python bindings by @engelmi in #380
- fixed python bindings rpm package name by @engelmi in #383
New Contributors
Full Changelog: v0.3.0...v0.4.0
hirte 0.3.1
What's Changed
Full Changelog: v0.3.0...v0.3.1
hirte 0.3.0
What's Changed
- api-examples: Use the System bus by @alexlarsson in #272
- Wildcards nodes and units by @engelmi in #248
- removed obsolete arch documentation by @engelmi in #274
- Add Python linter to CI by @mwperina in #273
- Add initial work on a mkdocs-based documentation by @pypingou in #271
- Run lint and rpmbuild+e2e-tests in parallel by @mwperina in #270
- fixed invalid type cast of ProxyMonitor to Monitor by @engelmi in #278
- added start proxy e2e test by @engelmi in #290
- hirte config files should be called the same everywhere by @rhatdan in #253
- Allow hirte to communicate with unconfined user by @rhatdan in #295
- Optimize workflows by @mwperina in #294
- Don't run linters on merge by @mwperina in #296
- Manager: clean up outstanding jobs when agents disconnect by @sdunnagan in #292
- build: create make rpm and make srpm by @dougsland in #285
- More proxy e2e tests - Stopping proxy service on source node by @engelmi in #297
- improved error and info logs when loading configurations by @engelmi in #300
- E2e tests for proxy service by @engelmi in #303
- Use LIST_FOREACH_SAFE() when deallocating list items. by @sdunnagan in #304
- Cleanup docs by @engelmi in #306
- build: build-rpm.sh failing by @dougsland in #283
- cleanup container files by @engelmi in #308
- Fix importing the python examples in the doc by @pypingou in #309
- Fix the links for editing the docs online by @pypingou in #310
- Another attempt to fix the edit links in the doc by @pypingou in #314
- Add a README explaining how to build the docs by @pypingou in #316
- Show the man pages in the docs by @pypingou in #315
- README-dev: add TOC by @dougsland in #317
- Metrics: basic start unit job reporting by @mkemel in #265
- Add hirtectl list units filter by @engelmi in #311
- temporarily disable flaky execstart integration test by @engelmi in #319
- codespell - ignore tags and builddir by @ygalblum in #318
- added dnf upgrade when building the integration-test-base image by @engelmi in #327
- Add support for unit file enable and disable and daemon-reload by @ygalblum in #322
- Release 0.3.0 by @engelmi in #326
New Contributors
- @dougsland made their first contribution in #285
Full Changelog: v0.2.1...v0.3.0
hirte 0.2.1
What's Changed
- Post release 0.2.0 by @engelmi in #260
- Reimplement integration tests in tmt and pytest by @mwperina in #259
- RPM: requires policycoreutils-python-utils by @lsm5 in #263
- Cleanup e2e tests by @engelmi in #264
- Fix incorrect date format in %changelog by @mwperina in #266
- fixed cfg_dump unit test by @engelmi in #267
- Release 0.2.1 by @engelmi in #268
New Contributors
Full Changelog: v0.2.0...v0.2.1
hirte 0.2.0
Hightlights
- Proxy service to resolve inter-node dependencies between applications
- SELinux policy has been added
What's Changed
- Post release 0.1.0 by @mwperina in #215
- fix rpm spec isses by @mwperina in #216
- Keep package sections together in the spec file by @mwperina in #217
- Adjust the description of the project by @pypingou in #218
- Move hirtectl into separate package by @mwperina in #219
- Additional Fedora packaging fixes by @mwperina in #220
- initial proxy service implementation by @engelmi in #168
- Add a description how to create a project release by @mwperina in #222
- Use the same URL structure as systemd by @mwperina in #229
- Heartbeat interval configurable by @engelmi in #228
- Auto restart hirte and hirte-agent by @ArtiomDivak in #231
- Add support for conf.d configuration files by @ArtiomDivak in #178
- Unit test with valgrind by @engelmi in #233
- improved logging for loading configuration files by @engelmi in #234
- Add selinux base policy for hirte and hirte-agent by @rhatdan in #236
- Remove SELinux makefiles, rely on meson by @rhatdan in #237
- Fix SELinux build on centos stream 9 by @rhatdan in #238
- moved clang-format and clang-tidy to meson by @engelmi in #239
- Cleanup conf and man pages by @rhatdan in #235
- added clang-format-include and remove git-all dependency in workflow by @engelmi in #240
- Development doc: Add selinux-policy-devel to the dependencies list by @ygalblum in #241
- SELinux RPM - set selinuxtype to targeted by @ygalblum in #242
- Allow building the RPM locally without root privileges by @ygalblum in #243
- SELinux policy - allow HAProxy to connect to the hirte manager socket by @ygalblum in #244
- hirte-agent crashes if config files are not present by @rhatdan in #246
- Better default dbus policy by @alexlarsson in #249
- dbus policy: Fix typo in previous commit by @alexlarsson in #250
- Default the managerhosts value to 127.0.0.1 by @rhatdan in #247
- hirte crashes if config file does not exists by @rhatdan in #252
- fix loading confd files and related memory leaks by @engelmi in #254
- Default Hirte Agent NodeName to hostname by @rhatdan in #245
- Fix typo by @raballew in #256
- Release 0.2.0 by @engelmi in #258
Full Changelog: v0.1.0...v0.2.0