Zum Inhalt springen

Release Notes

Veröffentlicht: Dezember 2025

  • Release: v0.7.1 - Docker build fix

Fix: Include stacks directory in Docker build context


Veröffentlicht: Dezember 2025


Veröffentlicht: Dezember 2025

  • Fully automated release workflow
  • Version calculation from PR labels
  • CHANGELOG and PublicWeb release notes auto-update in PR
  • Example stacks bundled in Docker image
  • Deploy PublicWeb on every release (tag trigger)


Veröffentlicht: Dezember 2025

  • Fix SQLite database path configuration (use /app/data instead of /app/config)
  • Fix wizard environment creation requiring authentication
  • Add /api/wizard/environment endpoint with anonymous access
  • Add separate data volume in install.sh
  • Add Git workflow documentation


Veröffentlicht: Dezember 2025

  • SQLite Database for persistent storage (replaces JSON files for dynamic data)
  • Domain-Driven Design with Bounded Contexts:
  • IdentityAccess: Users, Organizations, Roles, Permissions
  • Deployment: Environments, Deployments, DeployedServices
  • StackManagement: Stack Sources, Stack Definitions
  • Role-based Access Control (RBAC)
  • SystemAdmin, OrganizationAdmin, Deployer, Viewer roles
  • Permission-based authorization
  • Clean Architecture implementation:
  • Domain layer with Aggregates, Entities, Value Objects
  • Application layer with UseCases and MediatR CQRS
  • Infrastructure layer with EF Core repositories
  • MediatR for Command/Query separation
  • UseCases pattern for all operations:
  • Authentication (Login, RegisterSystemAdmin)
  • Organizations (ProvisionOrganization)
  • Environments (CRUD operations)
  • Deployments (Deploy, List, Remove)
  • Stacks (List, Get with parsed compose files)
  • Wizard (GetStatus, CompleteWizard)
  • GitHub Actions workflows:
  • CI: Build & test on push/PR
  • Docker: Build and push to ghcr.io with SBOM

Geplante Features für zukünftige Versionen:

  • v0.7 - CI/CD Integration & Webhooks
  • v0.8 - Erweiterte Stack-Formate
  • v1.0 - Production Readiness
  • v2.0+ - Kubernetes Support