Skip to content

Commit

Permalink
release: 24.03.7a2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Jul 8, 2024
1 parent 1c85245 commit c996d0d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ Changes

<!-- towncrier release notes start -->

## 24.03.7a2 (2024-07-08)

### Features
* Add support for fetching container logs of a specific kernel. ([#2364](https://github.com/lablup/backend.ai/issues/2364))

### Fixes
* Fix buggy resolver of `model_card` GQL Query. ([#2161](https://github.com/lablup/backend.ai/issues/2161))
* Keep `sync_container_lifecycles()` bgtask alive in a loop. ([#2178](https://github.com/lablup/backend.ai/issues/2178))
* Shutdown agent properly by removing a code that waits a cancelled task. ([#2392](https://github.com/lablup/backend.ai/issues/2392))

### Miscellaneous
* Finally stabilize the hanging tests in our CI due to docker-internal races on TCP port mappings to concurrently spawned fixture containers by introducing monotonically increasing TCP port numbers ([#2379](https://github.com/lablup/backend.ai/issues/2379))
* Further improve the monotonic port allocation logic for the test containers to remove maximum concurrency restrictions ([#2396](https://github.com/lablup/backend.ai/issues/2396))


## 24.03.7a1 (2024-07-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.03.7a1
24.03.7a2
1 change: 0 additions & 1 deletion changes/2161.fix.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit c996d0d

Please sign in to comment.