Skip to content

Commit dc2c320

Browse files
authored
release: 25.17.0rc2 (#6684)
1 parent f2af11c commit dc2c320

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

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

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

19+
## 25.17.0rc2 (2025-11-10)
20+
21+
### Fixes
22+
* Reservoir artifact import API response is blocking when using delegation ([#6683](https://github.com/lablup/backend.ai/issues/6683))
23+
24+
1925
## 25.17.0rc1 (2025-11-09)
2026

2127
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.17.0rc1
1+
25.17.0rc2

changes/6683.fix.md

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

docs/app-proxy/openapi.spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Backend.AI Proxy Coordinator API",
55
"description": "Backend.AI Proxy Coordinator REST API specification",
6-
"version": "25.17.0rc1",
6+
"version": "25.17.0rc2",
77
"contact": {
88
"name": "Lablup Inc.",
99
"url": "https://docs.backend.ai",

docs/manager/rest-reference/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Backend.AI Manager API",
55
"description": "Backend.AI Manager REST API specification",
6-
"version": "25.17.0rc1",
6+
"version": "25.17.0rc2",
77
"contact": {
88
"name": "Lablup Inc.",
99
"url": "https://docs.backend.ai",

0 commit comments

Comments
 (0)