dd-agent
dd-agent copied to clipboard
missing gohai version
People building dd-agent package from the source--we are building dd-agent nix package--have no way to determine what version of gohai to build and include in the dd-agent package. So, dd-agent should specify the gohai version in the source. Ideally, it should be in a packaging script which lives in the repo, but adding it in the changelog.md would also work. Also, gohai repo should be tagged.
Thanks for the feedback @thedebugger .
We eventually want to merge gohai into the agent directly which would solve the issue.
Right now you can just build the latest version of gohai, the agent doesn't have hard dependency on gohai, it just captures the output of gohai and sends it to our backend which supports multiple versions of gohai.
Hi @thedebugger, Would working with the latest gohai release meet your needs?