Releases: wasmCloud/actions
Releases · wasmCloud/actions
v2.0.0
v0.3.0
What's Changed
- chore: bump setup-wash-action by @ricochet in #15
- chore: update action dependencies and bump wash to v2.0.0-rc.7 by @ericgregory in #16
New Contributors
- @ericgregory made their first contribution in #16
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.0
What's Changed
New Composite Actions Introduced
wash-build
Purpose: Build WebAssembly components using wash CLI
Output: component_path - path to the built component
Features:
- JSON output parsing with jq
- Error handling and validation
- File existence verification
wash-oci-publish
Purpose: Publish Wasm components to OCI registries
Key Features:
- Configurable registry input (defaults to
ghcr.io) - Docker registry login
- Component publishing with digest capture
- Artifact attestation support
- GitHub release upload
- Repository name normalization (lowercase)
setup-cargo-auditable
Purpose: Configure cargo-auditable for wash builds with SBOM generation
Features:
- Installs
cargo-auditableandcargo-audittools - Creates/updates
.wash/config.jsonwith custom build command - Robust JSON merging using
jq - Preserves existing configuration
Updates
- Updated
setup-wash-actionsubmodule to latest version
Full Changelog: https://github.com/wasmCloud/actions/commits/v0.1.0