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

Commit

Permalink
release: 20.09.14
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Mar 31, 2021
1 parent 6cd9bb1 commit 09d8706
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ Changes

.. towncrier release notes start

20.09.14 (2021-03-31)
---------------------

### Fixes
* Fix a missing reference fix for renaming of `gateway` to `manager.api` ([#409](https://github.com/lablup/backend.ai-manager/issues/409))
* Refactor the manager CLI initialization steps and promote `generate-keypair` as a regular `mgr` subcommand ([#411](https://github.com/lablup/backend.ai-manager/issues/411))
* Fix an internal API mismatch for our SQLAlchemy custom enum types ([#412](https://github.com/lablup/backend.ai-manager/issues/412))
* Fix a regression in session cancellation and kernel status updates after SQLAlchemy v1.4 upgrade ([#413](https://github.com/lablup/backend.ai-manager/issues/413))

### Miscellaneous
* Fix the examples for the storage proxy URL configurations in the `manager.config` module ([#410](https://github.com/lablup/backend.ai-manager/issues/410))
* Update sample configurations for etcd ([#414](https://github.com/lablup/backend.ai-manager/issues/414))


20.09.13 (2021-03-29)
---------------------

Expand Down
1 change: 0 additions & 1 deletion changes/409.fix

This file was deleted.

1 change: 0 additions & 1 deletion changes/410.misc

This file was deleted.

1 change: 0 additions & 1 deletion changes/411.fix

This file was deleted.

1 change: 0 additions & 1 deletion changes/412.fix

This file was deleted.

1 change: 0 additions & 1 deletion changes/413.fix

This file was deleted.

1 change: 0 additions & 1 deletion changes/414.misc

This file was deleted.

2 changes: 1 addition & 1 deletion src/ai/backend/manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '20.09.13'
__version__ = '20.09.14'

0 comments on commit 09d8706

Please sign in to comment.