Releases: Kong/volcano-cli
Releases · Kong/volcano-cli
Release list
v0.0.5-nightly.20260708.2
v0.0.4
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
- @subnetmarco made their first contribution in #24
Full Changelog: v0.0.3...v0.0.4
v0.0.3
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
v0.0.1
Initial public release of the Volcano CLI — the command-line client for
Kong's Volcano hosting platform.
Highlights
volcano initscaffolds projects from starter templates (nextjs,
js,python,ruby).volcano startruns the local development loop.volcano local {variables,functions,config,migrations} deploypushes
local changes to a Volcano environment.volcano projectsmanages hosted projects.- Built-in update check and
volcano upgradecommand.
Install
curl -fsSL https://github.com/Kong/volcano-cli/releases/latest/download/install.sh | bashOr 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"