[Unreleased]
Added
- Initial documentation structure
- Integration guides for Zitadel, Coolify, and Proxmox
- Comprehensive concept pages
[0.3.0] - 2024-01-15
Added
- kombify Simulate — Simulation engine for testing configurations
- Docker-based simulation nodes with SSH access
- Pre-built templates for common homelab setups
- REST API for simulation management
Changed
- Improved Unifier engine performance (30% faster)
- Updated OpenTofu integration to v1.6+
- Enhanced error messages with actionable suggestions
Fixed
- Agent connection stability issues
- Memory leak in long-running deployments
- SSL certificate renewal edge cases
[0.2.0] - 2023-12-01
Added
- kombify Cloud — SaaS platform with SSO and billing
- Zitadel integration for enterprise SSO
- Stripe integration for subscription management
- Team collaboration features
- Tool launcher with unified dashboard
Changed
- Migrated from SQLite to PocketBase for state management
- Improved gRPC communication with mTLS
- Updated SvelteKit to v2.x
Fixed
- Race conditions in concurrent deployments
- Docker network conflicts
- Agent heartbeat timeout issues
[0.1.0] - 2023-10-15
Added
- kombify TechStack — Core orchestration engine
kombination.yamlspec-driven configuration- CUE validation with StackKits
- OpenTofu code generation
- gRPC agent communication
- PocketBase integration for state management
- SvelteKit dashboard
StackKits
- Base Kit (
base-homelab) — Basic homelab setup - High Availability Kit (
ha-homelab) — High availability configuration - Modern Homelab Kit (
modern-homelab) — Cutting-edge tools
Services
- Traefik reverse proxy
- Authelia SSO
- Homepage dashboard
- Uptime Kuma monitoring
- Portainer management
Versioning
kombify follows Semantic Versioning:- Major (x.0.0) — Breaking changes
- Minor (0.x.0) — New features, backward compatible
- Patch (0.0.x) — Bug fixes
Component versions
| Component | Current | Minimum |
|---|---|---|
| kombify TechStack | 0.3.0 | - |
| kombify Simulate | 0.3.0 | - |
| kombify Cloud | 0.2.0 | - |
| StackKits | 1.0.0 | - |
| Go | 1.24+ | 1.22 |
| OpenTofu | 1.6+ | 1.6 |
| CUE | 0.15+ | 0.15 |
| Docker | 24.0+ | 20.10 |
Upgrade guides
0.2.x → 0.3.x
0.1.x → 0.2.x
Breaking changes
0.3.0
- None
0.2.0
- Database migration — SQLite → PocketBase (requires data export/import)
- API changes —
/api/stacks→/api/v1/stacks - Configuration —
kombistack.yaml→ environment variables
0.1.0
- Initial release
Deprecations
Scheduled for removal in 0.4.0
- Legacy API endpoints (
/api/stackswithout version) - SQLite direct access (use PocketBase API)
Roadmap
0.4.0 (Q2 2024)
- Kubernetes support
- Multi-cloud providers (AWS, Azure, GCP)
- Advanced monitoring with Prometheus
- Custom StackKit marketplace
0.5.0 (Q3 2024)
- GitOps integration
- Automated rollbacks
- Cost optimization recommendations
- AI-powered configuration suggestions
1.0.0 (Q4 2024)
- Production-ready release
- Enterprise support
- SLA guarantees
- Advanced security features
Contributing
Found a bug or have a feature request?Report a bug
Open an issue on GitHub
Request a feature
Start a discussion
Contributing guide
Learn how to contribute
Community
Join our Discord
Stay updated
- GitHub Releases: github.com/kombify/techstack/releases
- Discord: discord.gg/kombify
- Newsletter: kombify.dev/newsletter
- RSS Feed: kombify.dev/changelog.xml
