Skip to content

Releases: wasmCloud/actions

v2.0.0

31 Mar 19:04

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v2.0.0

v0.3.0

12 Mar 15:37

Choose a tag to compare

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

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 Oct 20:23

Choose a tag to compare

What's Changed

  • fix: update to latest wash output by @ricochet in #14
  • Pin to latest wash version

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Sep 03:08

Choose a tag to compare

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-auditable and cargo-audit tools
  • Creates/updates .wash/config.json with custom build command
  • Robust JSON merging using jq
  • Preserves existing configuration

Updates

  • Updated setup-wash-action submodule to latest version

Full Changelog: https://github.com/wasmCloud/actions/commits/v0.1.0