Releases: nebari-dev/nebi
Releases · nebari-dev/nebi
v0.5
nebi v0.5 (2026-02-05T15:51:00Z)
Welcome to this new release of nebi!
Changelog
New Features
- eea2a0f: feat: auto-populate publish dialog and fix Quay.io auth (Amit Kumar [email protected])
Bug Fixes
- 73a0266: fix: normalize repository name for OCI compatibility (Amit Kumar [email protected])
- 480b224: fix: reverse diff direction to show origin as baseline (Adam Lewis [email protected])
- ece1a10: fix: suggest next tag based on publications not environment tags (Amit Kumar [email protected])
- 163b2ca: fix: use direct push instead of CopyGraph for OCI publishing (Amit Kumar [email protected])
Others
- 9c7a1aa: Add .claude/ to .gitignore (Adam Lewis [email protected])
- 7bd5dc4: Add CLAUDE.md to .gitignore (Adam Lewis [email protected])
- 2f9d1a0: Add CLI demo script (Adam Lewis [email protected])
- efff76e: Add apache 2 license (Amit Kumar [email protected])
- 1d6d192: Add auth and global server registry (Phase 3) (Adam Lewis [email protected])
- 0a267b3: Add certs to dockerfile (Amit Kumar [email protected])
- c043821: Add created/updated timestamps to workspace tags output (Adam Lewis [email protected])
- 88983e7: Add docs on fly.io deployment (Amit Kumar [email protected])
- 8e4d9b0: Add global workspace support with activate command, tests, and docs (Adam Lewis [email protected])
- d605eaa: Add local server startup logic for CLI (Adam Lewis [email protected])
- 2e01c96: Add local-first CLI: nebi init, workspace list with status (Adam Lewis [email protected])
- 619ff26: Add multi-server e2e tests for origin tracking (Adam Lewis [email protected])
- 7eb83a7: Add nebi diff and nebi commit commands (Adam Lewis [email protected])
- 61e4167: Add nebi run command, pixi arg passthrough, and shell/run auto-init (Adam Lewis [email protected])
- 8ac806c: Add origin tracking, status command, validate workspace names, fix flaky e2e tests (Adam Lewis [email protected])
- 8e124cc: Add push and pull commands with server-side tag support (Phase 4) (Adam Lewis [email protected])
- fb2e074: Add registry list and workspace publish commands, remove activate (Adam Lewis [email protected])
- 9675d10: Add semantic diff engine for pixi.toml and pixi.lock (Adam Lewis [email protected])
- f6212fc: Add server set-default command and CLI workflows doc (Adam Lewis [email protected])
- 1605519: Add workspace prune, server-side remove, rm alias, and diff label fix (Adam Lewis [email protected])
- 765340b: Change theme to nebari colors and darb -> nebi (Amit Kumar [email protected])
- 602a23f: Clear UseLocal on logout so user gets re-prompted for local mode (Adam Lewis [email protected])
- a4c3303: Desktop app wip (Amit Kumar [email protected])
- 5266aaa: Disable autocapitalize, autocorrect, and spellcheck in inputs (Amit Kumar [email protected])
- a134980: Disambiguate global workspace names from paths using slash convention (Adam Lewis [email protected])
- 249e6fd: Fix UI bugs and improve error handling - Fix pixi workspace deprecation warning - Fix Dialog component and admin badge display - Add proper error messages for all failed operations - Show environment owner information in UI - Enhance environment info display with more details (Amit Kumar [email protected])
- 48982ad: Fix admin buttons: use consistent outline style and grey hover (Amit Kumar [email protected])
- ca0e9cd: Fix gofmt formatting issues (Adam Lewis [email protected])
- fedbe1f: Fix linting and make makefile install missing stuff (Amit Kumar [email protected])
- 85ab7d3: Fix misleading error in nebi status when workspace not found (Adam Lewis [email protected])
- bbdb7ac: Fix nebi pull not tracking workspace in local index (Adam Lewis [email protected])
- 5588a52: Fix nebi push not tracking workspace in local index (Adam Lewis [email protected])
- e993393: Fix pixi List to handle empty environments gracefully (Adam Lewis [email protected])
- bdcdf52: Fix swagger generation path in release workflow (Adam Lewis [email protected])
- 8dc3520: Improve hover color and admin page icons (Amit Kumar [email protected])
- 7970af1: Merge origin/main into issue-18-local-server-startup (Adam Lewis [email protected])
- 074c097: Merge remote-tracking branch 'origin/main' into aktech/desktop-app (Amit Kumar [email protected])
- c9256f2: Promote publish to a top-level sync command (Adam Lewis [email protected])
- 6ee31b3: Remove PROMPT.md from tracking (Adam Lewis [email protected])
- 61e7698: Remove local snapshot/commit system, add config, rewrite diff (Adam Lewis [email protected])
- 6db1469: Remove unused created_at and updated_at fields from workspace index (Adam Lewis [email protected])
- d1bf4ba: Rename project from Darb to Nebi in README (Amit Kumar [email protected])
- 9689212: Rename project from darb to nebi (Adam Lewis [email protected])
- 410e68d: Reorganize CLI command groups and update descriptions (Adam Lewis [email protected])
- b577da1: Reorganize CLI command groups into Workspace, Sync, Server, and Admin (Adam Lewis [email protected])
- 9d2b4a0: Resolve tag when pulling without explicit tag (Adam Lewis [email protected])
- d416e91: Revert "Revert CLI changes back to 6dcd94e" (Adam Lewis [email protected])
- f07f98a: Revert CLI changes back to 6dcd94e (Adam Lewis [email protected])
- 9a251ea: Spell out workspace in CLI_WORKFLOWS.md command reference (Adam Lewis [email protected])
- 7bd9f85: Update README (Adam Lewis [email protected])
- 2acef58: Update cli-demo.sh and cli-demo-workflow.md with nebi run and shell changes (Adam Lewis [email protected])
- a8b0c60: Update logo darb -> nebi and minor ui changes (Amit Kumar [email protected])
- 0140bea: Update swagger docs for nebi rename (Adam Lewis [email protected])
- 99a12b7: Use --manifest-path for global workspaces in shell and run (Adam Lewis [email protected])
- 79cd352: Use consistently in CLI_WORKFLOWS.md command reference (Adam Lewis [email protected])
- 2ac2652: Use canonical TOML hashing for origin comparison (Adam Lewis [email protected])
- 4258e5f: Use solid icon in readme (Amit Kumar [email protected])
- 4f06ffd: add UI mode for adding packages (Amit Kumar [email protected])
- 80b1189: add ability to add custom port (Amit Kumar [email protected])
- 4820e7d: add build tags ...
v0.4
nebi v0.4 (2026-01-25T03:31:51Z)
Welcome to this new release of nebi!
Changelog
Others
- 09fd1a5: Add certs to dockerfile (@aktech)
- c679845: Add docs on fly.io deployment (@aktech)
- ccab61d: Change theme to nebari colors and darb -> nebi (@aktech)
- 33ad1f0: Fix UI bugs and improve error handling (@aktech)
- d7ac0c0: Fix admin buttons: use consistent outline style and grey hover (@aktech)
- 4cd4674: Fix linting and make makefile install missing stuff (@aktech)
- 32ab5f6: Fix swagger generation path in release workflow (@Adam-D-Lewis)
- c4c77ff: Improve hover color and admin page icons (@aktech)
- 097c9e1: Remove PROMPT.md from tracking (@Adam-D-Lewis)
- f7653e3: Rename project from Darb to Nebi in README (@aktech)
- 5a752c5: Rename project from darb to nebi (@Adam-D-Lewis)
- 69311d5: Revert "Revert CLI changes back to 92ef1fd" (@Adam-D-Lewis)
- 8c456d3: Revert CLI changes back to 92ef1fd (@Adam-D-Lewis)
- 4a7f335: Update logo darb -> nebi and minor ui changes (@aktech)
- 61bc08a: Update swagger docs for nebi rename (@Adam-D-Lewis)
- eef24a2: add UI mode for adding packages (@aktech)
- 4d60954: add cli (@Adam-D-Lewis)
- 4133694: add deploy workflow for fly.io (@aktech)
- 7af186a: add design docs (@Adam-D-Lewis)
- ac860bf: add option to copy job logs and pixi toml (@aktech)
- 1bbfa6d: add pixi and add prod docker compose (@aktech)
- b3fb833: add publishing (@aktech)
- 9bde9ae: add support for oidc (@aktech)
- b0f6527: add types in fe (@aktech)
- 023b289: add user facing cli docs (@Adam-D-Lewis)
- 7b7074d: add white bg (@aktech)
- 23619ab: build and push docker images (@aktech)
- 839da97: build cli client in CI (@Adam-D-Lewis)
- c0f0886: bump memory and improve logs display (@aktech)
- e9340cf: bump ram in keycloak (@aktech)
- 6e3a56f: change env name (@Adam-D-Lewis)
- 6d018b4: change icons on admin dahboard to regular purple (@aktech)
- c67adf9: clean .gitignore (@Adam-D-Lewis)
- 7b87622: clean .gitignore (@Adam-D-Lewis)
- a1ef959: cli adjustments (@Adam-D-Lewis)
- 3a540c9: cli binary name to nebi (@Adam-D-Lewis)
- b1f1d2e: filter out unused tags instead of hard coding admin (@Adam-D-Lewis)
- aab7d51: fix Dockerfile entrypoint to use serve subcommand (@Adam-D-Lewis)
- 0772f34: fix Dockerfile paths for cmd/nebi entry point (@Adam-D-Lewis)
- 4806182: fix fly.io deploy (@aktech)
- 9c67a1a: fix live logs (@aktech)
- e59c77b: fix pixi warning project -> workspace (@aktech)
- 939ca04: fix smoke test (@Adam-D-Lewis)
- 068e81e: go distroless (@aktech)
- 9686336: initial implementation of new cli (@Adam-D-Lewis)
- 53a522c: link publications to environment versions for pull by tag (@Adam-D-Lewis)
- 7ddf1b2: lint (@Adam-D-Lewis)
- e8237b5: lint (@Adam-D-Lewis)
- 47c23d8: lint (@Adam-D-Lewis)
- aa9fda2: lint (@Adam-D-Lewis)
- 2f7ae8d: make login page cleaner (@aktech)
- a72e92e: merge CLI and server into single nebi binary (@Adam-D-Lewis)
- 10a1b78: only build for linux amd64 (@aktech)
- 97023de: remove openapi filtering, add admin command to cli (@Adam-D-Lewis)
- 053090f: remove pointless version from docker compose (@aktech)
- 791ea19: remove unneeded files (@Adam-D-Lewis)
- a501e82: rename repo -> workspace (@Adam-D-Lewis)
- 4092f62: revamp cli for POC (@Adam-D-Lewis)
- 6443a37: revert env var changes for now (@aktech)
- ad088d8: show disk usage - space occupied by environments (@aktech)
- d2e2d0b: show installed version (@aktech)
- c357522: update README with CLI usage and new project structure (@Adam-D-Lewis)
- cb61b06: update design docs for cli to always go through nebi REST API (@Adam-D-Lewis)
- 727f039: update for new cli spec (@Adam-D-Lewis)
- 1a25835: use pixi image for the final docker image (@aktech)
Installation
Binary Installation
Download the appropriate binary for your platform from the assets below.
Full Changelog: v0.3...v0.4
v0.3
darb v0.3 (2025-12-01T15:44:59Z)
Welcome to this new release of darb!
Changelog
Others
Installation
Binary Installation
Download the appropriate binary for your platform from the assets below.
Docker
docker pull ghcr.io/aktech/darb:v0.3Full Changelog: v0.2...v0.3
v0.2
darb v0.2 (2025-12-01T11:25:01Z)
Welcome to this new release of darb!
Changelog
Others
Installation
Binary Installation
Download the appropriate binary for your platform from the assets below.
Docker
docker pull ghcr.io/aktech/darb:v0.2Full Changelog: v0.1...v0.2
v0.1
darb v0.1 (2025-11-27T17:56:14Z)
Welcome to this new release of darb!
Changelog
Others
- 71618cb: add ability to add custom port (Amit Kumar [email protected])
- 7e00547: add ci (Amit Kumar [email protected])
- a4057f1: add environment size (Amit Kumar [email protected])
- 9dcdec4: add support for valkey (Amit Kumar [email protected])
- 478d1d0: add version history (Amit Kumar [email protected])
- 544eade: better UI (Amit Kumar [email protected])
- 8c6d29e: better ports, favicon, login ui (Amit Kumar [email protected])
- 60c68dc: cleanup and workers (Amit Kumar [email protected])
- 428c442: embed rbac conf (Amit Kumar [email protected])
- 445a867: fix linting and add goreleaser (Amit Kumar [email protected])
- 978425c: improve readme (Amit Kumar [email protected])
- df08bb8: install pixi (Amit Kumar [email protected])
- 68a293f: log streaming (Amit Kumar [email protected])
- 5f602c5: make sure local build works fine (Amit Kumar [email protected])
- a049989: new lines in log streaming (Amit Kumar [email protected])
- 106d61b: phase 1 (Amit Kumar [email protected])
- 2ea5269: pixi installation before run (Amit Kumar [email protected])
- c73412a: plan (Amit Kumar [email protected])
- 783fe83: remove unused files (Amit Kumar [email protected])
- c023316: single binary (Amit Kumar [email protected])
- d91714c: use pure go sqllite driver (Amit Kumar [email protected])
- 877e198: working (Amit Kumar [email protected])
- 05678a9: working tilt file (Amit Kumar [email protected])
Installation
Binary Installation
Download the appropriate binary for your platform from the assets below.
Docker
docker pull ghcr.io/aktech/darb:v0.1Full Changelog: ...v0.1