Skip to content

Releases: tschaefer/finchctl

Enable FreeBSD agent

17 Jan 09:00
38f10ea

Choose a tag to compare

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

14 Jan 18:07
1dfb0ca

Choose a tag to compare

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

14 Jan 16:04
60b554b

Choose a tag to compare

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

08 Jan 17:53
f587d41

Choose a tag to compare

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.com

Enable agent edit

06 Jan 09:53
3f47b55

Choose a tag to compare

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

01 Jan 12:21
b5162c6

Choose a tag to compare

Full Changelog: 1.11.0...1.11.2

This release updates the finch version to 1.4.2.

Bump finch version

22 Dec 13:10
e73cc0c

Choose a tag to compare

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

14 Dec 09:07
35f6f8d

Choose a tag to compare

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

09 Dec 18:33
1847e69

Choose a tag to compare

Full Changelog: 1.9.1...1.10.0

This release is mostly a maintenance release, highlighting the renaming of agent tags to labels.

Bugfix

07 Dec 20:48
f481170

Choose a tag to compare

Full Changelog: 1.9.0...1.9.1

This release fixes the bug were labels are not applied on agent registeration.