No significant changes.
- Publish neuro-extras for backward compatibility too.
- Rename neuro-extras to apolo-extras. (#605)
- Fix image build in organization when user has no direct access to cluster (#603)
No significant changes.
- Updated Kaniko to 1.20.0, allowed to provide extra arguments for Kaniko executor. (#601)
- Use
-p/--project
while building image to set the project for entire build process. (#600)
- Fix runnning Kaniko on some envs (#599)
- Added project support. ([#595])(#595))
-
Fixed data cp to s3 destination not working. (#301)
-
Fixed a bug with data cp to s3 with compression causing
$HOME/
directory wipe. (#500)
- Fix relative dockerfile path for Kaniko on Windows (#463)
-
Added Python 3.10 support. (#417)
-
Add
local-build
subcommand toneuro-extras image
that allows building images via local Docker daemon. (#448) -
Help user to select the resource preset for image build (#450)
- Removed Python 3.6 support. (#417)
-
Allow to build and push docker images to the remote image registries.
The requirement for allowing Kaniko (the underlying tool) to push such images - it should be authenticated.
The registry authention data structure should be in the following form:
{"auths": {"<registry URI>": {"auth": "<base64 encoded '<username>:<password>' string"}}}
(tested with thehttps://index.docker.io/v1/
- public DockerHub registry)neuro-extras config build-registy-auth
command might become handy in this case.To attach the target registy AUTH data into the builder job, one might save it as the platform secret and mount into the builder job. Mounting of the secret could be done either as the ENV variable with the name preffixed by
NE_REGISTRY_AUTH
, or as the secret file. In the later case, the ENV variable should also be added with the mentioned above preffix and pointing to the corresponding file. (#328)
- Support Python 3.8 and 3.9 (#249)
- Reduce neuro-extras image size, add neuro-flow into the image and include GitHub ssh key to known hosts. (#290)
- Image transfer now works even if it was initiated not from SRC cluster. (#295)
- Make
neuro-extras data cp
accept preset name and migrate code to useneuro.jobs.start
method in the SDK (#218)
- Downgrade Kaniko to v1.3.0 due to OOMKills (#287)
-
Fix
neuro-extras data transfer
job lifespan (set to 10 days), add usage hints, fix seldon init container user ID (#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)
No significant changes.
No significant changes.
No significant changes.
-
Reduce verbosity for image building (to turn it back on:
neuro-extras image build --verbose ...
). (#84) -
Add
--preset
parameter toneuro-extras image build
subcommand in order to specify preset (#136) -
Add support for HTTP(S) data ingestion (#150)
- Speedup image build by Kaniko downgrade to v1.1.0 (COPY layers caching), replace /workspace context dir to /kaniko_context. (#157)
- Bump neuromation to >=20.10.30 (#141)
-
Fix exit-code for image builder job (#82)
-
Support full storage URI for both SRC and DST in
neuro-extras data transfer
(#112) -
Fix data ingestion to/from GCP (move GCS auth to entrypoint) & add hints to CLI commands. (#115)
-
data cp: fix source archive removal if SRC is a local file; add flag for optional TMP folder usage (#118)
-
Fix image transfer: switch cluster properly (#130)
- Add
-c
/--compress
option todata cp
to support data packing before sending to destination (#38)
No significant changes.
- Change image's entrypoint from
neuro
tobash
. (#81)
- Add
towncrier
for release notes management (#78)