v1.93.0-rc.2
📦 litellmView on GitHub →
✨ 1 features
Summary
This release introduces Docker image signing with cosign for enhanced security and integrity verification. Users can now verify image signatures using either a pinned commit hash or a release tag.
Migration Steps
- To verify Docker image signatures using the pinned commit hash, use the command: `cosign verify --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub ghcr.io/berriai/litellm:v1.93.0-rc.2`
- To verify Docker image signatures using the release tag, use the command: `cosign verify --key https://raw.githubusercontent.com/BerriAI/litellm/v1.93.0-rc.2/cosign.pub ghcr.io/berriai/litellm:v1.93.0-rc.2`
✨ New Features
- All LiteLLM Docker images are now signed with cosign, allowing for verification of image integrity using a pinned commit hash or release tag.