Neuro-all

Latest version: v24.2.0

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

Scan your dependencies

Page 1 of 4

24.2.0

Neuro SDK/CLI 24.2.0 (2024-02-12)
=================================

No significant changes.


neuro-extras v24.2.0 (2024-02-13)
=================================


Features
--------


- Updated Kaniko to 1.20.0, allowed to provide extra arguments for Kaniko executor. ([601](https://github.com/neuromation/neuro-extras/issues/601))


Neuro Flow 24.2.0 (2024-02-16)

Features

- `${{ project.project_name }}` now also configures `volume`'s remote path and `image` reference if the project name was not set.

If you do not have `project_name` set in `project.yaml`, the volume paths are assumed within your current project configured in CLI.
However, if you set `project_name`, this project will be assumed while managing jobs, bakes, volumes, building images etc. within this flow. (1081)
- Added support of extra Kaniko arguments while building an image:


images:
image_a:
ref: image:imagea
context: dir
dockerfile: dir/Dockerfile
extra_kaniko_args: >-
--reproducible
--cache-ttl=1h
--single-snapshot


More details on available arguments could be found in [official Kaniko documentation](https://github.com/GoogleContainerTools/kaniko?tab=readme-ov-file#additional-flags). (1110)

24.1.0

Neuro SDK/CLI 24.1.0 (2024-01-02)
=================================

Bugfixes
--------

- Do not perform terminal settings reset in PyCharm while it causes screen cleanup. (3005)

23.11.0

Neuro SDK/CLI 23.11.0 (2023-11-14)
==================================

No significant changes.


Neuro SDK/CLI 23.10.0 (2023-10-26)
==================================

No significant changes.


neuro-extras v23.11.0 (2023-11-01)
==================================


Features
--------


- Use `-p/--project` while building image to set the project for entire build process. ([600](https://github.com/neuromation/neuro-extras/issues/600))


Neuro Flow 23.11.0 (2023-11-15)

Features

- `${{ project.project_name }}` now also configures `volume`'s remote path and `image` reference if the project name was not set.

If you do not have `project_name` set in `project.yaml`, the volume paths are assumed within your current project configured in CLI.
However, if you set `project_name`, this project will be assumed while managing jobs, bakes, volumes, building images etc. within this flow. (1081)
- Add retries for read-only operations on Server Unavailable error. (1085)

23.10.1

Neuro Flow 23.10.2 (2023-10-18)

Bugfixes

- Fix read retries from neuro APIs. Fix configuration of executor lifespan in bake config file, example:

kind: batch
life_span: 30d
tasks:
...
(1075)

23.10.0

Neuro Flow 23.10.1 (2023-10-15)

Features

- Expose jobs and tasks restart policy configuration (1072)

23.7.1

neuro-extras v23.7.1 (2023-07-13)
=================================


Bugfixes
--------


- Fix runnning Kaniko on some envs ([599](https://github.com/neuro-inc/neuro-extras/pull/599))

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.