Updates

Changelog

Every release, improvement, and fix — in one place.

v0.2.0

LatestFebruary 2026

Next.js 16 upgrade, improved Docker build pipeline, explicit environment variable documentation.

  • ImprovedUpgraded Next.js from 15.1.3 to 16.1.6 (security & performance)
  • ImprovedDocker multi-stage build now uses OpenSSL 3.x for Alpine compatibility
  • ImprovedAdded explicit env var declarations to docker-compose.yml
  • Fixedpnpm lockfile mismatch in Docker builds (.pnpmfile.cjs now included)
  • FixedPrisma native binary now correctly targets linux-musl-openssl-3.0.x
View on GitHub

v0.1.0

Initial ReleaseJanuary 2026

First public release of InfraPilot.sh — the license and identity portal for self-hosted InfraPilot installs.

  • NewUser registration with email verification gate before license issuance
  • NewLicense key generation in Community, Professional, and Enterprise tiers
  • NewJWT-based session management with secure httpOnly cookies
  • NewForgot password / reset password flow
  • NewStripe billing integration for paid tier upgrades
  • NewSMTP email (Zoho) for verification, welcome, and password reset emails
  • NewDashboard with license key display and verified email banner
  • NewOne-line install script at /install.sh
  • NewProduction Docker Compose with external infrapilot network
View on GitHub