Skip to content

Commit

Permalink
Release 19.11.20
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 20, 2019
1 parent ded65f1 commit e494d4f
Show file tree
Hide file tree
Showing 19 changed files with 47 additions and 18 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.D/1003.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/1009.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/1059.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/1070.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/1078.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/1080.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/1107.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/1111.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/1122.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/1141.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/1144.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/1152.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/1158.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/1173.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/467.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/874.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/924.feature

This file was deleted.

46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
================================
Expand Down
2 changes: 1 addition & 1 deletion neuromation/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "19.10.11a1"
__version__ = "19.11.20"

0 comments on commit e494d4f

Please sign in to comment.