Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw committed Oct 25, 2023
1 parent 7e9a2fe commit 6832323
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6832323

Please sign in to comment.