Releases: ClickHouse/clickhousectl
Releases · ClickHouse/clickhousectl
v0.1.18
What's Changed
- Bump version to 0.1.18 by @sdairs in #108
- Restore strict validation for user-input enums by @sdairs in #104
- Add process discovery and global server management by @sdairs in #105
- Add
local server dotenvcommand by @sdairs in #107 - Add self-update command and background update check by @sdairs in #106
- Only show update notice on --help output by @sdairs in #112
Full Changelog: v0.1.17...v0.1.18
v0.1.17
v0.1.16
What's Changed
- Switch Linux builds to musl for fully static binaries by @sdairs in #93
- Address dependency security vulnerabilities by @sdairs in #92
- Bump version to 0.1.16 by @sdairs in #94
- Fix static-link verification to accept static-pie by @sdairs in #95
- Fix ldd check for static binaries by @sdairs in #96
Full Changelog: v0.1.15...v0.1.16
v0.1.15
What's Changed
- Restructure CLI into local/ and cloud/ modules by @sdairs in #84
- Add --version flag to local server start by @sdairs in #85
- Use tabled for human-readable list output by @sdairs in #88
- Add --json flag, restructure CLI modules, server --version flag, and table output by @sdairs in #82
Full Changelog: v0.1.14...v0.1.15
v0.1.14
v0.1.13
What's Changed
- improve structure of cloud & skills cmd readme by @sdairs in #53
- upgrade tar package for CVE-2026-33055 & pin 3rd party workflow by @santrancisco in #59
- Bump tar from 0.4.44 to 0.4.45 by @dependabot[bot] in #54
- Bump rustls-webpki from 0.103.9 to 0.103.10 by @dependabot[bot] in #55
- Update top-level help text by @sdairs in #60
- Add CODEOWNERS for default PR reviewers by @sdairs in #61
- Run cloud integration on PRs touching code by @sdairs in #62
- Add --force flag to cloud service delete by @sdairs in #65
- Add cloud service client command by @sdairs in #63
- add license by @sdairs in #69
- add cloud auth commands by @kcmannem in #52
- Document cloud service client and force delete in README by @sdairs in #68
- Fix all clippy warnings by @sdairs in #71
- Restructure cloud integration test into single ordered lifecycle by @sdairs in #70
- Update install command to use clickhouse.com/cli by @sdairs in #72
- Bump version to 0.1.13 by @sdairs in #75
- Use builds.clickhouse.com as primary download source by @sdairs in #76
New Contributors
- @santrancisco made their first contribution in #59
- @dependabot[bot] made their first contribution in #54
- @kcmannem made their first contribution in #52
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- Set custom user agent with version for Cloud API calls by @sdairs in #23
- Add full Cloud API coverage (36 new endpoints) by @sdairs in #25
- Fix cloud service update tag patch serialization by @sdairs in #40
- Fix org usage date validation and empty costs parsing by @sdairs in #41
- Fix JSON output for cloud service delete by @sdairs in #42
- Validate cloud activity list dates as date-only by @sdairs in #45
- Validate CLI expires-at and backup-start-time inputs by @sdairs in #46
- Validate empty cloud tag keys before request build by @sdairs in #47
- Add top-level skills install command by @sdairs in #35
- Add cloud integration CI test foundation by @sdairs in #39
- Agent Skills command + CI testing by @sdairs in #34
- Fix portable termios initialization by @sdairs in #51
Full Changelog: v0.1.11...v0.1.12