Skip to content

Commit

Permalink
Bump to 22.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jun 8, 2022
1 parent bcc36ae commit a8bce40
Show file tree
Hide file tree
Showing 5 changed files with 381 additions and 315 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,50 @@

[comment]: # (release notes start)

Neuro 22.6.0 (2022-06-08)
=========================

Neuro SDK/CLI 22.6.0 (2022-06-07)
=================================

Features
--------

- Support organization storage in disk usage command when user switches to organization. ([#2585](https://github.com/neuro-inc/platform-client-python/issues/2585))
- Added `neuro admin set-org-cluster-defaults` command to allow org cluster manager to modify org cluster defaults. ([#2602](https://github.com/neuro-inc/platform-client-python/issues/2602))
- Support custom storage path in disk usage command. ([#2622](https://github.com/neuro-inc/platform-client-python/issues/2622))
- `neuro blob statbucket` now displays some additional information
for imported buckets.

* For AWS: "External name", "External endpoint", "External region name".
* For Azure: "External name", "External endpoint".
* For GCP: "External name". ([#2706](https://github.com/neuro-inc/platform-client-python/issues/2706))


Bugfixes
--------

- Fix resolving job URIs containing organization name and/or service account name. ([#2572](https://github.com/neuro-inc/platform-client-python/issues/2572))
- Provide click 8.1.3 support with keeping 8.0+ compatibility. ([#2689](https://github.com/neuro-inc/platform-client-python/issues/2689))


Misc
----

- [#2568](https://github.com/neuro-inc/platform-client-python/issues/2568), [#2569](https://github.com/neuro-inc/platform-client-python/issues/2569), [#2601](https://github.com/neuro-inc/platform-client-python/issues/2601)


Neuro Flow 22.6.0 (2022-06-07)
==============================

Features
--------

- Add support of shared server side projects. ([#840](https://github.com/neuro-inc/neuro-flow/issues/840))
- Display times with timezones in log messages. ([#847](https://github.com/neuro-inc/neuro-flow/issues/847))



Neuro 22.4.1 (2022-04-21)
=========================

Expand Down
30 changes: 30 additions & 0 deletions neuro-cli.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@

Neuro SDK/CLI 22.6.0 (2022-06-07)
=================================

Features
--------

- Support organization storage in disk usage command when user switches to organization. ([#2585](https://github.com/neuro-inc/platform-client-python/issues/2585))
- Added `neuro admin set-org-cluster-defaults` command to allow org cluster manager to modify org cluster defaults. ([#2602](https://github.com/neuro-inc/platform-client-python/issues/2602))
- Support custom storage path in disk usage command. ([#2622](https://github.com/neuro-inc/platform-client-python/issues/2622))
- `neuro blob statbucket` now displays some additional information
for imported buckets.

* For AWS: "External name", "External endpoint", "External region name".
* For Azure: "External name", "External endpoint".
* For GCP: "External name". ([#2706](https://github.com/neuro-inc/platform-client-python/issues/2706))


Bugfixes
--------

- Fix resolving job URIs containing organization name and/or service account name. ([#2572](https://github.com/neuro-inc/platform-client-python/issues/2572))
- Provide click 8.1.3 support with keeping 8.0+ compatibility. ([#2689](https://github.com/neuro-inc/platform-client-python/issues/2689))


Misc
----

- [#2568](https://github.com/neuro-inc/platform-client-python/issues/2568), [#2569](https://github.com/neuro-inc/platform-client-python/issues/2569), [#2601](https://github.com/neuro-inc/platform-client-python/issues/2601)


Neuro SDK/CLI 22.1.3 (2022-01-27)
=================================

Expand Down
10 changes: 10 additions & 0 deletions neuro-flow.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

Neuro Flow 22.6.0 (2022-06-07)
==============================

Features
--------

- Add support of shared server side projects. ([#840](https://github.com/neuro-inc/neuro-flow/issues/840))
- Display times with timezones in log messages. ([#847](https://github.com/neuro-inc/neuro-flow/issues/847))


Neuro Flow 22.4.3 (2022-04-21)
==============================

Expand Down
Loading

0 comments on commit a8bce40

Please # to comment.