Skip to content

Commit

Permalink
Release version 21.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Mar 19, 2021
1 parent 19f962b commit 793d35f
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 46 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.D/187.bugfix

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/211.misc

This file was deleted.

98 changes: 58 additions & 40 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,46 @@
[comment]: # (Please do not modify this file)
[comment]: # (Put your comments to changelog.d and it will be moved to changelog in next release)
[comment]: # (Clear the text on make release for canceling the release)

[comment]: # (towncrier release notes start)

Neuro_Extras 21.3.19 (2021-03-19)
=================================

Bugfixes
--------


- Fix `neuro-extras data transfer` job lifespan (set to 10 days), add usage hints, fix seldon init container user ID ([#187](https://github.com/neuromation/neuro-extras/issues/187))

- Fix connection issues in image build jobs by relying on neuro-cli instead of neuro-sdk, add support of job tags for image build jobs. ([#205](https://github.com/neuromation/neuro-extras/issues/205))


Misc
----

- [#211](https://github.com/neuromation/neuro-extras/issues/211)


Neuro_Extras 20.12.16 (2020-12-16)
==================================

No significant changes.


Neuro_Extras 20.12.15 (2020-12-15)
==================================

No significant changes.


Neuro_Extras 20.11.20 (2020-11-20)
==================================

No significant changes.


Neuro_Extras 20.11.1 (2020-11-13)
Neuro_Extras 20.11.13 (2020-11-13)
=================================

Features
Expand All @@ -25,6 +61,16 @@ Bugfixes
- Speedup image build by Kaniko downgrade to v1.1.0 (COPY layers caching), replace /workspace context dir to /kaniko_context. ([#157](https://github.com/neuromation/neuro-extras/issues/157))


Neuro_Extras 20.11.1 (2020-11-01)
=================================

Features
--------


- Bump neuromation to >=20.10.30 ([#141](https://github.com/neuromation/neuro-extras/issues/141))


Neuro_Extras 20.10.28 (2020-10-28)
==================================

Expand All @@ -43,67 +89,39 @@ Bugfixes
- Fix image transfer: switch cluster properly ([#130](https://github.com/neuromation/neuro-extras/issues/130))


Neuro_Extras v20.9.30 (2020-09-30)
==================================

Features
--------


- Change image's entrypoint from `neuro` to `bash`. ([#81](https://github.com/neuromation/neuro-extras/issues/81))



Neuro_Extras v20.9.29a2 (2020-09-29)
====================================
Neuro_Extras v20.10.16 (2020-10-16)
===================================

Features
--------


- Add `towncrier` for release notes management ([#78](https://github.com/neuromation/neuro-extras/issues/78))


[comment]: # (Please do not modify this file)
[comment]: # (Put you comments to changelog.d and it will be moved to changelog in next release)

[comment]: # (Clear the text on make release for canceling the release)
- Add `-c` / `--compress` option to `data cp` to support data packing before sending to destination ([#38](https://github.com/neuromation/neuro-extras/issues/38))

[comment]: # (towncrier release notes start)

Neuro_Extras 20.12.16 (2020-12-16)
==================================
Neuro_Extras v20.9.30.2 (2020-09-30)
====================================

No significant changes.


Neuro_Extras 20.12.15 (2020-12-15)
Neuro_Extras v20.9.30 (2020-09-30)
==================================

No significant changes.


Neuro_Extras 20.11.1 (2020-11-01)
=================================

Features
--------


- Bump neuromation to >=20.10.30 ([#141](https://github.com/neuromation/neuro-extras/issues/141))
- Change image's entrypoint from `neuro` to `bash`. ([#81](https://github.com/neuromation/neuro-extras/issues/81))


Neuro_Extras v20.10.16 (2020-10-16)
===================================

Neuro_Extras v20.9.29a2 (2020-09-29)
====================================

Features
--------


- Add `-c` / `--compress` option to `data cp` to support data packing before sending to destination ([#38](https://github.com/neuromation/neuro-extras/issues/38))


Neuro_Extras v20.9.30.2 (2020-09-30)
====================================

No significant changes.
- Add `towncrier` for release notes management ([#78](https://github.com/neuromation/neuro-extras/issues/78))
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Neu.ro extras
# Neu.ro Extras

A set of tools and commands extending functionality of [neu.ro](https://neu.ro) CLI tool.
A set of tools and commands to extend the functionality of [Neu.ro](https://neu.ro) platform CLI client.

# Usage
Check-out `neuro-extras` CLI reference [here](./docs/cli.md).
2 changes: 1 addition & 1 deletion neuro_extras/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Note: version MUST be in format '20.10.23a6' because it defines the docker image
# that we use, see tags in https://hub.docker.com/r/neuromation/neuro-extras/tags
__version__ = "20.12.16"
__version__ = "21.3.19"

0 comments on commit 793d35f

Please sign in to comment.