Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ Versions follow [Semantic Versioning](https://semver.org/).

---

## [0.5.3] β€” 2026-07-07

### Fixed
- **Truthful instances everywhere** (#59) β€” every instance card shows its node
NAME (not a hex id); the Server view lists stacked instances with node + port
and its count matches reality (Eject only where it can actually target);
per-instance status probes both directions (`starting β†’ serving`, and back to
`failed` when an engine dies β€” no more stale STARTING bars or false READY);
the top-bar update banner now updates the whole fleet
(`/api/cluster/update-all`) with an honest confirm, not just the head node.

---

## [0.5.2] β€” 2026-07-06

> The two majors from the 0.5.1 live lifecycle verification. Image published to GHCR;
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ainode"
version = "0.5.2"
version = "0.5.3"
description = "Turn any NVIDIA GPU into a local AI platform. Inference + fine-tuning in your browser."
readme = "README.md"
license = {text = "Apache-2.0"}
Expand Down
Loading