Skip to content

Commit

Permalink
release: 24.03.9b1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Aug 21, 2024
1 parent d693af4 commit 186e1d1
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 9 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@ Changes

<!-- towncrier release notes start -->

## 24.03.9b1 (2024-08-21)

### Features
* Add `scaling_group.agent_count_by_status` and `scaling_group.agent_total_resource_slots_by_status` GQL fields to query the count and the resource allocation of agents that belong to a scaling group. ([#2254](https://github.com/lablup/backend.ai/issues/2254))
* Allow bulk association and disassociation of scaling groups with domains, user groups, and key pairs. ([#2473](https://github.com/lablup/backend.ai/issues/2473))
* Add new vfolder API to update sharing status. ([#2740](https://github.com/lablup/backend.ai/issues/2740))

### Improvements
* Enable robust DB connection handling by allowing `pool-pre-ping` setting. ([#1991](https://github.com/lablup/backend.ai/issues/1991))

### Fixes
* Fix `GET /func/folders/{folderName}` API returning string literal `"null"` instead of null value on `user` and `group` fields ([#2584](https://github.com/lablup/backend.ai/issues/2584))
* Fix `list_files`, `get_fstab_contents`, `get_performance_metric` and `shared_vfolder_info` Python SDK function not working with `ValidationError` exception printed ([#2706](https://github.com/lablup/backend.ai/issues/2706))
* Handle OS Error when deleting vfolders. ([#2741](https://github.com/lablup/backend.ai/issues/2741))
* Fix typo in Virtual-folder status update code. ([#2742](https://github.com/lablup/backend.ai/issues/2742))


## 24.03.8 (2024-08-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.03.8
24.03.9b1
1 change: 0 additions & 1 deletion changes/1991.enhance.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/2254.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/2473.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/2584.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/2706.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/2740.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/2741.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/2742.fix.md

This file was deleted.

0 comments on commit 186e1d1

Please sign in to comment.