Release v0.2.1 #78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release/v0.2.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Release PR for
v0.2.1. After merge,.forgejo/workflows/create-release.ymltagsv0.2.1(from the branch name), which re-triggersbuild-api.yml/build-web.yml(tags: ['v*']) and publishes the version-tagged OCI images.This release carries the BUNYIP-58 fix (oci-build no longer ships the
fn main(){}stub; size guard added), sov0.2.1is the first image tag built with the corrected pipeline.Notes:
[workspace.package].version0.1.1 -> 0.2.1 and syncsCargo.lockfor the five workspace crates (bunyip-api/-web/-domain/-oci/-oidc). The manifest was stale at 0.1.1 because the earlierv0.2.0tag/image shipped without bumping it, sojust create-releasecomputed the wrong next version.:v0.2.0(the broken stub) to:v0.2.1.v0.2.0git tag and mutable-release-tag behavior should be cleaned up.#BUNYIP-58