Skip to content

Releases: open-sauced/pizza

v0.0.1-rc3

20 Jul 22:54
e99d988
Compare
Choose a tag to compare

What's Changed 👀

This is a quickfix release to enable the github actions to produce a passing build for the image release.

  • Bug fix: Remove windows/freebsd/etc. from docker buildx platforms - @jpmcb #27

Full Changelog: v0.0.1-rc2...v0.0.1-rc3

v0.0.1-rc2

20 Jul 21:29
03f45fb
Compare
Choose a tag to compare

What's Changed 👀

  • Implements LRU cache for git repos on disk - @jpmcb #17
    • This included many changes. Users who still want to run the service with the "in-memory" model should set GIT_PROVIDER to be "memory" in their env.
  • Implements wait in json payload to make /bake configurable to wait for processing (default 0) - @k1nho #21
  • Added cache memory exceed check - @AvineshTripathi #24

New Contributors 🍕

Shoutout to all our contributors!!!

Full Changelog: v0.0.1-rc1...v0.0.1-rc2

v0.0.1-rc1

18 Jul 22:23
34765a9
Compare
Choose a tag to compare

Hello world! 👋🏼

This is the initial release of the pizza oven service: a Golang microservice for parsing git commits and turning them into open source insights.


⚠️ This release is not production ready and should be used with caution. Cutting this release as part of testing #10