dns: bump to v0.7.0-dev.2 - #24
Conversation
Picks up three table-readability fixes to `datumctl dns record list`. A single 400-byte DKIM key used to size the VALUE column for the whole table, pushing STATUS off the right of every other row; long values and machine-written names are now shortened in the default view, with a note pointing at `-o wide` and `-o json` for the full text. `--no-managed` lists only the records you wrote, hiding the ones Datum manages on your behalf. Release: https://github.com/datum-cloud/dns-operator/releases/tag/v0.7.0-dev.2 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
de77014 to
578bbc7
Compare
|
CI hasn't picked this up yet — GitHub Actions is in a major outage and no I ran both validation steps locally in the meantime, exactly as
I'll push an empty commit to retrigger once Actions recovers, so this still merges on a real green run rather than on my say-so. |
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Actions has recovered and Correction to my earlier comment: the original event wasn't dropped, just badly delayed — the run for Only a review stands between this and merge. |
Bumps the
dnsplugin preview to v0.7.0-dev.2, still a pre-release for early feedback.Three readability fixes to
datumctl dns record list, all in the default table only —-o wideand-o jsonare unchanged and still give the full text:tabwritersizes a column to its widest cell, so one 400-byte DKIM key pushed STATUS off the right of every row in the table. The cost of one long value was paid by every short one.--no-managedlists only the records you wrote, hiding the ones Datum manages on your behalf.A footer names how many cells were shortened and points at
-o wide/-o json, so nothing is silently hidden.Upstream PRs: datum-cloud/dns-operator#107, datum-cloud/dns-operator#108, datum-cloud/dns-operator#109
🤖 Generated with Claude Code