Neuro-extras

Latest version: v24.10.0

Safety actively analyzes 723954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

20.10.28

==================================

Bugfixes
--------


- Fix exit-code for image builder job ([82](https://github.com/neuromation/neuro-extras/issues/82))

- Support full storage URI for both SRC and DST in `neuro-extras data transfer` ([112](https://github.com/neuromation/neuro-extras/issues/112))

- Fix data ingestion to/from GCP (move GCS auth to entrypoint) & add hints to CLI commands. ([115](https://github.com/neuromation/neuro-extras/issues/115))

- data cp: fix source archive removal if SRC is a local file; add flag for optional TMP folder usage ([118](https://github.com/neuromation/neuro-extras/issues/118))

- Fix image transfer: switch cluster properly ([130](https://github.com/neuromation/neuro-extras/issues/130))

20.10.16

===================================

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))

20.9.30.2

====================================

No significant changes.

20.9.30

==================================

Features
--------


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

20.9.29a2

====================================

Features
--------


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


Versioning

The project uses release versioning a format `YY.MM.DD` (both for pip packages and image tags). For instance, when releasing a version on Sep 15, 2021, it would be versionsed as `21.9.15` (no zero before `9`).


Release process

Suppose, today is October 15, 2020, and we want to update both apolo-extras pip package and docker image.

0. Make sure all tests are green in `master` branch.

1. Bump code version directly to `master`.
- `git checkout master`;
- update `apolo_extras/version.py`: set `__version__ = "20.10.15"`;
- run `make changelog-draft` and verify changelog looks valid;
- run `make changelog` - this will delete changelog items from `CHANGELOG.d`;
- `git add CHANGELOG* apolo_extras/version.py && git commit -m "Release v$(python setup.py --version)"` and `push` directly to `origin/master`;
- wait for green build in [Actions](https://github.com/neuro-inc/neuro-extras/actions);

2. Submit a release on GitHub.
- go to [Releases](https://github.com/neuro-inc/neuro-extras/releases/), `Draft a new release`, tag: `v20.10.15` (note: no postfixes);
- wait for green build in [Actions](https://github.com/neuro-inc/neuro-extras/actions);
- if the build failed, fix the errors and repeat from step 1. with version postfix: `v20.10.15-1`.
- verify that `pip install -U apolo-extras` does install `apolo-extras==20.10.15`


Alpha release

To debug a release process without changing latest versions of package and image, you can issue an alpha release just postfixing the version with `a`:
- `20.10.15a1`
- `20.10.15a2`

Page 4 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.