Hello, and welcome to this changelog update! Let’s dive into what’s new:
-
CLI 4.3: Improved experience with logs, grace period on health check, and more
You can now fetch logs from a given date using the new
--since
option tokoyeb service logs
,koyeb deployment logs
andkoyeb instance logs
. The CLI also reconnects automatically when the connection is closed unexpectedly.We have also introduced a
-checks-grace-period
option to set the grace period for health checks. Here is an example to set a health check on port 8000 with a grace period of 10 seconds:koyeb service update app/service --checks 8000:http:/healtcheck --checks-grace-period 8000=10
.Check out all CLI changes in the v4.3.0 changelog.
-
Log exporter 1.2
The new log exporter version ensures build logs are only exported once. Previously, the build logs were exported every hour, bringing unnecessary noise to the log stream. This is now fixed in v1.2.0.
-
New one-click app: Deploy PyTorch Jupyter Notebooks
Looking for a ready-to-use environment with all the necessary dependencies required to run your Jupyter Notebooks on GPUs? We have got you covered.
With our latest one-click app, you can deploy a Jupyter Notebook running PyTorch on Koyeb GPUs. No need to configure anything with CUDA, this one-click works out-of-the-box.
By default, the project deploys on a RTX 4000 SFF ADA GPU. You can deploy on any of our GPUs: H100, A100, V100, and more.