Skip to content

1.5.1

Compare
Choose a tag to compare
@rberrelleza rberrelleza released this 23 Oct 19:32
· 2165 commits to master since this release
eebd658

Features

  • okteto up is now 50% faster than before.
  • Syncthing now runs in the same pod as the dev environment, reducing the resources that okteto up creates.
  • Okteto creates a single volume per namespace. This makes it easier to manage the okteto volumes and greatly reduces the time to execute okteto up since the volume is already attached to the host.
  • Support for --remote $port parameter in okteto up . This injects an SSH server into your development environment, and forwards it to localhost:$port. This is useful to better integrate your remove environments with your IDE, and to create ssh reverse and forward tunnels between your local machine and your remote development environments.
  • Upgrade okteto binaries injected in /var/okteto/bin.
  • Improve okteto init behavior for golang, ruby and java apps.
  • Define extra pod annotations in the manifest (thanks @AnesBenmerzoug !).

Fixes

  • Keep deployment update strategy when running okteto up instead of changing it to Recreate.
  • okteto up won't try to reconnect if the development environment is gone or disabled.