Skip to content

v2026.7.26

Choose a tag to compare

@xymaxim xymaxim released this 26 Jul 21:42
· 150 commits to main since this release

This release adds two useful features:

  • The new --now flag lets you pin the current time to a specific date or time. See the Pinning the current time guide.
  • A new compose.yaml is published as an OCI artifact, letting you run ypb alongside a PO token provider sidecar. See the installation guide on how to set up and run it.

What's Changed?

Added

  • Add --now flag and YPB_NOW to pin the current time (#9)
  • Add compose.yaml to the ypb-compose OCI artifact

Changed

  • Binary is now built with CGO_ENABLED=0