Skip to content

Commit

Permalink
release: 24.03.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Jun 19, 2024
1 parent 6d0a083 commit 79dd5db
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
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.5 (2024-06-20)

* New redis client (experimental) ([#2041](https://github.com/lablup/backend.ai/issues/2041))
* Add support for CentOS 8 based kernels ([#2220](https://github.com/lablup/backend.ai/issues/2220))
* Allow modifying model service session's environment variable setup ([#2255](https://github.com/lablup/backend.ai/issues/2255))
* Add `endpoint.runtime_variant` column ([#2256](https://github.com/lablup/backend.ai/issues/2256))
* Add new API to show list of supported inference runtimes ([#2258](https://github.com/lablup/backend.ai/issues/2258))
* Add support for model service provisioning without `model-definition.yaml` ([#2260](https://github.com/lablup/backend.ai/issues/2260))

### Fixes
* Do not omit to update session's occupying resources to DB when a kernel starts. ([#1832](https://github.com/lablup/backend.ai/issues/1832))
* Rename no-op `access_key` parameter of `endpoint_list` GQL Query to `user_uuid` ([#2287](https://github.com/lablup/backend.ai/issues/2287))
* Fix `ai.backend.service-ports` label syntax broken when image does not expose built-in service port ([#2288](https://github.com/lablup/backend.ai/issues/2288))
* Improve stability of `untag_image_from_registry` mutation ([#2289](https://github.com/lablup/backend.ai/issues/2289))
* SSH not working between kernels started with customized image ([#2290](https://github.com/lablup/backend.ai/issues/2290))
* Invalid container memory capacity reported ([#2291](https://github.com/lablup/backend.ai/issues/2291))


## 24.03.5rc1 (2024-06-20)
No significant changes.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.03.5rc1
24.03.5

0 comments on commit 79dd5db

Please sign in to comment.