feat: provision iroh-quic-tunnel ConnectorClass on projects#592
Merged
zachsmith1 merged 1 commit intomainfrom Apr 30, 2026
Merged
feat: provision iroh-quic-tunnel ConnectorClass on projects#592zachsmith1 merged 1 commit intomainfrom
zachsmith1 merged 1 commit intomainfrom
Conversation
Switch the per-project ConnectorClass that the project controller stamps from datum-connect to iroh-quic-tunnel (controllerName networking.datumapis.com/iroh-quic-tunnel). Existing projects keep their datum-connect ConnectorClass (this path is create-only) and additionally pick up the new class on next reconcile, so both old and new desktop clients resolve. Legacy class instances will be cleaned up once old desktop builds have churned out. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
scotwells
approved these changes
Apr 30, 2026
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.
Summary
iroh-quic-tunnel(controllerNamenetworking.datumapis.com/iroh-quic-tunnel) instead ofdatum-connect.datum-connectConnectorClass (the ensure path is create-only) and additionally pick upiroh-quic-tunnelon next reconcile, so old and new desktop clients both resolve.datum-cloud/datum-connectswitches the desktop defaultconnectorClassNametoiroh-quic-tunnel.datum-connectConnectorClass instances will be cleaned up in a follow-up once old desktop builds have aged out.Test plan
iroh-quic-tunnelConnectorClass.iroh-quic-tunnelwithout disturbing the existingdatum-connect.iroh-quic-tunnel.datum-connectcontinues to resolve against the legacy class on existing projects.🤖 Generated with Claude Code