RATATOSKRATATOSK
ログイン

wasmCloud

v2.0.2Orchestration & Management
2026年4月2日

v2.0.2 is a focused patch: wasmtime runtime bumped to v43, a new Kubernetes Host pod reconciler added, and install scripts smoothed out.

  • enhancementUpdate to pick up wasmtime 43 runtime improvements

    Wasmtime 43 includes upstream bug fixes and performance work. If you're running v2.0.1 in production, this is a low-risk upgrade worth taking. No API changes expected on the wasmCloud side — just redeploy your hosts.

  • enhancementKubernetes operators: test the new Host pod reconciler

    The Host pod reconciler adds smarter lifecycle handling for wasmCloud hosts running as Kubernetes pods. If you're using the wasmCloud operator, deploy this in a staging cluster first and validate that host pod restarts and scheduling behave as expected before rolling to production.

  • enhancementWindows users can now install wash via winget

    wash is now in the winget package registry. Windows-based teams can standardize installs with 'winget install wash' instead of manual binary downloads — useful for onboarding and CI pipelines on Windows runners.

主な変更 (5)

  • Wasmtime upgraded to v43, pulling in the latest runtime performance and correctness fixes
  • New Host pod reconciler for Kubernetes improves lifecycle management of wasmCloud host pods
  • One-step installation scripts fixed for a smoother out-of-the-box experience
  • wash CLI now available via winget on Windows
  • Helm values.local.yaml updated to reflect current defaults