dns: bump to v0.7.0-dev.2 - #25
Closed
scotwells wants to merge 1 commit into
Closed
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>
Contributor
Author
|
Duplicate of #24 — opened while testing whether a branch name was blocking CI. The real cause is the ongoing GitHub Actions incident, not this PR. |
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.
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