Appearance
Changelog
All notable changes to the Nebion platform.
v1.6.0 2026-04-08
- Manual Deployments — New "manual" recipe for projects that don't use Docker. Define
deployanddestroytasks in.nebion.ymland 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.ymland trigger them from the Actions tab. Learn more → - File Actions & Downloads — Actions with
result: fileproduce 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
actionsblock in.nebion.ymlis 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 Variables —
NEBION_ENV_IDENTIFIER,NEBION_ENV_BRANCH, andNEBION_ENV_TYPEare 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
-vversion 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.ymlbefore deploying — catch misconfigurations early withnebioncli 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.ymlanddocker-compose-nebion.ymlin 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.