Skip to content

Releases: virtfoundry/core

v1.4.1 — volume delete fix + UI version

Choose a tag to compare

@Matheus-Thurler Matheus-Thurler released this 05 Aug 16:50

Fixed

  • DELETE /volumes/{id} returns 409 Conflict when attached to a VM (was HTTP 500)
  • Missing volume delete returns 404 Not Found
  • Login and settings show version from ui/package.json (was stuck at v1.1.1)

Merged via #19.

Full changelog: CHANGELOG.md

v1.3.0 — Phase 2: service offerings

Choose a tag to compare

@Matheus-Thurler Matheus-Thurler released this 05 Aug 14:45

Phase 2 — Service offering management

Added

  • Root-only service offerings CRUD API with soft-delete
  • Admin UI at /offerings
  • VM resize persists service_offering_id

Closes roadmap Phase 2 (#3).

Full changelog: CHANGELOG.md

v1.2.0 — Phase 1: volumes

Choose a tag to compare

@Matheus-Thurler Matheus-Thurler released this 05 Aug 14:34

Phase 1 — Volume attach/detach and storage UX

Added

  • Volume attach/detach API with KubeVirt hot-plug
  • Volume delete with guard when attached
  • VM Detail Storage tab
  • Volumes page improvements and defaultClass wiring
  • E2E API smoke scripts (scripts/e2e/)

Closes roadmap Phase 1 (#1).

Full changelog: CHANGELOG.md