Bluechi

Latest version: v0.9.0

Safety actively analyzes 688587 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.3.1

What's Changed
* added typecast to uintptr_t for subscription pointer by engelmi in https://github.com/containers/hirte/pull/358


**Full Changelog**: https://github.com/containers/hirte/compare/v0.3.0...v0.3.1

0.3.0

New Contributors
* dougsland made their first contribution in https://github.com/containers/hirte/pull/285

**Full Changelog**: https://github.com/containers/hirte/compare/v0.2.1...v0.3.0

0.2.1

New Contributors
* lsm5 made their first contribution in https://github.com/containers/hirte/pull/263

**Full Changelog**: https://github.com/containers/hirte/compare/v0.2.0...v0.2.1

0.2.0

**Full Changelog**: https://github.com/containers/hirte/compare/v0.1.0...v0.2.0

0.1.1

**Full Changelog**: https://github.com/containers/hirte/compare/v0.1.0...v0.1.1

0.1.0

Highlights

This is the first official release of Hirte, the most important features are:

* A service on a remote node can be started, stopped or restarted.
* Services from a remote node can be listed.
* It's possible to subscribe using local dbus to get systemd events happening on one or more remote nodes

What's Changed
* initial setup by engelmi in https://github.com/containers/hirte/pull/1
* Basic controller by engelmi in https://github.com/containers/hirte/pull/2
* Add inih lib to src tree by Darth-Mera in https://github.com/containers/hirte/pull/4
* Add GH build job skeleton by mwperina in https://github.com/containers/hirte/pull/6
* Build the project upon PR change by mwperina in https://github.com/containers/hirte/pull/13
* Check source code formatting upon PR update by mwperina in https://github.com/containers/hirte/pull/17
* Check source code formatting using Makefile by mwperina in https://github.com/containers/hirte/pull/19
* Fmt ini.h and ini.c by Darth-Mera in https://github.com/containers/hirte/pull/18
* dbus connection to orchestrator by engelmi in https://github.com/containers/hirte/pull/5
* Add cmd line option that accepts /path/to/ini by Darth-Mera in https://github.com/containers/hirte/pull/24
* added basic unit test script and sample by engelmi in https://github.com/containers/hirte/pull/25
* Add packages to README.md by mkemel in https://github.com/containers/hirte/pull/30
* Add license information by mwperina in https://github.com/containers/hirte/pull/33
* Use meson to build the project by mwperina in https://github.com/containers/hirte/pull/29
* added clang-tidy rules by engelmi in https://github.com/containers/hirte/pull/32
* added cpp linter step by engelmi in https://github.com/containers/hirte/pull/34
* Update readme by engelmi in https://github.com/containers/hirte/pull/37
* Test notes for the original orch project. by sdunnagan in https://github.com/containers/hirte/pull/35
* Add LIST_* macros by Darth-Mera in https://github.com/containers/hirte/pull/42
* Update default option for meson build by engelmi in https://github.com/containers/hirte/pull/44
* added structs diagram by engelmi in https://github.com/containers/hirte/pull/46
* Enhance cli args handling: add getopt_long by mkemel in https://github.com/containers/hirte/pull/38
* readme: update CLI args by mkemel in https://github.com/containers/hirte/pull/49
* Proposal: shared library by engelmi in https://github.com/containers/hirte/pull/50
* Added config.h and config.c with parsing function for nodes and orch. by engelmi in https://github.com/containers/hirte/pull/47
* Warnings as errors by sdunnagan in https://github.com/containers/hirte/pull/55
* Added list tests by engelmi in https://github.com/containers/hirte/pull/56
* replaced inclusion guards with pragma and ordered includes by engelmi in https://github.com/containers/hirte/pull/59
* Add signal handler for client program. by sdunnagan in https://github.com/containers/hirte/pull/63
* create orchestrator peer dbus on connection request by engelmi in https://github.com/containers/hirte/pull/61
* update project name by engelmi in https://github.com/containers/hirte/pull/65
* Proposal: rename binaries according to project name by mkemel in https://github.com/containers/hirte/pull/66
* connect to user and systemd dbus by engelmi in https://github.com/containers/hirte/pull/68
* added shutdown service by engelmi in https://github.com/containers/hirte/pull/69
* Add signal handling to orch and node event loops. by sdunnagan in https://github.com/containers/hirte/pull/71
* added function to trigger shutdown by engelmi in https://github.com/containers/hirte/pull/73
* add printout on peer connection accept by mkemel in https://github.com/containers/hirte/pull/76
* moved header files next to source files and removed include directory by engelmi in https://github.com/containers/hirte/pull/77
* Reshuffle directory layout by alexlarsson in https://github.com/containers/hirte/pull/81
* Initial work on end to end dbus by alexlarsson in https://github.com/containers/hirte/pull/82
* Rename stuff by alexlarsson in https://github.com/containers/hirte/pull/83
* Add new document describing the expected DBUS apis by alexlarsson in https://github.com/containers/hirte/pull/78
* Complete end-to-end support for ListUnits by alexlarsson in https://github.com/containers/hirte/pull/84
* Add implementation of manager-wide ListUnits by alexlarsson in https://github.com/containers/hirte/pull/85
* Add StartUnit operation by alexlarsson in https://github.com/containers/hirte/pull/103
* added dbus api descriptions in xml by engelmi in https://github.com/containers/hirte/pull/102
* installing the XML files of the public API by engelmi in https://github.com/containers/hirte/pull/105
* Implement StopUnit and flesh out Job object by alexlarsson in https://github.com/containers/hirte/pull/106
* removed default issue assignee by engelmi in https://github.com/containers/hirte/pull/108
* Implemented RestartUnit and ReloadUnit by engelmi in https://github.com/containers/hirte/pull/111
* More work on Jobs, etc by alexlarsson in https://github.com/containers/hirte/pull/110
* Enhance project description by mwperina in https://github.com/containers/hirte/pull/97
* Add RPM packaging by mwperina in https://github.com/containers/hirte/pull/98
* added logging library functions by engelmi in https://github.com/containers/hirte/pull/112
* Introduce hirtectl initial implementation by mkemel in https://github.com/containers/hirte/pull/113
* Proposal: all open dbus function variants in single header and source file by engelmi in https://github.com/containers/hirte/pull/115
* Implement getting and monitoring unit properties by alexlarsson in https://github.com/containers/hirte/pull/117
* replace prints by hirte_log calls by engelmi in https://github.com/containers/hirte/pull/116
* Fix the start-unit example script by pypingou in https://github.com/containers/hirte/pull/126
* Fix manager_list_units_callback() not handling multiple subrequests by alexlarsson in https://github.com/containers/hirte/pull/128
* Allow specifying when building what bus to expose the API on by alexlarsson in https://github.com/containers/hirte/pull/123
* Add more debugging logs by pypingou in https://github.com/containers/hirte/pull/127
* Run codespell on codebase by rhatdan in https://github.com/containers/hirte/pull/131
* add 'list-units on all' functionality to hirtectl by mkemel in https://github.com/containers/hirte/pull/130
* Set KEEPALIVE and NO_DELAY socket options on peer connections by alexlarsson in https://github.com/containers/hirte/pull/132
* Run codespell on all PRs by rhatdan in https://github.com/containers/hirte/pull/134
* api-examples/start-unit.py: Print out how long the operation took by alexlarsson in https://github.com/containers/hirte/pull/137
* Add markdown linter to the project by mwperina in https://github.com/containers/hirte/pull/136
* Log configuration via env by engelmi in https://github.com/containers/hirte/pull/139
* Install default config files by ArtiomDivak in https://github.com/containers/hirte/pull/125
* Add default CODEOWNERS by mwperina in https://github.com/containers/hirte/pull/143
* hirtectl: basic table for list-units output by mkemel in https://github.com/containers/hirte/pull/146
* add meson commands to the Makefile by rhatdan in https://github.com/containers/hirte/pull/135
* Add agent to hirte heartbeat signals (part 2) by sdunnagan in https://github.com/containers/hirte/pull/145
* Fix memory leak in manager by sdunnagan in https://github.com/containers/hirte/pull/149
* hirtectl: add unit lifecycle actions functionality by mkemel in https://github.com/containers/hirte/pull/142
* Adding hirte integration test by Yarboa in https://github.com/containers/hirte/pull/104
* Improve markdown files by raballew in https://github.com/containers/hirte/pull/151
* Add clangd configuration for meson builds by mwperina in https://github.com/containers/hirte/pull/157
* Update events and property handling by alexlarsson in https://github.com/containers/hirte/pull/156
* Initial man pages by engelmi in https://github.com/containers/hirte/pull/154
* update developer readmes building man pages section by engelmi in https://github.com/containers/hirte/pull/161
* Manager: Add virtual state changed to inactive on agent disconnect by alexlarsson in https://github.com/containers/hirte/pull/165
* manager: Fix a leak when updating monitor substate. by alexlarsson in https://github.com/containers/hirte/pull/166
* added initial dbus policy file templates and meson installation by engelmi in https://github.com/containers/hirte/pull/169
* Fix codespell check in CI by mwperina in https://github.com/containers/hirte/pull/171
* Add agent connection retries by sdunnagan in https://github.com/containers/hirte/pull/167
* Check SPDX license header in source codes by mwperina in https://github.com/containers/hirte/pull/173
* Optimize configuration infrastructure code by mwperina in https://github.com/containers/hirte/pull/162
* Add support for automatic COPR builds by mwperina in https://github.com/containers/hirte/pull/175
* Add hirte-snapshot COPR repository description by mwperina in https://github.com/containers/hirte/pull/176
* meson: Default the api bus to system by alexlarsson in https://github.com/containers/hirte/pull/179
* Mention all licenses used in the project by mwperina in https://github.com/containers/hirte/pull/174
* Add systemd unit files for hirte and hirte-agent by mwperina in https://github.com/containers/hirte/pull/181
* Rename config.[ch] to cfg.[ch] by mwperina in https://github.com/containers/hirte/pull/184
* Use installation prefix inside C sources by mwperina in https://github.com/containers/hirte/pull/183
* Mention that AllowedNodeNames is mandatory option by mwperina in https://github.com/containers/hirte/pull/190
* move tools to build scripts by mwperina in https://github.com/containers/hirte/pull/194
* Fix some documentation typos by eriksjolund in https://github.com/containers/hirte/pull/193
* Log the requests to act on unit at info level by pypingou in https://github.com/containers/hirte/pull/195
* Improve on the help messages shown to the user by pypingou in https://github.com/containers/hirte/pull/122
* use rpms already generated to install hirte components by Yarboa in https://github.com/containers/hirte/pull/182
* Expose journal logs from e2e test containers as artifacts by mwperina in https://github.com/containers/hirte/pull/202
* Parse project version from meson by mwperina in https://github.com/containers/hirte/pull/199
* Add support for socket activation by ygalblum in https://github.com/containers/hirte/pull/203
* Agent - allow the user to set the agent address - ManagerAddress by ygalblum in https://github.com/containers/hirte/pull/204
* Load initial config file with the default values by ArtiomDivak in https://github.com/containers/hirte/pull/177
* Add systemd-devel and rpm-build to copr installdep by ygalblum in https://github.com/containers/hirte/pull/207
* Some fixes from the proxy PR by alexlarsson in https://github.com/containers/hirte/pull/208
* Use port 842 in hirte by mwperina in https://github.com/containers/hirte/pull/209
* Small fixes around ManagerAddress documentation by mwperina in https://github.com/containers/hirte/pull/210
* Fix journal logging by alexlarsson in https://github.com/containers/hirte/pull/212
* Remove example configuration ini files by mwperina in https://github.com/containers/hirte/pull/211
* Mention default values in configuration files and man pages by mwperina in https://github.com/containers/hirte/pull/213
* Release hirte 0.1.0 by mwperina in https://github.com/containers/hirte/pull/214

New Contributors
* engelmi made their first contribution in https://github.com/containers/hirte/pull/1
* Darth-Mera made their first contribution in https://github.com/containers/hirte/pull/4
* mwperina made their first contribution in https://github.com/containers/hirte/pull/6
* mkemel made their first contribution in https://github.com/containers/hirte/pull/30
* sdunnagan made their first contribution in https://github.com/containers/hirte/pull/35
* alexlarsson made their first contribution in https://github.com/containers/hirte/pull/81
* pypingou made their first contribution in https://github.com/containers/hirte/pull/126
* rhatdan made their first contribution in https://github.com/containers/hirte/pull/131
* ArtiomDivak made their first contribution in https://github.com/containers/hirte/pull/125
* Yarboa made their first contribution in https://github.com/containers/hirte/pull/104
* raballew made their first contribution in https://github.com/containers/hirte/pull/151
* eriksjolund made their first contribution in https://github.com/containers/hirte/pull/193
* ygalblum made their first contribution in https://github.com/containers/hirte/pull/203

**Full Changelog**: https://github.com/containers/hirte/commits/hirte-0.1.0

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.