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
- Update the video in the home page with a new version by @javisperez in #775
- Update PyKitOps documentation by @gorkem in #776
- Add docs on $KITOPS_HOME by @bmicklea in #781
- Use monolithic uploads when pushing to Google Artifact Registry by @amisevsk in #780
Full Changelog: v1.2.1...v1.2.2