Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## v5.11.0 (unreleased)

## v5.10.2 (2026-05-12)

* Fix the sandbox subcommand: make use of the `public_base_url` and `routing_key` if provided in the deployment metadata.

## v5.10.1 (2026-03-19)

* Add `whoami` subcommand to show info about the user/org you are currently logged into.

## v5.10.0 (2026-03-10)

* Add `--auth` flag to `koyeb service create`, `koyeb service update`, and `koyeb deploy` to add security policies (basic auth or API key) to all routes. Supports referencing secrets with `{{secret.SECRET_NAME}}` syntax. Use `--auth-disable` to remove all security policies.
Expand Down
Loading