Skip to content

Release Notes

  • Version: v0.2.0-beta.1
  • Date: 2026-03-26
  • Status: published public beta release
  • Hardens public trust surfaces: install docs, security posture, release notes, and verified public docs.
  • Adds generated CLI and API references so operator docs track shipped code.
  • Adds tagged-release artifact publishing with checksums.
  • Adds a version command for release verification and operator smoke tests.
  • None relative to v0.1.0.
  • Re-read Security before exposing the daemon to any shared network.
  • Prefer release archives and checksum verification over ad hoc local builds for operator installs.
  • Published assets:
    • wakeplane_0.2.0-beta.1_darwin_arm64.tar.gz
    • wakeplane_0.2.0-beta.1_linux_amd64.tar.gz
    • wakeplane_0.2.0-beta.1_linux_arm64.tar.gz
    • checksums.txt
  • No authentication or RBAC.
  • SQLite-first and single-process only.
  • CLI and API remain pre-1.0 and are not yet semver-frozen.
  • Version: v0.1.0
  • Date: 2026-03-25
  • Shipped the initial public Wakeplane daemon and CLI surface.
  • Added durable schedule and run recording with SQLite-first storage.
  • Shipped planner, dispatcher, typed executors, status, and metrics endpoints.
  • None. This is the initial public release line.
  • Fresh install only. There is no earlier public release to migrate from.
  • No authentication or RBAC.
  • SQLite-first and single-process only.
  • CLI and API are still pre-stable.

Wakeplane follows semantic versioning, with 0.x remaining pre-stable. Before tagging a release:

  1. go test ./... -count=1
  2. go build ./...
  3. small check --strict
  4. go run ./tools/docsgen --check
  5. Ensure public docs validation passes
  6. Update both version constants in cmd/wakeplane/main.go and cmd/wakeplaned/main.go
  7. Update install and release notes under docs/public/
  8. Ensure git status is clean

Tagged releases must publish:

  • wakeplane_<version>_darwin_arm64.tar.gz
  • wakeplane_<version>_linux_amd64.tar.gz
  • wakeplane_<version>_linux_arm64.tar.gz
  • checksums.txt