jordan
4766a54314
release: v0.10.52 - feat: SDLC worker routing for skeleton projects with auto-init
2026-02-05 00:16:29 -07:00
jordan
46c8bfeec2
release: v0.10.51 - feat: inject provisioned credentials into component deployments
2026-02-05 00:09:43 -07:00
jordan
34e12ff3d5
release: v0.10.50 - fix: resolve systemic debt in worker and skeleton templates
2026-02-04 23:57:55 -07:00
jordan
619a57c240
release: v0.10.49 - fix: add workspace package paths to app-react and app-astro tailwind configs
2026-02-04 01:03:14 -07:00
jordan
78e8eb5f27
release: v0.10.48 - feat: multi-component ingress routing with path-based routing
2026-02-03 23:03:22 -07:00
jordan
f8433a1d16
release: v0.10.47 - fix: make go.work.sum optional in component Dockerfiles
2026-02-03 19:58:49 -07:00
jordan
86b372fa08
release: v0.10.46 - feat: add diagnostics endpoint and external health monitoring
2026-02-03 19:22:56 -07:00
jordan
9128dd23b5
release: v0.10.45 - chore: remove hardcoded fallback projects
2026-02-03 19:07:38 -07:00
jordan
5c615fd54c
release: v0.10.44 - fix: composable monorepo CI builds + health improvements
2026-02-03 19:04:33 -07:00
jordan
9a0591e67d
release: v0.10.43 - feat: add WorkerService.FailTask for audit updates + visual verification scaffolding
2026-02-03 00:09:19 -07:00
jordan
b2152b7967
release: v0.10.42 - feat: add work task error classification and user-facing error codes
2026-02-03 00:07:38 -07:00
jordan
cce4314a39
release: v0.10.41 - feat: add artifact pass/fail/needs-fix lifecycle for SDLC execution phases
2026-02-02 22:15:34 -07:00
jordan
fc2cfa139c
release: v0.10.40 - feat: add worker pool infrastructure for composable projects
2026-02-02 19:56:04 -07:00
jordan
fc0f6db184
release: v0.10.39 - fix: resolve chi route conflicts for SDLC endpoints
2026-02-02 19:17:51 -07:00
jordan
1a69298e9c
release: v0.10.38 - feat: add feature development E2E test and SDLC API deployment
2026-02-02 19:13:45 -07:00
jordan
56fd376922
release: v0.10.37 - fix: use PORT template variable for nginx in app templates
2026-02-01 14:16:17 -07:00
jordan
20f14c3810
release: v0.10.36 - fix: skip project-level deployment for composable projects
2026-02-01 14:08:45 -07:00
jordan
ab43869317
release: v0.10.35 - fix: use registry.threesix.ai as default registry URL
2026-02-01 14:00:27 -07:00
jordan
13c7111a8b
release: v0.10.34 - fix: add replace directives for local pkg module in Go templates
2026-02-01 13:52:44 -07:00
jordan
f8e6a6e25c
release: v0.10.33 - fix: build from workspace root to find go.work
2026-02-01 13:45:30 -07:00
jordan
931c7c0074
release: v0.10.32 - fix: use git.threesix.ai module path and add GOPRIVATE
2026-02-01 13:39:05 -07:00
jordan
88ae77e9d0
release: v0.10.31 - fix: restore git in Go Dockerfiles for external deps
2026-02-01 13:11:33 -07:00
jordan
79f1fefd9e
release: v0.10.30 - fix: simplify Go Dockerfiles to handle workspace deps
2026-02-01 13:04:36 -07:00
jordan
cee736e781
release: v0.10.29 - fix: install git in Go service/worker Dockerfiles
2026-02-01 12:57:29 -07:00
jordan
eb70704c6b
release: v0.10.28 - fix: TypeScript error in logger template
2026-02-01 12:51:03 -07:00
jordan
552c36233d
release: v0.10.27 - fix: woodpecker step YAML multi-line command syntax
2026-02-01 12:45:37 -07:00
jordan
25ce2ebd65
release: v0.10.25 - feat: add pipeline steps API for debugging diagnostics
2026-02-01 12:44:47 -07:00
jordan
05a64c51e7
release: v0.10.27 - fix: woodpecker step YAML multi-line command syntax
2026-02-01 12:42:18 -07:00
jordan
35dc4d26a4
release: v0.10.25 - feat: add pipeline steps API for debugging diagnostics
2026-02-01 12:41:04 -07:00
jordan
ccc3f13ced
release: v0.10.26 - fix: sanitize component path for K8s labels
2026-02-01 12:28:08 -07:00
jordan
c9414832d3
release: v0.10.25 - fix: component deployment creation and pnpm workspace Docker builds
2026-02-01 11:12:55 -07:00
jordan
96a81fb395
release: v0.10.24 - fix: woodpecker YAML marker format
2026-02-01 01:24:29 -07:00
jordan
91c87836a7
release: v0.10.23 - feat: composable monorepo component endpoints
2026-02-01 00:26:36 -07:00
jordan
f6ced22e06
fix: Use FQDN for k8s service hostnames and remove broken commonLabels
...
Short-form DNS names (e.g. postgres.databases.svc) fail to resolve in
new pods due to k8s DNS search domain limitations. Switch all service
hostnames to FQDNs (*.svc.cluster.local).
Remove commonLabels from kustomization.yaml — it injected labels into
all selectors including NetworkPolicy egress rules (blocking DNS to
CoreDNS) and Deployment selectors (causing immutability errors).
Add OTEL_EXPORTER_OTLP_ENDPOINT env var to deployment YAML so the
telemetry collector endpoint uses the FQDN without requiring a binary
rebuild.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 20:46:04 -07:00
jordan
e1b8ccd6a4
release: v0.10.22 - fix: Reduce CI activation retry from 15 to 5 attempts to stay under proxy timeout
2026-01-31 10:53:22 -07:00
jordan
137814ae7e
release: v0.10.21 - fix: Sync build audit with work queue when stale tasks are requeued
2026-01-31 02:06:10 -07:00
jordan
b9aa64f284
release: v0.10.20 - fix: Verify git remote matches before pulling in shared workspace
2026-01-31 00:48:09 -07:00
jordan
6405acb66a
release: v0.10.19 - fix: Clear non-git workspace before cloning repository
2026-01-31 00:34:39 -07:00
jordan
823cae51c0
release: v0.10.18 - fix: Clone git repo before build execution to enable post-build git operations
2026-01-31 00:21:06 -07:00
jordan
072348451c
release: v0.10.17 - feat: Programmatic post-build git operations via kubectl exec
2026-01-30 23:52:49 -07:00
jordan
b0fbeb4190
release: v0.10.16 - fix: Handle existing git repos during project creation
2026-01-30 23:28:18 -07:00
jordan
ece73d2b01
release: v0.10.15 - fix: Parse Claude stream-json subtype field instead of status for result messages
2026-01-29 23:46:41 -07:00
jordan
df77ec8c5c
release: v0.10.14 - fix: Move prompt before flags in Claude Code CLI invocation
2026-01-29 23:34:00 -07:00
jordan
2d5136224a
release: v0.10.13 - fix: Replace --dangerously-skip-permissions with --allowedTools for root compatibility
2026-01-29 23:27:24 -07:00
jordan
e9984ebc07
fix: Include stderr and troubleshooting help in Claude Code errors
...
When Claude fails to execute, error messages now include:
- Captured stderr output from the failed command
- Troubleshooting commands to exec into pod and run `claude login`
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 23:12:01 -07:00
jordan
4354f96351
release: v0.10.11 - fix: Persist build audit status when worker claims task
2026-01-29 21:25:50 -07:00
jordan
6b666914bc
release: v0.10.10 - feat: Bulk file seeding for single-commit template creation
2026-01-29 17:04:08 -07:00
jordan
79b32ffa6c
release: v0.10.9 - Fix TLS: use cluster-issuer for project deploys
2026-01-29 01:29:58 -07:00
jordan
aa6fa4ebdf
release: v0.10.8 - Fix Kaniko plugin: use repo/tags format instead of destinations
2026-01-29 01:08:02 -07:00
jordan
e1d84f3398
release: v0.10.7 - Fix registry hostname: use registry.threesix.ai instead of nonexistent zot.orchard9.ai
2026-01-29 00:01:58 -07:00