Add the dns plugin - #22
Merged
Merged
Conversation
Registers the datumctl dns plugin, which manages DNS zones and records on Datum Cloud, at its v0.7.0-dev.1 preview release so early users can install it with `datumctl plugin install dns`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
privateip
approved these changes
Aug 25, 2026
This was referenced Aug 26, 2026
Merged
Merged
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.
Adds the
dnsplugin to the index so users can install it with:The plugin manages DNS zones and records on Datum Cloud — creating zones, viewing delegation and nameservers, editing records, and importing or exporting BIND zone files for migrating a domain in or out.
This registers the v0.7.0-dev.1 preview release. It is published as a prerelease of dns-operator and is listed here to gather early feedback ahead of a stable version, matching how
computeis currently registered.The plugin was added in datum-cloud/dns-operator#102, and datum-cloud/dns-operator#106 marks preview tags as prereleases so this dev tag does not displace the stable release.
All five platform archives were downloaded and their SHA256 checksums verified against this manifest before opening the PR, and the manifest validates against
schema/plugin-v1alpha1.json.🤖 Generated with Claude Code