Prepare release 2.1.1 - #57
Merged
Merged
Conversation
Extract render_items_table() out of exec_projects_infos() so the tabled rendering can be asserted without mocking docker, and lock the current output down with 4 characterization tests. This is the safety net for the tabled 0.20 -> 0.21 bump.
tokio 1.51.1 -> 1.53.1, clap 4.6.0 -> 4.6.6, clap_complete 4.6.2 -> 4.6.9, serde 1.0.228 -> 1.0.229, serde_json 1.0.149 -> 1.0.151, anyhow 1.0.102 -> 1.0.104, async-trait 0.1.89 -> 0.1.92, futures 0.3.32 -> 0.3.34, toml 1.1.2 -> 1.1.4, toml_edit 0.25.11 -> 0.25.13, plus 28 transitive crates.
The 0.21 breaking changes (Charset rework, TabSize removal, ColumnNames split) touch no API dctl uses. Rendering is covered by infos_tests.
Traefik 3.6 -> 3.7, Grafana 13.0.0 -> 13.0.2, Loki 3.6.10 -> 3.6.15, Promtail 3.6.10 -> 3.6.11. Promtail is capped at 3.6.11 upstream, so it no longer tracks Loki; the version gap is documented in .env.dist.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #57 +/- ##
==========================================
+ Coverage 91.01% 91.21% +0.19%
==========================================
Files 18 19 +1
Lines 4230 4290 +60
==========================================
+ Hits 3850 3913 +63
+ Misses 380 377 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintenance release: Rust dependency and docker image updates, no functional change.
CLI
render_items_table()extracted fromexec_projects_infos()and locked down by 4 characterization tests, added before the tabled bump on code that had none. 196 -> 200 tests.Collection
.env.dist. Migrating to Alloy is out of scope for this release.Verified
cargo test: 200 passed, both debug and--release.cargo build --release: no warnings attributable to this codebase.dctl --versionreports 2.1.1;dctl infosrendering visually unchanged under tabled 0.21./api/healthreportsdatabase: okon 13.0.2, and Promtail 3.6.11 successfully pushed log lines that were then queried back out of Loki 3.6.15 — the version gap works in practice.ERRlog (ACME rejecting the placeholderuser@example.com) was reproduced identically on 3.6, so it predates this bump.🤖 Generated with Claude Code