Skip to content

Releases: runtz-dev/runtz-cli

v1.0.0-rc12

v1.0.0-rc12 Pre-release
Pre-release

Choose a tag to compare

@paulohmorais paulohmorais released this 16 Aug 15:23

What's Changed

Full Changelog: v1.0.0-rc10...v1.0.0-rc12

v1.0.0-rc11

v1.0.0-rc11 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Aug 12:41
498e721

What's Changed

Full Changelog: v1.0.0-rc10...v1.0.0-rc11

v1.0.0-rc10

v1.0.0-rc10 Pre-release
Pre-release

Choose a tag to compare

@paulohmorais paulohmorais released this 15 Aug 19:57
a180e68

What's Changed

Full Changelog: v1.0.0-rc9...v1.0.0-rc10

v1.0.0-rc9

v1.0.0-rc9 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Aug 12:44
c3ead40

What's Changed

Full Changelog: v1.0.0-rc8...v1.0.0-rc9

v1.0.0-rc8

v1.0.0-rc8 Pre-release
Pre-release

Choose a tag to compare

@paulohmorais paulohmorais released this 07 Aug 00:00
1bb3d9e

runtz login — scan without --token

One-time login stores your workspace token locally; scan commands stop needing --token:

runtz login          # paste the token at a hidden prompt (or --token / stdin)
runtz sca ./
runtz host
  • Token verified against the platform before storing (workspace + key expiry shown); stored at ~/.config/runtz/config.json (0600). Requires runtz platform ≥ 1.0.0-rc12 (already live on Runtz SaaS); against an older self-hosted engine the token is stored unverified with a warning.
  • Resolution order: --token > RUNTZ_TOKEN (or deprecated RUNTZ_API_KEY) > stored login — CI/CD pipelines keep working unchanged.
  • Self-hosted: runtz login --endpoint http://... stores the endpoint too; kept across logout/re-login.
  • New: runtz logout, runtz whoami (shows workspace and where the token comes from), RUNTZ_CONFIG_DIR override.
  • The no-token error now points to the fix: no token configured: run 'runtz login', pass --token, or set RUNTZ_TOKEN.

v1.0.0-rc7

v1.0.0-rc7 Pre-release
Pre-release

Choose a tag to compare

@paulohmorais paulohmorais released this 04 Aug 20:47
10cec56

Coordinated release wave — runtz, runtz-cli, runtz-mcp and runtz.dev all ship as v1.0.0-rc7.

Changes

  • Stop sending the ingest token header (#3) — the CLI no longer sends the ingest token, matching the secretless server-side flow.

v1.0.0-rc4

v1.0.0-rc4 Pre-release
Pre-release

Choose a tag to compare

@paulohmorais paulohmorais released this 01 Aug 13:25

What's Changed

  • runtz host now works on macOS: reads the OS version via sw_vers and inventories Homebrew formulae/casks (inventory only, no CVE feed for Homebrew yet).
  • --endpoint is now optional on every scan command, defaulting to the Runtz SaaS backend (engine.runtz.dev); only required for self-hosted deployments.
  • Release Drafter now correctly finds the previous prerelease when drafting changelogs.

Full Changelog: v1.0.0-rc3...v1.0.0-rc4

v1.0.0-rc3

v1.0.0-rc3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jul 00:42
e23bc53

What's Changed

Full Changelog: ...v0.1.0

v1.0.0-rc2

v1.0.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Jul 23:37
957823b

What's Changed

Full Changelog: ...v0.1.0

v1.0.0-rc1

v1.0.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@paulohmorais paulohmorais released this 26 Jul 01:27

First release candidate: the runtz scanner CLI (sca, sast, pkgscan, k8s
scanners, CI/CD severity gate, self-updater).

Publishing this release triggers release.yml: GoReleaser builds and
attaches the linux/darwin amd64/arm64 binaries to this release, and
runtzdev/runtz-cli is pushed to Docker Hub.