Skip to content

Commit

Permalink
release: 24.03.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Aug 13, 2024
1 parent a5590cd commit a8e74ad
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ Changes

<!-- towncrier release notes start -->

## 24.03.8 (2024-08-13)

### Features
* Add an `enable_LLM_playground` option to show/hide the LLM playground tab on the serving page. ([#2677](https://github.com/lablup/backend.ai/issues/2677))
* Add `max_atom_plus_device_per_container` config on webserver ([#2686](https://github.com/lablup/backend.ai/issues/2686))

### Fixes
* Remove duplicate CPU quota arguments when creating containers ([#2608](https://github.com/lablup/backend.ai/issues/2608))
* Allow sudo-enabled container users to ovewrite `/usr/bin/scp` and `/usr/libexec/sftp-server` by unifying the intrinsic ssh binaries to use the merged `dropbearmulti` executable. ([#2671](https://github.com/lablup/backend.ai/issues/2671))
* Update `webserver` logout API to respond with HTTP 200 OK ([#2681](https://github.com/lablup/backend.ai/issues/2681))
* Scan parent directory of created qtree to avoid creating quota on non-existing directory. ([#2696](https://github.com/lablup/backend.ai/issues/2696))


## 24.03.8rc2 (2024-08-08)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.03.8rc2
24.03.8
1 change: 0 additions & 1 deletion changes/2608.fix.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit a8e74ad

Please sign in to comment.