Releases: zeabur/cli
Releases · zeabur/cli
v0.15.0
What's Changed
service network output improvements
Restructured the service network command output for clarity:
- Private Networking — shows internal
hostname:portfor each port with type label (TCP/HTTP/UDP) - Public Networking — per-port guidance:
- TCP/UDP ports: shows forwarded
host:port, or prompts to enable port forwarding - HTTP ports: indicates domain binding is needed
- TCP/UDP ports: shows forwarded
- Handles empty ports gracefully with a fallback message instead of empty section headers
Full Changelog: v0.14.2...v0.15.0
v0.14.2
Changelog
- 8e42c46: fix(log): auto-resolve deploymentID for runtime logs (@yuaanlin)
- 4f50e7c: fix(log): propagate GetLatestDeployment errors instead of silently falling back (@yuaanlin)
- 0bc2ca0: fix(log): improve error message when build logs unavailable for image services (@yuaanlin)
- 0260690: fix(log): auto-resolve deploymentID for runtime logs (#224) (@yuaanlin)
v0.14.1
Changelog
- fix: return error when template deploy fails with GraphQL error (#210) (@eliajhmauve)
- fix: correct pagination skip increment in ListAllProjects and ListAllTemplates (#212) (@eliajhmauve)
- fix(npm): use execFileSync to prevent shell metacharacter injection (#215) (@yuaanlin)
v0.14.0
Changelog
- 492d142: chore(deps): bump goreleaser/goreleaser-action from 6 to 7 (#174) (@dependabot[bot])
- 736324f: chore(deps): bump actions/setup-node from 4 to 6 (#175) (@dependabot[bot])
- b922a1e: chore(deps): bump golang.org/x/oauth2 from 0.35.0 to 0.36.0 (#182) (@dependabot[bot])
- c983790: chore(deps): bump github.com/fatih/color from 1.18.0 to 1.19.0 (#194) (@dependabot[bot])
- 67b399c: feat(template): support deploy by template code with -c/--code flag (#195) (@yuaanlin)
- 650bae2: fix: variable update in non-interactive mode clears all existing variables (#196) (@eliajhmauve)
- ad5b78a: fix: prevent nil pointer panic in deploy when no projects exist (#197) (@eliajhmauve)
- 5efb3ab: fix: close HTTP response bodies and fix 5xx status check logic (#198) (@eliajhmauve)
- be77d50: fix: correct restart/redeploy confirmation prompts and fix metric min/type (#199) (@eliajhmauve)
- 76b8768: feat(email): implement complete Zeabur Email CLI commands (PLA-933) (#200) (@BruceDu521)
v0.13.1
Changelog
- a381ea1: fix(variable): bind delete-keys flag to opts.deleteKeys (PLA-852) (@canyugs)
- 2931dc2: fix(variable): fetch existing vars before delete in non-interactive mode (PLA-852) (@canyugs)
- 3fa2eb2: fix(variable): fix interactive path and guard against empty delete-keys (PLA-852) (@canyugs)
- 5825374: fix(variable): fix flag description and start spinner in non-interactive delete (PLA-852) (@canyugs)
- 4f1eb83: fix: remove unnecessary environmentID from service delete (#193) (@yuaanlin)
v0.13.0
What's Changed
- feat: add domain verification status, update-contact commands and show registrant profile in get-registered (#192)
New Commands
zeabur domain verification status— check ICANN registrant verification statuszeabur domain verification update-contact— update registrant contact on a domain (changing email triggers new ICANN verification)
Improvements
zeabur domain get-registerednow shows the associated registrant profile (name, email, phone, country)zeabur domain list-registerednow shows a "Verification" column
Full Changelog: v0.12.0...v0.13.0