Skip to content

release: bump workspace to v0.3.0 - #721

Merged
mlieberman85 merged 1 commit into
mainfrom
release/v0.3.0
Aug 27, 2026
Merged

release: bump workspace to v0.3.0#721
mlieberman85 merged 1 commit into
mainfrom
release/v0.3.0

Conversation

@mlieberman85

Copy link
Copy Markdown
Contributor

Summary

Cuts a stable v0.3.0 — 43 commits since v0.2.0, substantial feature surface.

Feature highlights

Resolvers + graph completeness

Architecture

eBPF

Fixes

Golden regeneration

Regenerated via `WAYBILL_UPDATE_CDX_GOLDENS=1 WAYBILL_UPDATE_SPDX_GOLDENS=1 WAYBILL_UPDATE_SPDX3_GOLDENS=1 cargo test --workspace --no-fail-fast`.

  • CDX: 11 files, 1-line churn each (`metadata.tools[].version` bumped 0.2.0 → 0.3.0)
  • SPDX 2.3: 11 files — version string cascades into content-addressed `SPDXRef-DocumentRoot-*` IDs and `documentNamespace` URLs (both content-hashed)
  • SPDX 3: 11 files — same content-addressing cascade into `doc-`/`pkg-`/`anno-`/`rel-` IRIs

Also updates `waybill-cli/tests/fixtures/pkg_alias_binding/image-baz.cdx.json` (same one-line version bump on an out-of-tree regression fixture).

Verified: normalized+sorted diff on all 33 goldens shows zero semantic change beyond the version string per project memory `feedback_verify_golden_churn_normalized`.

Test plan

  • `cargo update -p waybill -p waybill-common` — Cargo.lock refreshed
  • Golden regen via env-var-driven `cargo test --workspace --no-fail-fast` → exit 0, aggregate 0 failed
  • Normalized+sorted diff on all 33 goldens: clean (only version-string churn + content-addressed ID cascade)
  • CI: full workspace test + clippy (skipping local pre-PR per project memory `feedback_release_bump_prepr_slow` — version bump invalidates the full compile cache; CI will verify in ~5 min)

Post-merge

Manually tag + push on the merged commit (auto-tag-release.yml was retired in m229):

```sh
git checkout main
git pull
git tag v0.3.0
git push origin v0.3.0
```

`release.yml` triggers on the tag push → GitHub release with artifacts + cosign-signed source SBOM.

🤖 Generated with Claude Code

Cuts a stable v0.3.0. 43 commits since v0.2.0 with substantial
feature additions:

Feature highlights (grouped):

* Resolvers + graph completeness:
  - m663 (#708, #709, #710, #712): local cache-probe resolver — reads
    ~/.m2, $GOMODCACHE, ~/.cargo, RubyGems, npm, pip caches for
    high-confidence PURL extraction without network. New C152
    `waybill:resolver-tier` doc-scope annotation.
  - m235 (#688-#701): Gradle transitive dep-graph ladder — four-tier
    resolution (subprocess → cache → static → lockfile-only) with
    C146-C150 doc-scope + per-component annotations.
  - m236 (#703-#706): universalize `waybill:unresolved-reason` (C151)
    across all design-tier readers.

* Architecture:
  - m664 (#715): single-pass filesystem walker — consolidates 21+
    ecosystem-reader walk sites into one tree traversal per scan.
    5-6× warm-cache perf improvement on large fixtures.
  - m665 (#719): `--no-binary-scan=<MODE>` flag — operator opt-out
    of Go-binary content probing. C153 `waybill:binary-scan-
    suppressed` doc-scope annotation across CDX/SPDX 2.3/SPDX 3.

* eBPF:
  - m234 (#682, #686): un-pin bpf-linker to 0.11.0 via pre-built
    binary install + composite action + daily canary + verify script.

* Fixes:
  - #711: verifier-friendly bound in tls_openssl::probe_ssl_read
    for kernel bumps.
  - #680: Go workspace-mode detection in mod_why preflight.
  - Several release.yml + cosign compat fixes (#674, #675, #681).

Golden regeneration:

* CDX goldens: 11 files, 1-line churn each — `metadata.tools[].version`
  bumped 0.2.0 → 0.3.0.
* SPDX 2.3 goldens: 11 files. Version-string churn cascades into
  content-addressed SPDXRef-DocumentRoot-* IDs and documentNamespace
  URLs (both content-hashed).
* SPDX 3 goldens: 11 files. Same content-addressing cascade into
  doc-/pkg-/anno-/rel- IRIs.

Verified: normalized+sorted diff on all 33 goldens shows zero
semantic change beyond the version string per project memory
`feedback_verify_golden_churn_normalized`.

Also updates `waybill-cli/tests/fixtures/pkg_alias_binding/image-
baz.cdx.json` (same one-line version bump on an out-of-tree
regression fixture).

Skipping local pre-PR per project memory
`feedback_release_bump_prepr_slow` — version bump invalidates the
full compile cache so pre-PR takes 30+ min; CI will verify.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@mlieberman85
mlieberman85 merged commit 6d18068 into main Aug 27, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant