Prepare release 1.5.4 and remove Entire CLI integration

Bump Makefile VERSION to 1.5.4 and add ReleaseNotes section for the
release. Remove the Entire CLI's Claude Code hooks/settings and its
tracked .entire config files; the corresponding git hooks and checkpoint
branches were also removed outside this commit.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-13 10:25:11 +02:00
parent 5cb80a03df
commit 2bf950a746
5 changed files with 20 additions and 93 deletions
+18
View File
@@ -1,3 +1,21 @@
# `cc-metric-store` version 1.5.4
This is a maintenance release of `cc-metric-store`, the metric timeseries
cache implementation of ClusterCockpit. Since the storage engine is now part
of `cc-backend` we will follow the version number of `cc-backend`.
For release specific notes visit the [ClusterCockpit Documentation](https://clusterockpit.org/docs/release/).
## Notable changes
- **`make fmt` target**: New Makefile target runs `gofumpt -l -w .` to
reformat the source tree.
- **Dependency upgrades**: `cc-backend` updated from v1.5.3 to v1.5.4;
`cc-lib` updated from v2.11.0 to v2.12.0; `nats.go` bumped from v1.50.0 to
v1.52.0; `parquet-go` bumped from v0.29.0 to v0.30.1; various other module
upgrades.
- **Housekeeping**: `dist` directory added to `.gitignore`; multi-line calls
in `main.go` and `server.go` reformatted to gofumpt style.
# `cc-metric-store` version 1.5.3
This is a bugfix release of `cc-metric-store`, the metric timeseries cache