- Updated migrations.html to detect production environment and use podman/docker accordingly - Added container runtime info to settings page - Updated VERSION to 2.1.1
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
# BMC Hub v2.1.1 - Bug Fix Release
|
|
|
|
**Release Date:** 29. januar 2026
|
|
|
|
## 🐛 Bug Fixes
|
|
|
|
### Migrationer Interface
|
|
- **Fixed container runtime detection**: Production servers using Podman now show correct commands instead of Docker commands
|
|
- **Updated migration command display**: Frontend now correctly shows `podman exec` commands for production environments
|
|
- **Improved user experience**: Added container runtime information in the standard setup section
|
|
|
|
## 🔧 Technical Changes
|
|
|
|
- Updated `app/settings/frontend/migrations.html` to detect production environment and use appropriate container runtime
|
|
- Modified `app/settings/backend/views.py` to pass production environment flag to template
|
|
- Container runtime detection based on hostname (production vs localhost/127.0.0.1)
|
|
|
|
## 📋 Deployment Notes
|
|
|
|
This is a frontend-only change that fixes the migration interface display. No database changes required.
|
|
|
|
## ✅ Verification
|
|
|
|
- Migration page now shows correct Podman commands on production servers
|
|
- Local development still uses Docker commands
|
|
- Migration execution via web interface continues to work as before |