Skip to content

update lava-runner

Pablo Vigo Mas requested to merge wip/pvigo/update-lava-runner into main

Changelog:

  • Run the service with the least privilege
  • Fix clippy error non-canonical implementation of partial_cmp on an Ord type
  • Fix clippy warning about eliding explicit lifetime
  • Bump docker/build-push-action from 3 to 4
  • Remove bors.toml
  • ci: Add allgreen job to signify overall workflow status
  • Bump docker/metadata-action from 4 to 5
  • Bump docker/build-push-action from 4 to 5
  • Bump actions/checkout from 3 to 4
  • Bump docker/login-action from 2 to 3
  • ci: Only push the docker container on push
  • ci: switch away from actions-rs
  • ci: Run clippy from the latest rust toolchain
  • ci: Run a minimal dependencies check
  • ci: adjust triggers for gh merge queues
  • Cargo.toml: Fix direct-minimal-versions and do crate updates
  • Update various aspects of CI (#34)
  • Merge branch main into wip/pvigo/least-privilegies
  • Ensure Pod Restarts upon Object Update.
  • Ensure Pod Restarts upon Object Update. (#22)
  • Run the service with the least privilege (#23)
  • Always include annotations in the Deployment object
  • Always include annotations in the Deployment object (#37)
  • Fix panic on startup after Helm switch to read-only rootfs
  • Add a temp volume in Helm Chart (#38)

Signed-off-by: Pablo Vigo pvigo@collabora.com

Edited by Pablo Vigo Mas

Merge request reports