From e494d4f6bc4858a5f5148217c87c67b329bf9ef0 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 20 Nov 2019 16:00:40 +0200 Subject: [PATCH] Release 19.11.20 --- CHANGELOG.D/1003.feature | 1 - CHANGELOG.D/1009.feature | 1 - CHANGELOG.D/1059.bugfix | 1 - CHANGELOG.D/1070.bugfix | 1 - CHANGELOG.D/1078.feature | 1 - CHANGELOG.D/1080.bugfix | 1 - CHANGELOG.D/1107.feature | 1 - CHANGELOG.D/1111.bugfix | 1 - CHANGELOG.D/1122.feature | 1 - CHANGELOG.D/1141.feature | 1 - CHANGELOG.D/1144.bugfix | 1 - CHANGELOG.D/1152.feature | 1 - CHANGELOG.D/1158.feature | 1 - CHANGELOG.D/1173.feature | 1 - CHANGELOG.D/467.feature | 1 - CHANGELOG.D/874.feature | 1 - CHANGELOG.D/924.feature | 1 - CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++ neuromation/__init__.py | 2 +- 19 files changed, 47 insertions(+), 18 deletions(-) delete mode 100644 CHANGELOG.D/1003.feature delete mode 100644 CHANGELOG.D/1009.feature delete mode 100644 CHANGELOG.D/1059.bugfix delete mode 100644 CHANGELOG.D/1070.bugfix delete mode 100644 CHANGELOG.D/1078.feature delete mode 100644 CHANGELOG.D/1080.bugfix delete mode 100644 CHANGELOG.D/1107.feature delete mode 100644 CHANGELOG.D/1111.bugfix delete mode 100644 CHANGELOG.D/1122.feature delete mode 100644 CHANGELOG.D/1141.feature delete mode 100644 CHANGELOG.D/1144.bugfix delete mode 100644 CHANGELOG.D/1152.feature delete mode 100644 CHANGELOG.D/1158.feature delete mode 100644 CHANGELOG.D/1173.feature delete mode 100644 CHANGELOG.D/467.feature delete mode 100644 CHANGELOG.D/874.feature delete mode 100644 CHANGELOG.D/924.feature diff --git a/CHANGELOG.D/1003.feature b/CHANGELOG.D/1003.feature deleted file mode 100644 index 5c08e89b1..000000000 --- a/CHANGELOG.D/1003.feature +++ /dev/null @@ -1 +0,0 @@ -Display volumes information for `neuro status` command. \ No newline at end of file diff --git a/CHANGELOG.D/1009.feature b/CHANGELOG.D/1009.feature deleted file mode 100644 index bf1fa2ebe..000000000 --- a/CHANGELOG.D/1009.feature +++ /dev/null @@ -1 +0,0 @@ -Option `--volume=HOME` deprecated. \ No newline at end of file diff --git a/CHANGELOG.D/1059.bugfix b/CHANGELOG.D/1059.bugfix deleted file mode 100644 index 425f26e74..000000000 --- a/CHANGELOG.D/1059.bugfix +++ /dev/null @@ -1 +0,0 @@ -When running a job with `--detach` option `neuro` now returns an error status if job fails to start at all (e.g., when cluster scale up fails). If job starts successfully (regardless of its run result) `neuro run` with `--detach` returns 0 like before. \ No newline at end of file diff --git a/CHANGELOG.D/1070.bugfix b/CHANGELOG.D/1070.bugfix deleted file mode 100644 index 6e9bff026..000000000 --- a/CHANGELOG.D/1070.bugfix +++ /dev/null @@ -1 +0,0 @@ -Provide default arguments for api.Resources constructor to keep broken backward compatibility. \ No newline at end of file diff --git a/CHANGELOG.D/1078.feature b/CHANGELOG.D/1078.feature deleted file mode 100644 index 9b58d1cd9..000000000 --- a/CHANGELOG.D/1078.feature +++ /dev/null @@ -1 +0,0 @@ -Provide client.presets property, update docs. \ No newline at end of file diff --git a/CHANGELOG.D/1080.bugfix b/CHANGELOG.D/1080.bugfix deleted file mode 100644 index 7bbc7af8e..000000000 --- a/CHANGELOG.D/1080.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix help message for `neuro project init`: in fact, the command does not accept an argument. diff --git a/CHANGELOG.D/1107.feature b/CHANGELOG.D/1107.feature deleted file mode 100644 index 23e03ad58..000000000 --- a/CHANGELOG.D/1107.feature +++ /dev/null @@ -1 +0,0 @@ -Retry storage operations in case of some errors. \ No newline at end of file diff --git a/CHANGELOG.D/1111.bugfix b/CHANGELOG.D/1111.bugfix deleted file mode 100644 index cac406a64..000000000 --- a/CHANGELOG.D/1111.bugfix +++ /dev/null @@ -1 +0,0 @@ -Process 502 Bad Gateway as a separate exception, don't miss it with 400 Bad Request. \ No newline at end of file diff --git a/CHANGELOG.D/1122.feature b/CHANGELOG.D/1122.feature deleted file mode 100644 index 485835082..000000000 --- a/CHANGELOG.D/1122.feature +++ /dev/null @@ -1 +0,0 @@ -`neuro kill` will continue work if multiple jobs specified but you haven't required permissions for some of them. \ No newline at end of file diff --git a/CHANGELOG.D/1141.feature b/CHANGELOG.D/1141.feature deleted file mode 100644 index 8533eb422..000000000 --- a/CHANGELOG.D/1141.feature +++ /dev/null @@ -1 +0,0 @@ -Introduce `neuro config show-quota`. diff --git a/CHANGELOG.D/1144.bugfix b/CHANGELOG.D/1144.bugfix deleted file mode 100644 index b6bd45376..000000000 --- a/CHANGELOG.D/1144.bugfix +++ /dev/null @@ -1 +0,0 @@ -Wait for `ThreadPoolExecutor` finish befor exit from the program. \ No newline at end of file diff --git a/CHANGELOG.D/1152.feature b/CHANGELOG.D/1152.feature deleted file mode 100644 index b803d11dd..000000000 --- a/CHANGELOG.D/1152.feature +++ /dev/null @@ -1 +0,0 @@ -Use pager for long lists. \ No newline at end of file diff --git a/CHANGELOG.D/1158.feature b/CHANGELOG.D/1158.feature deleted file mode 100644 index 3372d5bf9..000000000 --- a/CHANGELOG.D/1158.feature +++ /dev/null @@ -1 +0,0 @@ -Add global option '--hide-token/--no-hide-token' to be used together with '--trace' for preventing the user's token from being printed to stderr for safety reasons. diff --git a/CHANGELOG.D/1173.feature b/CHANGELOG.D/1173.feature deleted file mode 100644 index ee86992b4..000000000 --- a/CHANGELOG.D/1173.feature +++ /dev/null @@ -1 +0,0 @@ -Suppress security checks for config files if NEUROMATION_TRUSTED_CONFIG_PATH environment variable is on. \ No newline at end of file diff --git a/CHANGELOG.D/467.feature b/CHANGELOG.D/467.feature deleted file mode 100644 index b7e4eef2b..000000000 --- a/CHANGELOG.D/467.feature +++ /dev/null @@ -1 +0,0 @@ -Trace sent HTTP requests and received replies to stderr if `--trace` flag is passed. \ No newline at end of file diff --git a/CHANGELOG.D/874.feature b/CHANGELOG.D/874.feature deleted file mode 100644 index e099bf8de..000000000 --- a/CHANGELOG.D/874.feature +++ /dev/null @@ -1 +0,0 @@ -Display `Cluster` field for job status and listing commands. \ No newline at end of file diff --git a/CHANGELOG.D/924.feature b/CHANGELOG.D/924.feature deleted file mode 100644 index b50c3d198..000000000 --- a/CHANGELOG.D/924.feature +++ /dev/null @@ -1 +0,0 @@ -Display `Entrypoint` field for job status command. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dffad71c8..2c242fe7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,52 @@ [comment]: # (towncrier release notes start) +Neuromation 19.11.20 (2019-11-20) +================================= + +Features +-------- + + +- Trace sent HTTP requests and received replies to stderr if `--trace` flag is passed. ([#467](https://github.com/neuromation/platform-api-clients/issues/467)) + +- Display `Cluster` field for job status and listing commands. ([#874](https://github.com/neuromation/platform-api-clients/issues/874)) + +- Display `Entrypoint` field for job status command. ([#924](https://github.com/neuromation/platform-api-clients/issues/924)) + +- Display volumes information for `neuro status` command. ([#1003](https://github.com/neuromation/platform-api-clients/issues/1003)) + +- Option `--volume=HOME` deprecated. ([#1009](https://github.com/neuromation/platform-api-clients/issues/1009)) + +- Provide client.presets property, update docs. ([#1078](https://github.com/neuromation/platform-api-clients/issues/1078)) + +- Retry storage operations in case of some errors. ([#1107](https://github.com/neuromation/platform-api-clients/issues/1107)) + +- `neuro kill` will continue work if multiple jobs specified but you haven't required permissions for some of them. ([#1122](https://github.com/neuromation/platform-api-clients/issues/1122)) + +- Introduce `neuro config show-quota`. ([#1141](https://github.com/neuromation/platform-api-clients/issues/1141)) + +- Use pager for long lists. ([#1152](https://github.com/neuromation/platform-api-clients/issues/1152)) + +- Add global option '--hide-token/--no-hide-token' to be used together with '--trace' for preventing the user's token from being printed to stderr for safety reasons. ([#1158](https://github.com/neuromation/platform-api-clients/issues/1158)) + +- Suppress security checks for config files if NEUROMATION_TRUSTED_CONFIG_PATH environment variable is on. ([#1173](https://github.com/neuromation/platform-api-clients/issues/1173)) + + +Bugfixes +-------- + + +- When running a job with `--detach` option `neuro` now returns an error status if job fails to start at all (e.g., when cluster scale up fails). If job starts successfully (regardless of its run result) `neuro run` with `--detach` returns 0 like before. ([#1059](https://github.com/neuromation/platform-api-clients/issues/1059)) + +- Provide default arguments for api.Resources constructor to keep broken backward compatibility. ([#1070](https://github.com/neuromation/platform-api-clients/issues/1070)) + +- Fix help message for `neuro project init`: in fact, the command does not accept an argument. ([#1080](https://github.com/neuromation/platform-api-clients/issues/1080)) + +- Process 502 Bad Gateway as a separate exception, don't miss it with 400 Bad Request. ([#1111](https://github.com/neuromation/platform-api-clients/issues/1111)) + +- Wait for `ThreadPoolExecutor` finish befor exit from the program. ([#1144](https://github.com/neuromation/platform-api-clients/issues/1144)) + Neuromation 19.9.23 (2019-09-23) ================================ diff --git a/neuromation/__init__.py b/neuromation/__init__.py index 5d3c599d8..522606fb7 100644 --- a/neuromation/__init__.py +++ b/neuromation/__init__.py @@ -1 +1 @@ -__version__ = "19.10.11a1" +__version__ = "19.11.20"