2026-04-29

📊 Observability & Two-Factor Authentication

  • Observability:
    • Built-in Metrics: Real-time CPU, memory, and traffic metrics for every app, viewable directly from the dashboard.
    • Streamed Logs: Live build and request logs without leaving the Miget UI.
    • Grafana Dashboards: Pre-built Grafana dashboards available out of the box for deeper analysis.
  • Two-Factor Authentication: Protect your account with a TOTP-based second factor. Compatible with 1Password, Bitwarden, Google Authenticator, Authy, and any RFC 6238 authenticator. Recovery codes are generated at enrollment.
  • Workspace-wide Two-Factor Authentication Enforcement: Workspace admins can now require two-factor authentication for all members, with a configurable grace period (Immediately, 3, 7, 14, or 30 days) before unenrolled members are blocked from the workspace. The Security panel also surfaces an aggregate count of how many members have already enrolled.

Improvements

  • Activity Feed: The per-app activity feed now captures more detail per event and supports filtering, so you can narrow down to deployments, configuration changes, or a specific contributor.
2026-03-27

🪣 Object Storage, Database Clusters & More

  • S3-Compatible Object Storage (Buckets):
    • Bucket Management: Create and manage S3-compatible storage buckets directly from the Miget dashboard.
    • Built-in File Browser: Upload, download, rename, and organize files and folders through an integrated file browser with drag-and-drop support.
    • Presigned URLs: Generate secure, time-limited URLs for direct file access without exposing your credentials.
    • Policies & ACLs: Configure bucket-level access policies and ACLs for fine-grained permission control.
    • Credential Rotation: Regenerate S3 access credentials at any time for improved security.
  • Database Clusters with Streaming Replication:
    • PostgreSQL Replicas: Create read replicas for your PostgreSQL databases with built-in streaming replication.
    • Replica Promotion: Promote a replica to primary when needed, or connect external replicas for cross-region setups.
    • Disk Usage Monitoring: Track disk usage per database instance for better capacity planning.
  • GitHub Repository Deployments:
    • Deploy from GitHub: Connect public or private GitHub repositories and deploy directly from branches or specific commits.
    • Preview Environments: Automatically create preview environments for pull requests with configurable triggers - auto, label-based, or branch pattern matching.
    • Cleanup Policies: Set retention rules for preview environments with options for immediate cleanup, retention days, or inactivity-based removal.
    • PR Status Comments: Deployment status and URLs are automatically posted as GitHub PR comments.
  • Magic Link Authentication: Sign in with a passwordless magic link sent to your email - no password required.
  • Enterprise Workspaces: Custom plans and billing for enterprise customers with dedicated resource tracking and workspace-level configuration.
  • AI Copilot: Manage your Miget infrastructure from AI-powered editors like Cursor, Claude Code, and Windsurf using Miget Agent Skills.
2026-02-05

✨ New Features & Enhancements

  • Advanced CI/CD with Git Integration:
    • Preview Environments: 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.