Skip to content

Commit ad94c06

Browse files
authored
release: 25.15.3 (#6875)
1 parent 485ab2d commit ad94c06

1,432 files changed

Lines changed: 19887 additions & 19193 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,28 @@ Changes
1616

1717
<!-- towncrier release notes start -->
1818

19+
## 25.15.3 (2025-11-23)
20+
21+
### Features
22+
* Support bind, advertised address configuration options for app-proxy coordinator and worker components ([#6631](https://github.com/lablup/backend.ai/issues/6631))
23+
* Add missing and newly introduced fields to service field specifications ([#6714](https://github.com/lablup/backend.ai/issues/6714))
24+
* Parallelize session termination and add lost agent cleanup ([#6826](https://github.com/lablup/backend.ai/issues/6826))
25+
26+
### Fixes
27+
* Add AppProxy setup and initialization workflow to the TUI installer (replacing WSProxy) ([#6228](https://github.com/lablup/backend.ai/issues/6228))
28+
* Fix Pydantic validation error from incorrect `slot_type` type in mock plugin ([#6692](https://github.com/lablup/backend.ai/issues/6692))
29+
* Fix domain admin users seeing vfolder hosts from projects they were not members of. They now only see hosts for projects they belong to ([#6694](https://github.com/lablup/backend.ai/issues/6694))
30+
* Model Card resolver now returns the actual error message when it fails, instead of showing a generic "Unknown error" string ([#6702](https://github.com/lablup/backend.ai/issues/6702))
31+
* Add missing advertise_address info in app proxy status response ([#6772](https://github.com/lablup/backend.ai/issues/6772))
32+
* Allow zero values in DecimalType conversion ([#6783](https://github.com/lablup/backend.ai/issues/6783))
33+
* Disallow dot('.') usage in model service name ([#6800](https://github.com/lablup/backend.ai/issues/6800))
34+
* Fix auto-scaling functionality for inference services when using framework-based scaling rules. Metrics collection and rule comparison logic have been corrected to ensure proper scaling behavior ([#6801](https://github.com/lablup/backend.ai/issues/6801))
35+
* Use the kernel’s occupied slots when calculating the agent’s resources ([#6817](https://github.com/lablup/backend.ai/issues/6817))
36+
* Explicitly wrap slot key with `SlotName()` to prevent validation failure when initializing `AgentInfo` ([#6841](https://github.com/lablup/backend.ai/issues/6841))
37+
* Apply http client pool in app proxy worker ([#6851](https://github.com/lablup/backend.ai/issues/6851))
38+
* Add missing cache invalidation for resource preset ([#6852](https://github.com/lablup/backend.ai/issues/6852))
39+
40+
1941
## 25.15.2 (2025-11-07)
2042

2143
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.15.2
1+
25.15.3

changes/6228.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/6631.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/6692.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/6694.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/6702.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/6714.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/6772.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/6783.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)