Skip to content

dns: bump to v0.7.0-dev.2 - #25

Closed
scotwells wants to merge 1 commit into
mainfrom
dns-v0.7.0-dev.2
Closed

dns: bump to v0.7.0-dev.2#25
scotwells wants to merge 1 commit into
mainfrom
dns-v0.7.0-dev.2

Conversation

@scotwells

Copy link
Copy Markdown
Contributor

Bumps the dns plugin 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 wide and -o json are unchanged and still give the full text:

  • Long values are shortened. tabwriter sizes 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.
  • Machine-written names are shortened. Verification tokens and ACME challenge labels run far past what human-authored records need; the cutoff keeps the latter intact.
  • --no-managed lists 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

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>
@scotwells

Copy link
Copy Markdown
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.

@scotwells scotwells closed this Aug 26, 2026
@scotwells
scotwells deleted the dns-v0.7.0-dev.2 branch August 26, 2026 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant