Skip to content

Commit

Permalink
release: 24.03.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Mar 31, 2024
1 parent 5a63a55 commit a0be351
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 14 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,30 @@ Changes

<!-- towncrier release notes start -->

## 24.03.0rc1 (2024-03-31)

### Features
* Allw filter `compute_session` query by `user_id`. ([#1805](https://github.com/lablup/backend.ai/issues/1805))
* Allow overriding vfolder mount permissions in API calls and CLI commands to create new sessions, with addition of a generic parser of comma-separated "key=value" list for CLI args and API params ([#1838](https://github.com/lablup/backend.ai/issues/1838))
* Always enable `ai.backend.accelerator.cuda_open` in the scie-based installer ([#1966](https://github.com/lablup/backend.ai/issues/1966))
* Use `config["pipeline"]["endpoint"]` as default value of `config["pipeline"]["frontend-endpoint"]` when not provided ([#1972](https://github.com/lablup/backend.ai/issues/1972))

### Fixes
* Set single agent per kernel resource usage. ([#1725](https://github.com/lablup/backend.ai/issues/1725))
* Abort container creation when duplicate container port definition exists ([#1750](https://github.com/lablup/backend.ai/issues/1750))
* To update image metadata, check if the min/max values in `resource_limits` are undefined. ([#1941](https://github.com/lablup/backend.ai/issues/1941))
* Explicitly disable the user-site package detection in the krunner python commands to avoid potential conflicts with user-installed packages in `.local` directories ([#1962](https://github.com/lablup/backend.ai/issues/1962))
* Fix `caf54fcc17ab` migration to drop a primary key only if it exists and in `589c764a18f1` migration, add missing table arguments. ([#1963](https://github.com/lablup/backend.ai/issues/1963))

### Documentation Updates
* Update docstrings in `ai.backend.client.request.Request:fetch()` and `ai.backend.client.request.FetchContextManager` as the support for synchronous context manager has been deprecated. ([#1801](https://github.com/lablup/backend.ai/issues/1801))
* Resize font-size of footer text in ethical ads in documentation hosted by read-the-docs ([#1965](https://github.com/lablup/backend.ai/issues/1965))
* Only resize font-size of footer text in ethical ads not in title of content in documentation ([#1967](https://github.com/lablup/backend.ai/issues/1967))

### Miscellaneous
* Revert response type of service create API. ([#1979](https://github.com/lablup/backend.ai/issues/1979))


## 24.03.0b1 (2024-03-14)

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/1801.doc.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/1965.doc.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/1967.doc.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/1979.misc.md

This file was deleted.

0 comments on commit a0be351

Please sign in to comment.