Hi folks,
The 2022.03 tag has been pushed to master on git.lavasoftware.org. .deb packages have been built in GitLab CI and are published at
https://apt.lavasoftware.org/release
Docker images for amd64 and arm64 have been built in GitLab CI and are available from
and
https://hub.docker.com/u/lavasoftware
Changes in this release ==================
# Device-types
## New device-types
New supported devices:
* at91sam9g20ek
# Server performances
Improve server performances by dropping COUNT queries that where used for pagination. Also cache permissions to avoid recalculation in the same page.
# lava-(docker)-worker
Allow to set `--job-log-interval` for both `lava-docker-worker` and `lava-worker`. On large instances, admins can increase the value to lower server load.
# lava-dispatcher-host
Fix a file descriptor leak. Without this patch, after some jobs, the process will run out of file descriptors.
# lava-run
Add job definition secrets to the environment when starting `lava-run`. This allows to download from private git repositories by providing authentication in the job definition secrets.
Rgds