v0.2.10: Collector updates and client metadata sync#51
Merged
Conversation
* Add update_client_metadata to update the BHE client version * Update client metadata on first start * Add tests for updating the client version/metadata
…rsion fix: update openhound-github to 0.3.7
…-config-fix fix: added to runtime config to prevent pipeline from stopping for collectors
ktstrader
approved these changes
Jun 29, 2026
StranDutton
approved these changes
Jun 29, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub Updates
#50 @ktstrader
Bumps the GitHub collector version to fix an issue where the GitHub Organization nodes did not get the correct
collected=true|falseproperty set.Jamf Updates
@StranDutton
Bumps the Jamf collector version to fix an issue where preprocessing phase fails due to the Account/Group object not containing a Site ID, which resulted in missing edges.
OpenHound Updates
#52 @ktstrader
Added values to runtime on the config examples. These values will help prevent the pipeline from stopping for collectors and avoid hitting rate limit errors.
#49 @d3vzer0
This adds a new BloodHoundEnterprise client method to update/sync the collector version, hostname and ip address. Additionally added the OpenHound version to the init for other modules to use.