Change8

v1.85.2

📦 litellmView on GitHub →
1 features🐛 1 fixes

Summary

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

Migration Steps

  1. Users can verify Docker image signatures using the provided `cosign verify` commands, either pinning the key to commit `0112e53` (recommended) or using the release tag.

✨ New Features

  • LiteLLM Docker images are now signed with cosign, allowing users to verify image integrity using either a pinned commit hash or the release tag.

🐛 Bug Fixes

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