Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
release: 22.03.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Mar 29, 2022
1 parent 3cef259 commit 5fe346a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ Changes

<!-- towncrier release notes start -->

## 22.03.0a2 (2022-03-29)

### Features
* Display the architecture field in agent and image lists ([#212](https://github.com/lablup/backend.ai-client-py/issues/212))
* Add `--depends` CLI option to the `start` &amp; `session create` commands and the corresponding functional API arguments ([#214](https://github.com/lablup/backend.ai-client-py/issues/214))

### Fixes
* Fix missing propagation of `starts_at` and `bootstrap_script` arguments to the session creation API, which have been supported since v20.03 ([#213](https://github.com/lablup/backend.ai-client-py/issues/213))
* Remove remaining traces of `keypair.concurrency_limit` which has been replaced with `keypair_resource_policy.max_concurrenct_sessions` ([#215](https://github.com/lablup/backend.ai-client-py/issues/215))


## 22.03.0a1 (2022-03-14)

### Features
Expand Down
1 change: 0 additions & 1 deletion changes/212.feature.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion src/ai/backend/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*session.__all__,
)

__version__ = '22.03.0a1'
__version__ = '22.03.0a2'


def get_user_agent():
Expand Down

0 comments on commit 5fe346a

Please sign in to comment.