From 21a11bbb22a2b1e0f06465cf8a8a9ea51aacb195 Mon Sep 17 00:00:00 2001 From: Thomas Richter Date: Sun, 1 Feb 2026 21:41:28 +0100 Subject: [PATCH] docs: add v1.1 milestone for Kubernetes deployment Co-Authored-By: Claude Opus 4.5 --- .planning/MILESTONES.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/.planning/MILESTONES.md b/.planning/MILESTONES.md index aa083af..ada2aa1 100644 --- a/.planning/MILESTONES.md +++ b/.planning/MILESTONES.md @@ -1,5 +1,29 @@ # Project Milestones: TaskPlanner +## v1.1 Kubernetes Deployment (Shipped: 2026-02-01) + +**Delivered:** Helm chart for Kubernetes deployment with production-ready configuration. + +**Key accomplishments:** + +- Helm chart with configurable values for all deployment options +- Traefik ingress with automatic Let's Encrypt TLS via cert-manager +- Longhorn persistent storage for data durability +- Basic authentication via Traefik middleware +- Service naming fix to avoid SvelteKit envPrefix conflicts +- Insecure registry configuration for internal Docker registry + +**Stats:** + +- 9 Helm chart files +- 4 commits from v1.0 to v1.1 + +**Git range:** `37023b2` → `e1092ce` + +**Deployed at:** https://task.kube2.tricnet.de + +--- + ## v1.0 MVP (Shipped: 2026-02-01) **Delivered:** Personal task and notes management with image attachments, accessible from any device via Docker deployment. @@ -24,7 +48,7 @@ **Git range:** `1681a6a` → `8793e15` -**What's next:** Deploy to production, gather real-world usage feedback +**What's next:** ✓ Deployed to production in v1.1 ---