From 68323235e9c7cfa51485f9d6901fbd624bb2dfa1 Mon Sep 17 00:00:00 2001 From: Julien Castets Date: Wed, 25 Oct 2023 17:36:02 +0200 Subject: [PATCH] Update changelog --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 14ffc768..72fad7f8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +**Unreleased** + +* Dynamically set `--port` and `--route`. Now, `koyeb service create xxx --app yyy --port 8000` automatically creates the route `/:8000`. Similarly, `koyeb service create xxx --app yyy --route /:9999` automatically creates the port `9999:http`. If `--port` and `--route` are both omitted, as before, the default port `80:http` and route `/:80` are created. + - https://github.com/koyeb/koyeb-cli/issues/101 + **v3.3.1** * Fix a bug where `koyeb services exec` / `koyeb instances exec` would not work for users being members of multiple organizations