From 7f3778180a999b3f1f1ee78ddab896912b71d933 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Mon, 25 Oct 2021 17:31:07 +0300 Subject: [PATCH] Bump to 21.10.0 --- CHANGELOG.D/2371.feature | 1 - CHANGELOG.D/2372.feature | 1 - CHANGELOG.D/2385.feature | 1 - CHANGELOG.D/2387.feature | 1 - CHANGELOG.D/2391.feature | 5 ----- CHANGELOG.D/2394.bugfix | 1 - CHANGELOG.md | 23 +++++++++++++++++++++++ VERSION.txt | 2 +- neuro-cli/setup.cfg | 4 ++-- neuro-cli/src/neuro_cli/__init__.py | 2 +- neuro-sdk/src/neuro_sdk/__init__.py | 2 +- setup.cfg | 2 +- 12 files changed, 29 insertions(+), 16 deletions(-) delete mode 100644 CHANGELOG.D/2371.feature delete mode 100644 CHANGELOG.D/2372.feature delete mode 100644 CHANGELOG.D/2385.feature delete mode 100644 CHANGELOG.D/2387.feature delete mode 100644 CHANGELOG.D/2391.feature delete mode 100644 CHANGELOG.D/2394.bugfix diff --git a/CHANGELOG.D/2371.feature b/CHANGELOG.D/2371.feature deleted file mode 100644 index 7569570e9..000000000 --- a/CHANGELOG.D/2371.feature +++ /dev/null @@ -1 +0,0 @@ -Added support of open stack as bucket provider. diff --git a/CHANGELOG.D/2372.feature b/CHANGELOG.D/2372.feature deleted file mode 100644 index 2bfc0e6eb..000000000 --- a/CHANGELOG.D/2372.feature +++ /dev/null @@ -1 +0,0 @@ -Added `blob du ` command to change bucket's storage usage. diff --git a/CHANGELOG.D/2385.feature b/CHANGELOG.D/2385.feature deleted file mode 100644 index 02469f208..000000000 --- a/CHANGELOG.D/2385.feature +++ /dev/null @@ -1 +0,0 @@ -Added support of bucket name in uris for bucket that do not belong to current user. diff --git a/CHANGELOG.D/2387.feature b/CHANGELOG.D/2387.feature deleted file mode 100644 index 7df4d6ac5..000000000 --- a/CHANGELOG.D/2387.feature +++ /dev/null @@ -1 +0,0 @@ -Added first name, lastname, registered columns to `neuro admin get-cluster-users` output. diff --git a/CHANGELOG.D/2391.feature b/CHANGELOG.D/2391.feature deleted file mode 100644 index 7c1961591..000000000 --- a/CHANGELOG.D/2391.feature +++ /dev/null @@ -1,5 +0,0 @@ -Added "Spent credits" to add "neuro admin get-cluster-users". Splitted 'quota' into 'balance' and 'quota': - -- `neuro admin set-user-quota` changes only `max_running_jobs` quota. -- `neuro admin set-user-credits` changes only `credits` balance of user. -- `neuro admin add-user-credits` updates `credits` balance of user by delta. diff --git a/CHANGELOG.D/2394.bugfix b/CHANGELOG.D/2394.bugfix deleted file mode 100644 index 46e34001f..000000000 --- a/CHANGELOG.D/2394.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix fetching zero-size blob from S3 compatible bucket providers. diff --git a/CHANGELOG.md b/CHANGELOG.md index b64821864..9b1a22c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,29 @@ [comment]: # (towncrier release notes start) +Neuro SDK/CLI 21.10.0 (2021-10-25) +================================== + +Features +-------- + +- Added support of open stack as bucket provider. ([#2371](https://github.com/neuro-inc/platform-client-python/issues/2371)) +- Added `blob du ` command to change bucket's storage usage. ([#2372](https://github.com/neuro-inc/platform-client-python/issues/2372)) +- Added support of bucket name in uris for bucket that do not belong to current user. ([#2385](https://github.com/neuro-inc/platform-client-python/issues/2385)) +- Added first name, lastname, registered columns to `neuro admin get-cluster-users` output. ([#2387](https://github.com/neuro-inc/platform-client-python/issues/2387)) +- Added "Spent credits" to add "neuro admin get-cluster-users". Splitted 'quota' into 'balance' and 'quota': + + - `neuro admin set-user-quota` changes only `max_running_jobs` quota. + - `neuro admin set-user-credits` changes only `credits` balance of user. + - `neuro admin add-user-credits` updates `credits` balance of user by delta. ([#2391](https://github.com/neuro-inc/platform-client-python/issues/2391)) + + +Bugfixes +-------- + +- Fix fetching zero-size blob from S3 compatible bucket providers. ([#2394](https://github.com/neuro-inc/platform-client-python/issues/2394)) + + Neuro SDK/CLI 21.9.3 (2021-09-24) =================================== diff --git a/VERSION.txt b/VERSION.txt index 56448f3f2..7c15681f6 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,4 @@ # Global version number, # Update the file and run 'make fmt' to apply it everywhere -21.9.3 +21.10.0 diff --git a/neuro-cli/setup.cfg b/neuro-cli/setup.cfg index aa1af62cb..13f91e821 100644 --- a/neuro-cli/setup.cfg +++ b/neuro-cli/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = neuro-cli -version = 21.9.3 +version = 21.10.0 description = Neuro Platform client url = https://github.com/neuro-inc/platform-client-python long_description = file: README.md @@ -42,7 +42,7 @@ install_requires = python-jose>=3.0.0 python-dateutil>=2.7.0 aiodocker>=0.18.7 - neuro-sdk>=21.9.3 + neuro-sdk>=21.10.0 click>=8.0 humanize>=3.3 typing_extensions>=3.7.4 diff --git a/neuro-cli/src/neuro_cli/__init__.py b/neuro-cli/src/neuro_cli/__init__.py index ec8701ae2..52d1f32ba 100644 --- a/neuro-cli/src/neuro_cli/__init__.py +++ b/neuro-cli/src/neuro_cli/__init__.py @@ -1 +1 @@ -__version__ = "21.9.3" +__version__ = "21.10.0" diff --git a/neuro-sdk/src/neuro_sdk/__init__.py b/neuro-sdk/src/neuro_sdk/__init__.py index 112c21fb3..0217e2e99 100644 --- a/neuro-sdk/src/neuro_sdk/__init__.py +++ b/neuro-sdk/src/neuro_sdk/__init__.py @@ -85,7 +85,7 @@ from .users import Action, Permission, Share, Users from .utils import _ContextManager, find_project_root -__version__ = "21.9.3" +__version__ = "21.10.0" __all__ = ( diff --git a/setup.cfg b/setup.cfg index 310749f5e..67b90f53c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = neuro-sdk -version = 21.9.3 +version = 21.10.0 description = Neu.ro SDK url = https://github.com/neuro-inc/platform-client-python long_description = file: README.md