Releases: neuro-inc/apolo-cli
Releases · neuro-inc/apolo-cli
v21.11.1
v21.11.0
v21.10.0
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 onlymax_running_jobs
quota.neuro admin set-user-credits
changes onlycredits
balance of user.neuro admin add-user-credits
updatescredits
balance of user by delta. (#2391)
Bugfixes
- Fix fetching zero-size blob from S3 compatible bucket providers. (#2394)
Neuro SDK/CLI 21.9.3
Features
- Added support of blob storage for azure clusters. (#2284)
- Added support of blob storage for gcp clusters. (#2293)
- Added
--read-only
flag toneuro 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
Features
- Added support of blob storage for azure clusters. (#2284)
- Added support of blob storage for gcp clusters. (#2293)
- Added
--read-only
flag toneuro 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
Bump to 21.7.12a1
v21.7.12a0: Add additional fields to JobDescription (#2204)
* Add additional fields to JobDescription * Hide internal fields from public api