0.1.0
Susbtra Compute Tasks are now executed in Kubernetes :
- Images for compute tasks are now build with kaniko
- Compute Tasks are now executed in pod with network policies (you need to setup a CNI in your K8S cluster like calico)
- Local docker registry is now deployed with substra-backend and prepopulate with substra-tools latest images
The support of docker (substra launch and compute tasks executor) is dropped
- Remove docker as image builder
- Remove docker as substra launcher (docker-compose)
- Remove docker dependencies (scripts)
Global substra-backend code has seen some improvements:
- nginx/uwsgi better configuration
- rootless container