Features
- Support for mounting okteto relative paths as volumes
- Support for
okteto down -v
- Support for remote builds (https://okteto.com/docs/reference/cli/index.html#build)
- Update auto injected binary to Helm3
- Support for GPU limits
--deploy
flag to skip confirmation for creating a dev environment on "okteto up"- Support for expanding variables in the middle of a value
--pull
flag to force pull dev images on "okteto up"- Support for sftp in remote mode
- Disable
ReadOnlyRootFilesystem
policy in dev containers
Bugfixes
- Correctly generate paths when launched from a windows machine
- Ignore "unbound immediate" transient volume errors
--namespace
and fieldnamespace
must be the same if both are specified- Fix binary build for
alpine
- Fix query for dev pod. sometimes we were getting and old version of the pod
- Retry if initial sync fails because the dev pod is gone
- Adjust syncthing timeouts to make the initial synchronization more stable