From e6625d3d1fda2fa29b2de54482bb11d7f7211141 Mon Sep 17 00:00:00 2001 From: Leonardo Barcaroli Date: Tue, 12 May 2026 15:35:40 +0200 Subject: [PATCH 1/2] Update the release notes for v5.10.1 --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fe32cc47..fc3f418a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ ## v5.11.0 (unreleased) +## 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. From ed62fea9427f42265328022ba0e2d188af2f545b Mon Sep 17 00:00:00 2001 From: Leonardo Barcaroli Date: Tue, 12 May 2026 15:35:56 +0200 Subject: [PATCH 2/2] Update the release notes for v5.10.2 --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fc3f418a..d8fc157d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ ## 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.