docs: add v1.1 milestone for Kubernetes deployment

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Thomas Richter
2026-02-01 21:41:28 +01:00
parent e1092ce459
commit 21a11bbb22

View File

@@ -1,5 +1,29 @@
# Project Milestones: TaskPlanner # 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) ## v1.0 MVP (Shipped: 2026-02-01)
**Delivered:** Personal task and notes management with image attachments, accessible from any device via Docker deployment. **Delivered:** Personal task and notes management with image attachments, accessible from any device via Docker deployment.
@@ -24,7 +48,7 @@
**Git range:** `1681a6a``8793e15` **Git range:** `1681a6a``8793e15`
**What's next:** Deploy to production, gather real-world usage feedback **What's next:** Deployed to production in v1.1
--- ---