v2026.7.26
This release adds two useful features:
- The new
--nowflag lets you pin the current time to a specific date or time. See the Pinning the current time guide. - A new
compose.yamlis 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
--nowflag andYPB_NOWto pin the current time (#9) - Add
compose.yamlto theypb-composeOCI artifact
Changed
- Binary is now built with
CGO_ENABLED=0