Skip to content

Releases: warroyo/vkstack

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 15:44

Changelog

  • 043b171 feat(npm): publish the CLI and MCP server as npm packages
  • dd9d14a feat(web): link to the repository, and add a usage tab

Install

curl -fsSL https://raw.githubusercontent.com/warroyo/vkstack/main/install.sh | sh

Pin this release with VKSTACK_VERSION=v0.3.0, or download the archive for your
platform above. With a Go toolchain:
go install github.com/warroyo/vkstack/cmd/vkstack@v0.3.0.

Then:

vkstack refresh          # populate the local cache once (~1 min)
vkstack serve --open     # the map, for people
vkstack describe         # the agent-facing contract, as JSON

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 19:42

Changelog

  • 907c11f fix(web): lead with the disclaimer, keep the popover off the map

Install

curl -fsSL https://raw.githubusercontent.com/warroyo/vkstack/main/install.sh | sh

Pin this release with VKSTACK_VERSION=v0.2.1, or download the archive for your
platform above. With a Go toolchain:
go install github.com/warroyo/vkstack/cmd/vkstack@v0.2.1.

Then:

vkstack refresh          # populate the local cache once (~1 min)
vkstack serve --open     # the map, for people
vkstack describe         # the agent-facing contract, as JSON

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 19:32

Changelog

  • 4c6b396 feat(web): trace connections on hover, drop the model view
  • 6d89345 feat: container image and a minimal kustomize deployment (#1)
  • d5ccc9d feat: derive the auth key at run time, never store it
  • df55ccc feat: install with one command, no toolchain
  • 1e833a1 feat: publish the UI as a static site (#2)
  • 526914f fix: report the real version when installed with go install

Install

curl -fsSL https://raw.githubusercontent.com/warroyo/vkstack/main/install.sh | sh

Pin this release with VKSTACK_VERSION=v0.2.0, or download the archive for your
platform above. With a Go toolchain:
go install github.com/warroyo/vkstack/cmd/vkstack@v0.2.0.

Then:

vkstack refresh          # populate the local cache once (~1 min)
vkstack serve --open     # the map, for people
vkstack describe         # the agent-facing contract, as JSON

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 14:29

Changelog

  • 105ab01 feat: derive upgrade plans locally with maintenance windows
  • 4717392 feat: explainer states how each claim is known, and what it doesn't
  • 1c54def feat: hosted mode — read-only serving with scheduled refresh
  • 6a707a9 feat: interop CLI with cache, version ordering, stack solver
  • 7ed12ca feat: layered stack map replaces the mermaid graph view
  • d9222d2 feat: local web UI with whiteboard, stack builder, graph and planner
  • 1e6bfc8 feat: rename to vkstack, and split the surfaces by audience
  • 2b855cf feat: show the support lifecycle the matrix already publishes
  • f30f524 fix: build counts on a node must reflect the pin
  • f6ccf22 fix: describe each Supervisor train in terms true for that train
  • f7a8b07 fix: name Supervisor entries as deliveries, not competing patches
  • 15667d7 fix: never hide a pair the matrix calls compatible
  • aca0298 fix: only real dependencies constrain a stack
  • fc78b6b fix: split Supervisor nodes by release train
  • 998495b fix: stop claiming Supervisor deliveries are older than the vCenter
  • 75f8ba7 fix: stop inventing provenance for the vsc0 Supervisor train
  • 6a108f9 fix: the goreleaser checksum key is singular
  • 3871a8a refactor: cut the explainer back to a picture

Install

go install github.com/warroyo/vkstack/cmd/vkstack@v0.1.0

Or download the archive for your platform above, then:

vkstack refresh          # populate the local cache once (~1 min)
vkstack serve --open     # the map, for people
vkstack describe         # the agent-facing contract, as JSON