v0.8.0
v0.8.0 - 2025-12-20
This release introduces a breaking change such that the inference workload is unified to StatefulSet. The Deployment resources created by existing workspaces will be removed by the controller and new StatefulSet resources will be created instead. No manual operation is required for this migration, and it is expected that the inference server hits a short period of downtime due to the Pod recreation.
Changelog
Breaking Changes π₯
- 3ab3f3d55a47d8ebb8cd26440c9f7732c259017a feat: [BREAKING] use statefulset for all workspace (#1523)
Features π
- b9664848f4a36a0454147909f2f2dcc78d45640c feat: update gpu-provisioner version to v0.3.8 for kaito (#1698)
- 91819b9e8141c8062c6b2bdb8f6b9ee2dcf8eb65 feat: preset-generator support generic model format and attn arch (#1690)
Bug Fixes π
- 1366f9a7d290453d01c10a800c8202b59bb8c6bb fix: set imagePullPolicy to Always (#1702)
- 8945b5b74fdeb40d8a9e5f1cb05895b021faa764 fix: workload type in ragengine e2e test (#1697)
- dffd5f342d9a980f5ea6b8c5481004d693d6f357 fix: invalid indentation in artifacthub links (#1683)
- e5d77e5c0e34556add8542780f0976212d6c48b2 fix: cancel latest release when it's perrelease (#1680)
- e813c46021ac723a33bfd3fd61242e38889a2593 fix: release tag validation rule (#1677)
Code Refactoring π
- 47fcd2e81abebe5be281445f9dcf2af076e48926 refactor: make sku-calculation a generic preset generator (#1689)
Documentation π
- 318bf01fcb3c3ed293c4fddd0e53b10fda209b1c docs: fix namespace doc issue in keda-kaito-scaler (#1699)
- 87c9c32cb9826bdfbb5d346f89cb5162df4b0179 docs: use kaito-workspace in keda install (#1694)
- eefd2b812866c0cf80c8a90a30d95cab51eaec59 docs: add keda-autoscaler-inference scaling example in doc (#1682)
- bbe61d70d6c4e9f5ca7fd45258b5859f266879af docs: refine naming in docs and examples (#1681)
- c78d68bf1bf6ca957c6f9fef8333454c59822982 docs: add keda-autoscaler-inference doc (#1679)
Maintenance π§
- 67deec5216d81015525b0b9c02c6ff9303febb92 chore: bump golang to 1.24.11 (#1695)
- 89aba34717840d8b892bdea4ba31eaf3c83e6166 chore: use pv cleaner from localcsi manager (#1687)
- 7911b002217ad03ba8a0a50edf957d0e2ec33378 chore: fix huggingface_hub version in preset_generator (#1693)
- 0fabc5cd0e92a8bfb2b030aa803abae458bd8ce7 chore: bump ray to 0.25.1 (#1684)
- 3d33b893d6fec49c4e55417158eccfad8d3fd467 chore: bump js-yaml from 3.14.1 to 3.14.2 in /website (#1647)
- 601ad7b0934acc88bbf24c3bd732c7adae0e3d43 chore: bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /website (#1657)
- e1efaa84aa0ce52ced281c87c8e485763f051661 chore: e2e tests for pv support in RAG engine service (#1671)
Testing π
- b1b8db290244d748482929af52c37e71038de295 test: add Upgrade Compatibility Test (#1696)
- 6eda95e2d1590da9592873c4fca407f16512da6a test: use helm v3 for Upgrade Compatibility Test (#1692)
- ff3a61d2ed411c5beed4419a1729d9769c2f6429 test: add Chart Upgrade Compatibility Test (#1691)