v1.88.6
📦 litellmView on GitHub →
🐛 1 fixes
Summary
This release introduces the ability to verify LiteLLM Docker image signatures using cosign and includes backported proxy request-handling fixes.
Migration Steps
- Users can now verify the signature of LiteLLM Docker images using cosign. Recommended method: `cosign verify --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub ghcr.io/berriai/litellm:v1.88.6`.
🐛 Bug Fixes
- Backported proxy request-handling fixes.