Skip to content

Releases: Kong/volcano-cli

v0.0.5-nightly.20260708.2

Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jun 01:31
fac25d1

Latest nightly build: v0.0.5-nightly.20260708.2

Commit: fac25d1

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 05 Jul 01:53
2ac186f

What's Changed

  • ci: shorten CLI release title by @swkeever in #11
  • feat: support local mode using dedicated localmode image by @tkkhq in #5
  • docs(starters): gate function guidance in base scaffold README by @tkkhq in #12
  • feat: add function invoke aliases by @tkkhq in #10
  • ci: publish nightly CLI releases by @tkkhq in #14
  • ci: publish nightly alias only by @tkkhq in #15
  • ci: retain historical nightly assets by @tkkhq in #16
  • fix(logs): align CLI with log search APIs by @swkeever in #8
  • fix(logs): use project log search selectors by @swkeever in #19
  • feat: local-first function schedulers — declarative config + --image (VOL-271) by @tkkhq in #18
  • feat(logs): stream logs with follow by @swkeever in #20
  • feat: add cli signup browser flow by @tkkhq in #13
  • fix: database auth by @subnetmarco in #24
  • feat(cli): provision scoped CLI data-plane service key by @tkkhq in #25

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 15 Jun 02:45
0071cda

What's Changed

  • chore(repo): add pull request template by @tkkhq in #2
  • refactor(cli): flip local and cloud command namespaces by @tkkhq in #6
  • fix(e2e): target cloud commands in API smoke tests by @swkeever in #7
  • fix(cli): make bare volcano init produce base-only scaffold by @tkkhq in #9

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 08 Jun 16:47
35d79f1

What's Changed

  • feat(cli): add update check and upgrade command by @tkkhq in #1

New Contributors

  • @tkkhq made their first contribution in #1

Full Changelog: v0.0.1...v0.0.2

v0.0.1

Choose a tag to compare

@tkkhq tkkhq released this 08 Jun 14:02

Initial public release of the Volcano CLI — the command-line client for
Kong's Volcano hosting platform.

Highlights

  • volcano init scaffolds projects from starter templates (nextjs,
    js, python, ruby).
  • volcano start runs the local development loop.
  • volcano local {variables,functions,config,migrations} deploy pushes
    local changes to a Volcano environment.
  • volcano projects manages hosted projects.
  • Built-in update check and volcano upgrade command.

Install

curl -fsSL https://github.com/Kong/volcano-cli/releases/latest/download/install.sh | bash

Or download a binary directly from the assets below. Builds are provided for linux/macos/windows on amd64 and arm64.

Verifying artifacts

All binaries and install.sh are signed with Sigstore cosign. Each asset ships with a matching *.sigstore.json bundle, and SHA256SUMS lists checksums for every file.

  cosign verify-blob volcano-linux-amd64 \
    --bundle volcano-linux-amd64.sigstore.json \
    --certificate-identity
  "https://github.com/Kong/volcano-cli/.github/workflows/publish-cli.yml@refs/tags/v0.0.1" \
    --certificate-oidc-issuer "https://token.actions.githubusercontent.com"