Skip to main content
Track the latest features, improvements, and bug fixes across the kombify ecosystem.

[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.yaml spec-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

ComponentCurrentMinimum
kombify TechStack0.3.0-
kombify Simulate0.3.0-
kombify Cloud0.2.0-
StackKits1.0.0-
Go1.24+1.22
OpenTofu1.6+1.6
CUE0.15+0.15
Docker24.0+20.10

Upgrade guides

0.2.x → 0.3.x

1

Backup data

docker exec kombistack tar czf /backup/data.tar.gz /app/data
2

Pull latest images

docker compose pull
3

Restart services

docker compose up -d
4

Verify

curl http://localhost:5260/api/v1/health

0.1.x → 0.2.x

This upgrade includes database migration from SQLite to PocketBase.
1

Export existing data

kombify export --output backup.json
2

Update to 0.2.x

docker compose pull
docker compose up -d
3

Import data

kombify import --input backup.json

Breaking changes

0.3.0

  • None

0.2.0

  • Database migration — SQLite → PocketBase (requires data export/import)
  • API changes/api/stacks/api/v1/stacks
  • Configurationkombistack.yaml → environment variables

0.1.0

  • Initial release

Deprecations

Scheduled for removal in 0.4.0

  • Legacy API endpoints (/api/stacks without 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