Release v0.1.0#4
Merged
Merged
Conversation
Plan 1: foundation & core (config, state, interfaces, rotate orchestrator)
Plan 2: real client implementations + install.sh + integration test
Plan 3: CLI + MCP server + CI + release pipeline
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.
v0.1.0 — first release
The first cut of
exit-node: on-demand Tailscale exit nodes that rotate across GCP regions and keep pfSense's gateway IP in sync. Driven from a CLI for humans (exitnode) and an MCP stdio server for AI agents (exitnode-mcp).What's in this release
Binaries
exitnode— cobra CLI with 8 subcommands:up/down/rotate/list/status/health/pfsense sync/costexitnode-mcp— stdio MCP server with all 10 tools from spec §11Orchestration (
internal/core)Start/Stop/Destroy) for the MCP layerUp, no-orphan cleanup, table-driven mocked testsAdapters
internal/gcp— Compute Engine apiv1, Debian-12 base image, server-side filteredAggregatedListinternal/tailscale— official v2 API, OAuth client-credentials, ephemeral auth-key mintinternal/pfsense— communitypfsense-apiplugin REST adapterinternal/verify—tailscaleCLI + curl shellout probeDistribution
scripts/install.sh— VM first-boot bootstrap fetched via GCP startup-script-urlExamples + Docs
examples/config.toml— annotated reference configexamples/mcp.json— Claude Desktop / OpenClaw MCP snippetReleasing
Merging this PR updates
main. Taggingv0.1.0afterwards fires.github/workflows/release.yml, which runs goreleaser to produce the platform archives + checksums attached to the GitHub release.