-
v1.8.1 Stable
released this
2026-04-06 22:47:59 +00:00 | 13 commits to mainline since this releaseAdded
- wfe-server: gRPC reflection support via
tonic-reflection - wfe-server: Schema endpoints:
/schema/workflow.json(JSON Schema),/schema/workflow.yaml(YAML Schema),/schema/workflow.proto(raw proto) - wfe-yaml: Auto-generated JSON Schema from
schemarsderives on all YAML types - wfe-server: Dockerfile for multi-stage alpine build with all executor features
- wfe-server: Comprehensive configuration reference (README.md)
Fixed
- wfe-yaml: Added missing
license,repository,homepagefields to Cargo.toml - wfe-buildkit-protos: Removed vendored Go repos (166MB -> 356K), kept only .proto files
- wfe-containerd-protos: Removed vendored Go repos (53MB -> 216K), kept only .proto files
- Filesystem loop warnings from circular symlinks in vendored Go modules eliminated
- Pinned
icu_calendar <2.2to work aroundtemporal_rs/deno_coreincompatibility
Downloads
- wfe-server: gRPC reflection support via