v0.9.13
What's Changed
- Enable
--use-cog-base-image
by default by @mattt in #1778 - Use
github.com/google/go-containerregistry
to get latest layer SHA instead of pulling by @mattt in #1779 - Bump reproducible-containers/buildkit-cache-dance from 3.1.1 to 3.1.2 by @dependabot in #1780
- Bump github.com/docker/cli from 26.1.4+incompatible to 27.0.3+incompatible by @dependabot in #1781
- Bump github.com/docker/docker from 27.0.1+incompatible to 27.0.3+incompatible by @dependabot in #1782
- Secure Prompt for API key by @Shubhamai in #1789
- don't block logs during iterators by fixing the lock by @technillogue in #1802
- Bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 by @dependabot in #1806
- Bump github.com/getkin/kin-openapi from 0.125.0 to 0.126.0 by @dependabot in #1792
- Bump golang.org/x/sys from 0.21.0 to 0.22.0 by @dependabot in #1793
- Bump golang.org/x/tools from 0.22.0 to 0.23.0 by @dependabot in #1791
- Fix panic in
cog predict
when predictor with string output type returnsNone
by @mattt in #1809 - optimize webhook serialization by @technillogue in #1592
- Make human readable type name function more resilient by @mattt in #1810
- cog predict: check output path writability before predict/train by @yorickvP in #1389
- cog train: bring functionality on par with cog predict by @yorickvP in #1391
- Fix
Dockerfile
generation regression when--separate-weights
is enabled by @mattt in #1811
New Contributors
- @Shubhamai made their first contribution in #1789
Full Changelog: v0.9.12...v0.9.13