bmc_hub/RELEASE_NOTES_v2.1.1.md
Christian ef171c7573 Fix: Migration interface now shows correct Podman commands for production servers
- 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
2026-01-29 00:47:40 +01:00

1.1 KiB

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