Skip to content

Release v1.2.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 22:16
· 8 commits to main since this release

Welcome to the v1.2.2 release of Kit! This release fixes a bug pushing to Google Artifact Registry

Bug Fixes

Issues in pushing to Google Artifact Registry

Google Artifact Registry does not support OCI chunked uploads. As Kit uses this approach by default for ModelKit layers over a certain size, this meant that uploading to Google Artifact Registry would fail for many ModelKits.

With v1.2.2, we instead use the recommended monolithic upload format as required by the registry.

For more details, see the issue and pull request

What's Changed

Full Changelog: v1.2.1...v1.2.2