Skip to content

Releases: tschaefer/finchctl

Bump finch and services versions

16 Apr 11:27
95af8ae

Choose a tag to compare

Full Changelog: 1.26.0...1.26.1

This release updates finch and services versions.

CLI improvements

05 Apr 14:58
3f933f0

Choose a tag to compare

Full Changelog: 1.25.3...1.26.0

This release improves the cli, and update services and finch versions.

  • Add flag --output.yaml for yaml format output for agent describe
  • Add missing flag --agent.logs.events for agent edit
finchctl agent describe \
  --agent.rid rid:finch:8d134b24c2541730:agent:59ddbb5d-73b2-45bf-95d3-5520dcf37618 \
  --output.yaml \
  finch.example.com
rid: rid:finch:8d134b24c2541730:agent:59ddbb5d-73b2-45bf-95d3-5520dcf37618
hostname: sparrow.example.com
node: unix
labels: []
logs:
  events: []
  files: []
  journal:
    enable: true
  docker:
    enable: false
metrics:
  enable: true
  targets: []
profiles:
  enable: false

Bump finch version

01 Apr 20:02
47646d3

Choose a tag to compare

Full Changelog: 1.25.2...1.25.3

This release updates the finch version and aligns by omitting the obsolete config version on deploy.

Bump finch and services versions

29 Mar 07:18
c921aea

Choose a tag to compare

Full Changelog: 1.25.1...1.25.2

This release updates finch and services versions.

Bump services versions

22 Mar 06:46
cd677de

Choose a tag to compare

Full Changelog: 1.25.0...1.25.1

This release updates services versions.

Bump services versions and maintenance

15 Mar 07:21
be9ae5b

Choose a tag to compare

Full Changelog: 1.24.0...1.25.0

This release updates several service versions and improves config error handling.

Maintenance and improvements

09 Mar 08:59
1.24.0
aa097e9

Choose a tag to compare

Full Changelog: 1.23.1...1.24.0

This release is a maintenance release and including following improvements. The service target is checked on any action, also in dry-run mode. It checks proper installation of the finch stack and the availabe registration. Enables update of custom TLS key and certificate.

Fix mimir configuration

26 Feb 15:07
3ed57a8

Choose a tag to compare

Full Changelog: 1.23.0...1.23.1

This release fixes mimir ingestion rate and burst which was set to 0 and queries failed.

Add healthz alerts and set 72h data retentention limit

26 Feb 12:33
130c289

Choose a tag to compare

Full Changelog: 1.22.0...1.23.0

This release enhances the stack healthz verification on deploy and update, and configures data retention limits of logs and metrics to 72hours.

Enable cmd timeout flag

23 Feb 18:44
ca7cee2

Choose a tag to compare

Full Changelog: 1.21.1...1.22.0

This release enables local / ssh cmd timeout flag in seconds.

finchctl --run.cmd-timeout 30 agent update \
  --agent.config sparrow.example.com.cfg sparrow.example.com