Skip to content

ThinkWatch v1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 27 May 09:28

Images

  • ghcr.io/thinkwatchproject/think-watch-server:1.0.1
  • ghcr.io/thinkwatchproject/think-watch-web:1.0.1

Helm

helm install think-watch ./think-watch-1.0.1.tgz \
  --namespace thinkwatch --create-namespace

Release-pipeline validation. No product change — the published
binary, REST surface, MCP wire shapes, and audit semantics are
identical to v1.0.0. Operators pinning 1.0.0 have no reason to
bump; those tracking :latest move forward.

Changed

  • Release workflow — arm64 image builds now run on a native
    arm64 runner (ubuntu-24.04-arm) instead of QEMU emulation.
    v1.0.0's server image build took 1h24m; this should drop to
    ~10 min. Multi-arch manifest assembled by a new merge job via
    docker buildx imagetools create.
  • Node 24 opt-in — workflow sets
    FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true so all actions/* +
    docker/* run on Node 24 ahead of GitHub's 2026-06-02 forced
    cutover.