Skip to content

Releases: neuro-inc/neuro-cli

v21.11.1

17 Nov 10:38
Compare
Choose a tag to compare

Features

  • Add support of symlinks in neuro ls. (#2400)

Bugfixes

  • Fix sharing buckets using neuro acl grant. (#2414)

v21.11.0

08 Nov 12:55
Compare
Choose a tag to compare

Features

  • Report job price in neuro job status, add support of organisation names in jobs. (#2404)
  • Raise dedicated NotSupportedError for unsupported REST API calls (#2407)

v21.10.0

25 Oct 14:57
Compare
Choose a tag to compare

Features

  • Added support of open stack as bucket provider. (#2371)

  • Added blob du <bucket_id_or_name> command to change bucket's storage usage. (#2372)

  • Added support of bucket name in uris for bucket that do not belong to current user. (#2385)

  • Added first name, lastname, registered columns to neuro admin get-cluster-users output. (#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)

Bugfixes

  • Fix fetching zero-size blob from S3 compatible bucket providers. (#2394)

Neuro SDK/CLI 21.9.3

24 Sep 12:43
Compare
Choose a tag to compare

Features

  • Added support of blob storage for azure clusters. (#2284)
  • Added support of blob storage for gcp clusters. (#2293)
  • Added --read-only flag to neuro blob mkcredentials to allow creation of read-only credentials. (#2295)
  • Added neuro blob importbucket command to import external bucket. External buckets support
    the same operations (neuro blob ls/cp/rm/glob), but it is impossible to generate persistent credentials
    for them using "neuro blob mkcredentials". (#2297)
  • Added neuro blob sign-url <blob-uri> command for generation of urls that grant temporal access to blob. (#2299)
  • Added command neuro blob set-bucket-publicity <bucket> <"public"|"private"> to make bucket accessible for unauthorized
    users. (#2306)
  • Undeprecate neuro job save command, we decided to support this functionality in future. (#2336)

Neuro SDK/CLI 21.9.3a2

24 Sep 12:03
Compare
Choose a tag to compare
Pre-release

Features

  • Added support of blob storage for azure clusters. (#2284)
  • Added support of blob storage for gcp clusters. (#2293)
  • Added --read-only flag to neuro blob mkcredentials to allow creation of read-only credentials. (#2295)
  • Added neuro blob importbucket command to import external bucket. External buckets support
    the same operations (neuro blob ls/cp/rm/glob), but it is impossible to generate persistent credentials
    for them using "neuro blob mkcredentials". (#2297)
  • Added neuro blob sign-url <blob-uri> command for generation of urls that grant temporal access to blob. (#2299)
  • Added command neuro blob set-bucket-publicity <bucket> <"public"|"private"> to make bucket accessible for unauthorized
    users. (#2306)
  • Undeprecate neuro job save command, we decided to support this functionality in future. (#2336)

v21.7.12a1

12 Jul 14:47
Compare
Choose a tag to compare
Bump to 21.7.12a1

v21.7.12a0: Add additional fields to JobDescription (#2204)

12 Jul 14:14
2bb63ef
Compare
Choose a tag to compare
* Add additional fields to JobDescription

* Hide internal fields from public api