Releases: tschaefer/finchctl
Enable FreeBSD agent
Full Changelog: 1.13.2...1.14.0
This release enables management of FreeBSD (amd64, arch64) observability agents,
expects the CLI configuration file in the common .config folder in the user home directory,
and introduces the finchctl service dashboard finch.example.com command.
Note
Existing CLI configuration file may be moved to the new destination.
mv ~/.finch/config.json ~/.config/finch.json
Bump finch version and fix ipv6 service connection
Full Changelog: 1.13.1...1.13.2
This release updates finch version and fixes the bug were the a service connection via ipv6 address failed.
Bump services versions and fix skip TLS verification
Full Changelog: 1.13.0...1.13.1
This release updates services versions and fixes the bug were the --skip.tls-verify flag was not processed.
Make Alloy version settable
Full Changelog: 1.12.0...1.13.0
This release allows to set the Alloy version on agent deploy and update.
finchctl agent update --skip.config --alloy.version v1.12.0 sparrow.example.comEnable agent edit
Full Changelog: 1.11.2...1.12.0
This release enables agent (configuration) edit (update).
finchctl agent edit \
--agent.rid rid:finch:8d134b24c2541730:agent:3c31c23d-3909-462b-931f-babe087485a4 \
--agent.file sparrow.example.com.yaml \
finch.example.com
Bump finch version
Full Changelog: 1.11.0...1.11.2
This release updates the finch version to 1.4.2.
Bump finch version
Full Changelog: 1.11.0...1.11.1
This release updates the finch version to 1.4.1 and has some code refactoring.
Register agent with configuration file
Full Changelog: 1.10.0...1.11.0
This release introduces a new agent register flag --agent.file which allows to register an agent with a configuration file. Additional the plural naming of some flags is adapted.
Renaming agent tags to labels
Full Changelog: 1.9.1...1.10.0
This release is mostly a maintenance release, highlighting the renaming of agent tags to labels.
Bugfix
Full Changelog: 1.9.0...1.9.1
This release fixes the bug were labels are not applied on agent registeration.