Change8

v1.84.3

📦 litellmView on GitHub →
1 features🐛 1 fixes

Summary

This release introduces Docker image signing via cosign for improved security and includes a fix to restore npm to the non_root builder in the Docker setup.

Migration Steps

  1. Users deploying LiteLLM via Docker should update their deployment to use the new signed images.
  2. To verify image integrity, use the provided `cosign verify` commands, preferably using the pinned commit hash for maximum security.

✨ New Features

  • LiteLLM Docker images are now signed with cosign for enhanced security and verification.

🐛 Bug Fixes

  • Restored npm to the non_root builder in the Docker image configuration.