From 578bbc7b8f1992a3d00f835d6cf61f0a9979cde2 Mon Sep 17 00:00:00 2001 From: Scot Wells Date: Wed, 26 Aug 2026 12:02:31 -0500 Subject: [PATCH] dns: bump to v0.7.0-dev.2 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) --- plugins/dns.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/plugins/dns.yaml b/plugins/dns.yaml index f100e59..c8727b1 100644 --- a/plugins/dns.yaml +++ b/plugins/dns.yaml @@ -5,35 +5,35 @@ metadata: spec: shortDescription: Manage DNS zones and records on Datum Cloud homepage: https://github.com/datum-cloud/dns-operator - version: v0.7.0-dev.1 + version: v0.7.0-dev.2 platforms: - selector: matchLabels: os: linux arch: amd64 - uri: https://github.com/datum-cloud/dns-operator/releases/download/v0.7.0-dev.1/datumctl-dns_Linux_x86_64.tar.gz - sha256: e4bda2db10bd000ddef5d7e96c92fec40c0fcc87d226ea1bd2dd591774aff6ba + uri: https://github.com/datum-cloud/dns-operator/releases/download/v0.7.0-dev.2/datumctl-dns_Linux_x86_64.tar.gz + sha256: 5976ac38590d451e88e5b85dea6e760ab1f1e25ffd92f20dae9c15c250262db1 - selector: matchLabels: os: linux arch: arm64 - uri: https://github.com/datum-cloud/dns-operator/releases/download/v0.7.0-dev.1/datumctl-dns_Linux_arm64.tar.gz - sha256: 9550dbfa8d4d0078a7f645b72b0fa2f8c2a5dc1be4b0d484c002e012dc0d0610 + uri: https://github.com/datum-cloud/dns-operator/releases/download/v0.7.0-dev.2/datumctl-dns_Linux_arm64.tar.gz + sha256: 1745d0362c0f0dd8c6ba9f37786687f5a313d00d959c42a805c22f81b12c4401 - selector: matchLabels: os: darwin arch: amd64 - uri: https://github.com/datum-cloud/dns-operator/releases/download/v0.7.0-dev.1/datumctl-dns_Darwin_x86_64.tar.gz - sha256: 70590e6a31a5c2e2e8b9e524fc956bcb34a06c12de208c8fca7c13aee51a093c + uri: https://github.com/datum-cloud/dns-operator/releases/download/v0.7.0-dev.2/datumctl-dns_Darwin_x86_64.tar.gz + sha256: 73c434802d6779abbc198f494d9d9106c58e197090ee71ec52ad38fcf54999ed - selector: matchLabels: os: darwin arch: arm64 - uri: https://github.com/datum-cloud/dns-operator/releases/download/v0.7.0-dev.1/datumctl-dns_Darwin_arm64.tar.gz - sha256: a3d0b79d2a3cc79280aa249408370b24aeea27d221dcd949f3176b8c0522dc84 + uri: https://github.com/datum-cloud/dns-operator/releases/download/v0.7.0-dev.2/datumctl-dns_Darwin_arm64.tar.gz + sha256: 9655a0e2756223b82283347f89861cd7587df8e535ebc61a3d0083c12c4e9f62 - selector: matchLabels: os: windows arch: amd64 - uri: https://github.com/datum-cloud/dns-operator/releases/download/v0.7.0-dev.1/datumctl-dns_Windows_x86_64.zip - sha256: 83ebb191a81b0d8eea5e8c1e7e05aa7b749702a6cd9011874406317a6f5666f1 + uri: https://github.com/datum-cloud/dns-operator/releases/download/v0.7.0-dev.2/datumctl-dns_Windows_x86_64.zip + sha256: 96eddb1ab07d803dd5a7dc02fa0791c087829ac3116815d90182e036ff992793