Skip to content

Commit

Permalink
release: 24.03.10b1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Sep 4, 2024
1 parent a011c8f commit c00e272
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 12 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,24 @@ Changes

<!-- towncrier release notes start -->

## 24.03.10b1 (2024-09-04)

### Features
* Allow `DataLoaderManager` to get a loader function by function itself rather than function name. ([#2717](https://github.com/lablup/backend.ai/issues/2717))
* Add an explicit configuration `scaling-group-type` to `agent.toml` so that the agent could distinguish whether itself belongs to an SFTP resource group or not ([#2796](https://github.com/lablup/backend.ai/issues/2796))

### Fixes
* Fix handling of undefined values in the ModifyImage GraphQL mutation. ([#2028](https://github.com/lablup/backend.ai/issues/2028))
* Silence `model_` namespace warnings with pydantic-based model classes ([#2765](https://github.com/lablup/backend.ai/issues/2765))
* Change the initialization order of PackageContext to apply `target_path` correctly in the TUI installer ([#2768](https://github.com/lablup/backend.ai/issues/2768))
* Make the regex patterns to update configuration files working with multiline texts correctly in the TUI installer ([#2771](https://github.com/lablup/backend.ai/issues/2771))
* Omit null parameter when call `usage-per-period` API. ([#2777](https://github.com/lablup/backend.ai/issues/2777))
* Handle container port mismatch when creating kernel. ([#2786](https://github.com/lablup/backend.ai/issues/2786))
* Explicitly set the protected service ports depending on the resource group type and the service types ([#2797](https://github.com/lablup/backend.ai/issues/2797))
* Correct session status determiner function. ([#2803](https://github.com/lablup/backend.ai/issues/2803))
* Fix `endpoint_list.total_count` GQL field returning incorrect value ([#2805](https://github.com/lablup/backend.ai/issues/2805))


## 24.03.9 (2024-08-23)

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit c00e272

Please sign in to comment.