Skip to content

Releases: Kong/volcano-cli

v0.0.4-nightly.20260620.1

19 Jun 01:31
9d0c365

Choose a tag to compare

Pre-release

Latest nightly build: v0.0.4-nightly.20260620.1

Commit: 9d0c365

v0.0.3

15 Jun 02:45
0071cda

Choose a tag to compare

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

08 Jun 16:47
35d79f1

Choose a tag to compare

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

08 Jun 14:02

Choose a tag to compare

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"