v1.83.14-stable.patch.3
📦 litellmView on GitHub →
✨ 1 features
Summary
This release introduces cryptographic signing for all LiteLLM Docker images using cosign to improve supply chain security. Users are provided with instructions on how to verify image signatures.
Migration Steps
- Users can verify Docker image authenticity using cosign by either referencing the pinned commit hash (recommended) or the release tag.
- To verify using the pinned commit hash, run: cosign verify --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub ghcr.io/berriai/litellm:v1.83.14-stable.patch.3
✨ New Features
- LiteLLM Docker images are now signed with cosign for enhanced security verification.