Change8

v1.83.7-stable.patch.1

📦 litellmView on GitHub →
1 features

Summary

This release introduces cryptographic signing for all LiteLLM Docker images using cosign to allow users to verify image authenticity. Instructions for verification using commit hash or release tag are provided.

Migration Steps

  1. Users can now verify Docker image signatures using `cosign verify` with either the pinned commit hash (recommended) or the release tag, referencing the public key provided in the release notes.

✨ New Features

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