Release Notes
Vollständiges Changelog auf GitHub Detaillierte Änderungshistorie aller Versionen
Version 0.7.2
Abschnitt betitelt „Version 0.7.2“Veröffentlicht: Dezember 2025
Bug Fixes
Abschnitt betitelt „Bug Fixes“- Release: v0.7.1 - Docker build fix
Fix: Include stacks directory in Docker build context
Version 0.7.1
Abschnitt betitelt „Version 0.7.1“Veröffentlicht: Dezember 2025
Version 0.7.0
Abschnitt betitelt „Version 0.7.0“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
Changed
Abschnitt betitelt „Changed“- Deploy PublicWeb on every release (tag trigger)
Version 0.6.1
Abschnitt betitelt „Version 0.6.1“Veröffentlicht: Dezember 2025
Bug Fixes
Abschnitt betitelt „Bug Fixes“- Fix SQLite database path configuration (use /app/data instead of /app/config)
- Fix wizard environment creation requiring authentication
Changes
Abschnitt betitelt „Changes“- Add
/api/wizard/environmentendpoint with anonymous access - Add separate data volume in install.sh
- Add Git workflow documentation
Version 0.6.0
Abschnitt betitelt „Version 0.6.0“Veröffentlicht: Dezember 2025
Multi-User Support & DDD Architecture
Abschnitt betitelt „Multi-User Support & DDD Architecture“- 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
Application Layer
Abschnitt betitelt „Application Layer“- 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)
Infrastructure & DevOps
Abschnitt betitelt „Infrastructure & DevOps“- GitHub Actions workflows:
- CI: Build & test on push/PR
- Docker: Build and push to ghcr.io with SBOM
Roadmap
Abschnitt betitelt „Roadmap“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