2026-02-05

✨ New Features & Enhancements

  • Advanced CI/CD with Git Integration:
    • Review Apps: Automatically create live application instances for every GitHub pull request.
    • Auto-Deploy: Enable automatic deployments on every push to your designated production branch.
    • Deploy from Commits: Select and deploy specific commits for granular release control.
  • Enhanced Deployment Control & Visibility:
    • Real-time Build & Deployment Logs: View live-streaming logs for your builds and deployments.
    • Deployment History & Rollbacks: Access a complete deployment history and roll back to a previous version with a single click.
    • Cancel Deployments: Immediately stop a running deployment directly from the UI.
  • New Application Builder: A redesigned, multi-step process to guide you through application creation and configuration.
  • Application-level Security & Networking:
    • Basic Authentication: Secure your running applications with a username and password.
    • Port Management: Take control of your app’s networking by managing and exposing specific ports.
  • UI Refresh: Implemented numerous design tweaks and improvements across the platform for a more polished and consistent user experience.
2025-12-17

🚀 Public API & Status Page Now Live

  • Public API: The Miget Public API is now available. You can now programmatically manage applications, services, and resources to automate deployments, handle configurations, and integrate Miget into your CI/CD pipelines. For more details, see the API Reference.
  • Status Page: We’ve launched a new status page at status.miget.com to provide real-time monitoring of all Miget services and track incident reports.
2025-12-16

📦 December Update: Container Registries, Workspaces & More

  • Container Registry Deployments: You can now deploy applications directly from various container registries, including Docker Hub, GitHub CR, GitLab CR, AWS ECR, and any other Docker V2 compatible registry.
  • Registry Auto-Sync: Enable “Auto-Sync” to have Miget automatically redeploy your application whenever a new image is pushed to your connected registry, without requiring webhooks.
  • New Checkout & Billing UI: The billing and checkout process has been completely redesigned for a more integrated experience, featuring a self-hosted checkout page, a unified view for payment methods and invoices, and the ability to retry failed payments.
  • New Documentation: The official documentation has been rewritten for better clarity and now includes more examples and step-by-step guides.
  • Open Source Program: We now offer free hosting for qualifying open-source projects.
2025-10-10

🔄 Application Cloning

  • Full Application Duplication: A new feature to create complete replicas of your applications, including configuration, addons, environment variables, and deployment settings.
  • Flexible Deployment Modes: Cloned apps can be built from source or use the parent’s container image for instant deployments, which is ideal for staging environments. An auto-sync option keeps the cloned app updated with the parent’s latest image.
  • Selective Data Cloning: You can now choose to clone data for PostgreSQL databases and Storage volumes, creating fully populated environments instantly.
2025-09-13

🔒 Secret Files Management

  • Securely Manage Sensitive Files: You can now securely manage configuration files, certificates, and other sensitive data as “Secret Files.”
  • Encrypted & Auto-Mounted: Files are encrypted at rest and automatically mounted into your running applications at runtime, with changes applied instantly without a full redeploy. This feature is available in your Project or Application settings.
2025-09-11

🗄️ Shared Storage for Multi-Instance Apps

  • Centralized, Shareable Volumes: The new “Shared Storage” feature allows multiple application instances or different applications to read and write to the same storage volume simultaneously.
  • Use Cases: This is ideal for high-availability deployments, file sharing between services (e.g., web servers and workers), and centralized backups or logs.
  • Flexible Mounting: You can create a shared storage volume and mount it to your applications as needed, with quotas managed at the service level.