Skip to content

Changelog

All notable changes to the Nebion platform.


v1.9.0 2026-06-19

  • MCP server for the CLInebioncli mcp runs a Model Context Protocol server so MCP clients like Claude Code can inspect your projects, environments, deployment status, logs and diagnostics — acting as you, with your access. Learn more →
  • Better deployment diagnostics — The CLI (and MCP server) can now fetch the raw deployment log for any task and look back beyond the last 24h of logs, and failure diagnostics now point at the most recent failed deploy instead of just the latest one.

v1.8.1 2026-06-19

  • Variables apply on the first deploy — Custom environment variables set before an environment's first deployment now take effect from that very first deploy, for both docker and manual recipes (previously they only applied after an initial deploy had run).

v1.8.0 2026-05-25

  • Custom Domain Support — Expose any service in your .nebion.yml on a fully custom domain via the new domain field — perfect for stable environments that need to live on a customer-owned domain like api.example.com. Just point a CNAME or A record at your Nebion server before deploying; Let's Encrypt handles the certificate automatically. Learn more →

v1.7.1 2026-05-24

  • Multi-Domain Display for Manual Environments — Manual environments with multiple services now show all URLs — subdomains and path-prefixed services are listed alongside the primary URL on the environment detail page, matching how docker environments behave.

    v1.7.0 2026-04-28

    • New Nebion Theme — refreshed platform UI with the new Nebion brand identity: sky-blue palette, updated logo wordmark, revised theme variables, and cleaner styling across the header, sidebar, organization switcher, and core UI components.
    • Redesigned Login Page/user/login now uses a focused two-column branded layout with a mascot illustration, responsive form styling, and no dashboard chrome.

v1.6.1 2026-04-26

  • Manual recipe environment variables in actions — custom dashboard variables are now available inside action commands for manual recipe projects; previously actions ran without any env context
  • Manual recipe file actions$NEBION_ACTION_OUTPUT now points to the correct host path so file-producing actions work as expected
  • System variables always present — fixed a bug where NEBION_DOMAIN, NEBION_ENV_IDENTIFIER, NEBION_ENV_TYPE, and related vars were silently dropped from .nebion.env on any project with custom dashboard variables
  • First-deploy reliability — manual recipe deployments no longer fail when .nebion.env doesn't exist yet on the server
  • Project directory ownership — fixed a race condition where closing a PR before its first deployment could cause the project working directory to be created as root, blocking all future deployments for that project

v1.6.0 2026-04-08

  • Manual Deployments — New "manual" recipe for projects that don't use Docker. Define deploy and destroy tasks in .nebion.yml and Nebion runs your commands directly on the server. Learn more →

v1.5.0 2026-03-23

  • Multi-Domain Display — Environments with multiple services now show all URLs — subdomains and path-prefixed services are listed alongside the primary URL on the environment detail page.

v1.4.0 2026-03-19

  • Environment Actions — Run on-demand commands against live environments — clear caches, dump databases, run scripts, and more. Define actions in .nebion.yml and trigger them from the Actions tab. Learn more →
  • File Actions & Downloads — Actions with result: file produce downloadable artifacts — database dumps, config exports, log archives. Files are served via a lightweight artifact server and retained for 7 days. Learn more →
  • Automatic Actions Sync — The actions block in .nebion.yml is automatically synced to each environment on deploy — add, change, or remove actions and they update on the next deployment. Configuration reference →

v1.3.0 2026-03-15

  • Live Deployment Progress — Watch deployments unfold in real time — each phase (clone, build, routing, etc.) expands as it runs with task-level detail and timing.
  • Email Notifications — Branded email notifications powered by Mailgun — password resets, invitations, and system alerts now arrive in a clean, responsive template.
  • Per-Project Deploy Keys — Each project generates its own Ed25519 SSH keypair for repository access — better isolation and easier key rotation.
  • Unified Environment VariablesNEBION_ENV_IDENTIFIER, NEBION_ENV_BRANCH, and NEBION_ENV_TYPE are now available in both PR and manual environments for consistent application configuration.

v1.2.0 2026-02-23

  • Documentation Site — Brand new customer documentation at docs.nebion.wsagency.io — getting started guides, configuration reference, webhooks, variables, CLI usage, and API docs.
  • Multi-Service Support — Deploy multiple services with independent routing — each service gets its own Traefik endpoint automatically.
  • Private Registry Support — Pull images from private Docker registries during deployment with per-project credential management.
  • Phased Deployment Output — Deployment logs are now grouped by phase with collapsible sections, task status, and execution timing.
  • Live Entity Updates — Environment and project cards refresh automatically in real time via WebSocket — no page reload needed.
  • Auto-deploy on Push — Manual environments can now redeploy automatically when code is pushed to their tracked branch.
  • Nebion CLI 1.2.0 — Improved deployment output in hub with phase grouping, fixed token refresh, and added -v version flag.

v1.1.0 2026-02-15

  • Manual Environments — Deploy preview environments on demand without opening a pull request — pick a branch, choose a server, and deploy.
  • Per-Project Basic Auth — Protect environments with HTTP Basic Authentication — enable it in the new project Settings tab and credentials are inherited by all new environments.
  • Email Login — Log in with your email address in addition to your username.
  • Project Settings Tab — Reorganized project configuration with a dedicated Settings tab for basic auth and other project-level options.
  • Nebion Hub — Full-screen terminal dashboard to browse projects, monitor deployments, and stream logs — launch with nebioncli hub.
  • CLI Doctor — Validate your .nebion.yml before deploying — catch misconfigurations early with nebioncli doctor.
  • Nebion CLI 1.1.0 — New CLI release with the hub dashboard, doctor command, and enhanced organization switching.

v1.0.4 2026-02-08

  • Live Deployment Tracking — See deployment progress update in real time on the environment page — no need to refresh.
  • Server File Uploads — Upload SQL dumps, configuration files, and archives directly to your deployment servers.
  • Improved Environment Page — Redesigned environment detail page with clearer status indicators, deployment history, and quick actions.

v1.0.3 2026-02-02

  • GitHub & Gitea Support — Deploy from GitHub and Gitea/Forgejo repositories in addition to Bitbucket.
  • CLI Organization Switching — Switch between organizations from the command line with nebion org switch.
  • Redesigned Interface — Refreshed look with a new design system, improved forms, and responsive layouts across all pages.

v1.0.2 2026-01-31

  • Server Management — Register deployment servers with SSH key provisioning, connection testing, and Semaphore inventory sync.
  • Organizations — Group projects and team members into organizations with member invitations and role-based access.
  • Dashboard — New home screen showing your projects, environments, and quick actions at a glance.

v1.0.1 2026-01-28

  • Nebion CLI — New command-line tool to connect to containers via SSH, stream logs, and open environment URLs from your terminal.
  • Manual Environments — Create preview environments on demand from the UI, without needing a pull request trigger.

v1.0.0 2026-01-18

  • Automated PR Environments — Open a pull request and Nebion deploys an isolated preview at pr-{number}.{domain}. Environments update on push and are removed on merge.
  • Configuration as Code — Define your stack with .nebion.yml and docker-compose-nebion.yml in your repository — Nebion handles the rest.
  • Deployment Tracking & Logs — Follow every deployment end-to-end with unique tracking IDs and view container logs directly in the UI.
  • Automatic SSL & Routing — Wildcard SSL certificates and traffic routing are provisioned automatically for every environment.