1.1.0b4 (2023-04-25)
Features Added
- Added an optional kwarg
media_type
inset_manifest()
to enable uploading image manifests of any type.
Breaking Changes
- Renamed
upload_manifest()
toset_manifest()
, and changed to consume manifest inJSON
instead ofOCIManifest
type. - Renamed
download_manifest()
toget_manifest()
, and changed it's return type fromDownloadManifestResult
toGetManifestResult
.
Other Changes
- Changed the default audience to
"https://containerregistry.azure.net"
which works for all clouds.