Skip to content

Releases: nightshiftco/nightshift

v0.5.5

20 Mar 02:51

Choose a tag to compare

v0.5.4

19 Mar 20:37

Choose a tag to compare

Full Changelog: v0.5.3...v0.5.4

v0.5.3

19 Mar 17:56
28ddc95

Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

19 Mar 16:53

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

19 Mar 14:15

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

18 Mar 20:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3

24 Feb 16:19
bf7d6f5

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

22 Feb 20:05
ed368fb

Choose a tag to compare

patch (#85)

v0.4.1

22 Feb 14:29
a15aed4

Choose a tag to compare

Fix VM boot crash: use .venv Python in init script (#82)

* Fix VM boot crash: use .venv Python in rootfs init script

The init script was running `python3 -m nightshift.agent` using the
system Python, but agent dependencies (fastapi, uvicorn, etc.) are
installed in /opt/nightshift/.venv by `uv sync` during rootfs build.
This caused an immediate `ModuleNotFoundError: No module named 'fastapi'`
on every VM boot, crashing init and triggering a kernel panic.

Also fixes build-rootfs.sh to create a python3 symlink and hardens
the upgrade script with non-interactive sudo and correct uv paths.

Bumps version to 0.4.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* deploy script fix

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

v0.4.0

21 Feb 21:32
e64985e

Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.4.0