Releases: terascope/teraslice
Releases · terascope/teraslice
v0.75.1
v0.75.0
v0.74.0
v0.73.2
v0.73.1
- Make sure stopping jobs get set to stopped by periodically checking for stopping jobs that have exceeded the shutdown timeout and marking them as stopped.
v0.73.0
- Adds ephemeral storage volume support for k8s clustering. This must be enabled on a per job basis, to do so set
ephemeral_storage: true
on the job, then a volume/ephemeral0
will exist for the lifetime of the execution.
v0.72.1
- Improve reliability of autoloading assets when the zip files are large
- Only allow one zip file to be unzipped at at time to reduce load on the file system
v0.72.0
- BREAKING CHANGE: elasticsearch schema of the assets mapping, changed
blob
fromkeyword
=>binary
.
v0.71.3
v0.71.2
Update dependencies and docker image to use node v12.20.1 which has some security fixes