Change8

v1.91.1

📦 litellmView on GitHub →
1 features

Summary

This patch release (v1.91.1) primarily introduces Docker image signing via cosign for improved supply chain security and backports several previous fixes.

Migration Steps

  1. Users can verify Docker image authenticity using cosign with either the pinned commit hash (recommended) or the release tag.
  2. 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.91.1

✨ New Features

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