Releases: tschaefer/finchctl
Bump finch and services versions
Full Changelog: 1.26.0...1.26.1
This release updates finch and services versions.
CLI improvements
Full Changelog: 1.25.3...1.26.0
This release improves the cli, and update services and finch versions.
- Add flag
--output.yamlfor yaml format output foragent describe - Add missing flag
--agent.logs.eventsforagent 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
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
Full Changelog: 1.25.1...1.25.2
This release updates finch and services versions.
Bump services versions
Full Changelog: 1.25.0...1.25.1
This release updates services versions.
Bump services versions and maintenance
Full Changelog: 1.24.0...1.25.0
This release updates several service versions and improves config error handling.
Maintenance and improvements
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
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
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
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