From 2d284c6b926d8b9713b40c2b4f09dc4423c75a2f Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Fri, 10 Jun 2022 02:12:17 +0000 Subject: [PATCH] release: 22.03.6 --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- changes/438.fix | 1 - changes/446.doc.md | 1 - changes/455.fix.md | 1 - changes/459.fix.md | 1 - 6 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 changes/438.fix delete mode 100644 changes/446.doc.md delete mode 100644 changes/455.fix.md delete mode 100644 changes/459.fix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e591aab0..7975c81585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,17 @@ Changes +## 22.03.6 (2022-06-10) + +### Fixes +* Refine `scripts/install-dev.sh`, `./py`, and `./pants-local` scripts to better detect and use an existing CPython available in the host ([#438](https://github.com/lablup/backend.ai/issues/438)) +* Fix upload failures of the Client SDK wheel packages due to a bogus syntax/rendering error of reST caused by specific backslash patterns ([#455](https://github.com/lablup/backend.ai/issues/455)) +* Correct missing dependencies due to different package-import names and indirect module references in the webserver ([#459](https://github.com/lablup/backend.ai/issues/459)) + +### Documentation Changes +* Mention Git LFS as a prerequisite explicitly and let the install-dev script run `git lfs pull` always ([#446](https://github.com/lablup/backend.ai/issues/446)) + + ## 22.03.5 (2022-06-08) ### Features diff --git a/VERSION b/VERSION index 6e130e202d..b683896626 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -22.03.5 \ No newline at end of file +22.03.6 \ No newline at end of file diff --git a/changes/438.fix b/changes/438.fix deleted file mode 100644 index 2f429fa199..0000000000 --- a/changes/438.fix +++ /dev/null @@ -1 +0,0 @@ -Refine `scripts/install-dev.sh`, `./py`, and `./pants-local` scripts to better detect and use an existing CPython available in the host diff --git a/changes/446.doc.md b/changes/446.doc.md deleted file mode 100644 index e84abd4331..0000000000 --- a/changes/446.doc.md +++ /dev/null @@ -1 +0,0 @@ -Mention Git LFS as a prerequisite explicitly and let the install-dev script run `git lfs pull` always diff --git a/changes/455.fix.md b/changes/455.fix.md deleted file mode 100644 index e519f5ff55..0000000000 --- a/changes/455.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix upload failures of the Client SDK wheel packages due to a bogus syntax/rendering error of reST caused by specific backslash patterns diff --git a/changes/459.fix.md b/changes/459.fix.md deleted file mode 100644 index 99d40f4841..0000000000 --- a/changes/459.fix.md +++ /dev/null @@ -1 +0,0 @@ -Correct missing dependencies due to different package-import names and indirect module references in the webserver