Skip to content

v0.6.10 — 2026-07-14

The first release published under Wrangler Labs. The project moved from Hybrid-Solutions-Cloud/repo-wrangler to WranglerLabs/repo-wrangler with full history; this release consolidates everything shipped through the v0.5.1-rc1v0.6.10-rc1 hardening series plus the rebrand.

Git tagv0.6.10
Server imagerepo-wrangler-server:v0.6.10 (build context: the tag, apps/server/Dockerfile)
Worker deploydeploy-demo.yml on the tag
D1 migrationsthrough 0005_connection_app_slug.sql

Added

  • Sign out — sidebar footer button ends the session server-side (POST /auth/logout, audited) and returns to sign-in.
  • Grow the estate (onboarding Phase C) — add organizations/groups to an existing connection from Estate Scope; Check for new organizations matches new GitHub App installs and starts discovery.
  • New since last review — Estate Scope surfaces repositories discovered after your last review, with Mark all reviewed.
  • First-boot onboarding wizard (0.6.x series) — GitHub App creation via manifest, setup-code exchange, connection secrets stored server-side (0004_connection_secrets), wizard-stored OAuth used for sign-in.
  • Version wiring — the deployed version shows under the sidebar logo and in /auth/config / /health/live; demo instances title their browser tab "RepoWrangler Demo".

Fixed

  • GitLab discovery never ran on wizard-connected instances — connect, group-select, and admin Sync now all enqueue gitlab_discovery now.
  • Sign-in ignored wizard-stored credentials — GitHub OAuth resolves DB-first with env fallback; the wizard's Finish step verifies a working sign-in provider before declaring setup complete.
  • Disabled-provider sessions and setup-flow UX defects found in live testing (see the changelog for the full list).

Changed

  • WranglerLabs rebrand — org URLs, issue templates, Helm chart, docs, and the legal owner in NOTICE/GOVERNANCE/CREDITS now point at Wrangler Labs. Docs live at docs.wranglerlabs.org; the public demo at repowrangler.dev.

Upgrading

Container deployments: pull the v0.6.10 image and restart — database migrations apply on boot. Worker deployments: wrangler d1 migrations apply then deploy (the demo pipeline now does both). See Updating your instance.

Apache-2.0 licensed. Read-only by design.