RATATOSKRATATOSK
Sign in

wasmCloud

v2.4.0Orchestration & Management
Jun 17, 2026

wasmCloud 2.4.0 adds autoscaling for WorkloadDeployments, expands architecture support (s390x), and improves the wash CLI and host plugin API. Mostly incremental improvements with some operational benefits.

  • enhancementEnable autoscaling for WorkloadDeployments if you manage variable-load services

    wasmCloud 2.4.0 adds autoscaling to WorkloadDeployments. If you currently run static replica counts and workload demand fluctuates (peak hours, batch processing windows, etc.), enable autoscaling to reduce manual scaling and idle cost. Review the autoscaling configuration in your Helm charts or YAML manifests and test thresholds in a staging environment before rolling to production.

  • enhancementUpdate wash CLI if you deploy on s390x or other non-x86 systems

    wash now builds for s390x-unknown-linux-gnu. If your infrastructure uses IBM mainframes or other s390x systems, you can now build and run wash natively instead of via emulation or workarounds. Fetch the new binary from the release assets and validate it works with your host setup.

  • enhancementReview container health check configuration to rely on NATS connectivity

    Container health checks now use NATS connectivity status rather than a separate probe. This simplifies failure detection: if the container loses NATS connection, it's marked unhealthy faster. Verify your health check thresholds and timeouts still work for your deployment, especially if you have high-latency or congested networks where NATS reconnection may take longer.

Key changes (5)

  • Autoscaling support for WorkloadDeployments lets you scale workloads based on demand instead of manual sizing.
  • wash CLI now supports s390x-unknown-linux-gnu builds, expanding hardware platform coverage.
  • Host plugin API ergonomics improved via wash-runtime refactor, reducing friction for custom plugins.
  • Container health checks now use NATS connectivity status for more accurate failure detection.
  • Multiple subscription workloads support enables a single workload to receive from multiple topics.