- Update to Okteto CLI 2.18.0
- Fixed issue that prevented telemetry from being properly disabled
- Update to Okteto CLI 2.15.3
- Update to Okteto CLI 2.14.1
- Use
got
to download binary dependencies.
- Update to Okteto CLI 2.11.0
- Fix race condition when activating telemetry.
- Support docker-compose.yaml files
- Deploy and Destroy commands will ask the user to pick a file if there's more than one Okteto or docker-compose manifests in the root of the repository.
- Update minimum version to Okteto CLI 2.9.1.
- Update minimum version to Okteto CLI 2.9.0.
- Automatically pick the manifest if there's a single
okteto.yml
ordocker-compose.yml
file in the repository. - Fix connectivity issue when using Remote-SSH mode.
- Automatically calculate the
workdir
based on the sync folders ifworkdir
is not declared in the manifest.
- Update minimum version to Okteto CLI 2.4.2.
- Add an optional parameter to increase the timeout of the okteto up command.
- Fix error with Windows Paths
- Fix error on the create manifest task
- Fix compatibility with v1 manifests
- Support for Okteto CLI 2.0.
- You can know set up a context that will be applied to all commands, independently of your kubernetes context.
- New commands to deploy and delete your development environment, and to set the default namespace for Okteto commands.
- Option to enable/disable Remote-SSH mode.
- Enable SSH-RSA keys for the SSH host created by okteto.
- Handle $HOME directory with spaces correctly.
- Install the correct binary in ARM64 devices.
- Update dependencies.
- Update to okteto
1.13.10
- Add custom icon to the terminal
- Build with Typescript 4
- Fix regression on
okteto up
- Update to okteto
1.13.2
- Update to okteto
1.13.1
- Update to okteto
1.12.12
- Update to syncthing
1.16
- Update to okteto
1.12.5
to explicitly setPubkeyAcceptedKeyTypes
in the SSH configuration.
- Support starting multiple
okteto up
from the same window. - Update to okteto
1.10.5
. - Update to syncthing
1.12.0
. - Detect if
okteto up
crashes.
- Change the log level (and add other flags) to the
okteto up
via theUp Flags
setting. - Update to okteto
1.9.4
. - Update to syncthing
1.10.0
. - Update dependencies to next major version.
- Update to okteto
1.8.21
to fix synchronization issues reported by our users.
- Update to okteto
1.8.17
. - Update to syncthing
1.8.0
. - Update dependencies to next major version.
- Update to okteto
1.8.13
. - Clean leftover syncthing processes
- Update to okteto
1.8.12
. - Show more detail when
okteto up
fails.
- Update to okteto
1.8.11
. - Correctly calculate $HOME for windows users with more than one drive.
- Update to okteto
1.8.9
. - Update dependencies to next major version.
okteto down
won't show an error if there's anup
active.- Improved error reporting.
- Update to okteto
1.8.2
to upgrade to syncthing1.4.0
. - Fix issue with Windows install path.
- Update
webpack
.
- Update to okteto
1.8.0
to upgrade to syncthing1.3.4
and improved monitoring.
- Update to okteto 1.7.4 to solve sync issues with okteto down.
- Fix issue with invalid yaml in the okteto manifest.
- Require Okteto
1.7.1
. - Handle malformed kubeconfig files.
- Don't fail to load extension if machine ID can't be generated.
- Add timeout to long running tasks.
- Update dependencies.
- Require Okteto
1.6.5
. - Customize the path to the kubeconfig if needed.
- Require Okteto
1.6.3
. - Update dependencies.
- Calculate the correct paths when the namespace is defined in the manifest.
- Support
okteto.yml
andokteto.yaml
. - Require okteto
1.6.0
.
- Fix missing status message.
- Automatically open the correct folder in the remote environment.
- Run
okteto up
by right clicking on theokteto.yml
file directly.
- Change dependency install location to
$HOME/.okteto
on OSX/Linux and$HOME\AppData\Local\Programs
. - Download the binaries directly from Github.
Git Bash mode
setting.
- Give the namespace in the manifest the highest priority.
- Capture errors if telemetry is enabled.
- Require okteto 1.5.3.
- Install the okteto binary in
%LOCALAPPDATA%
when in Windows.
- Include path to subdirectory in the manifest dialog.
- Update README and sample.
- Use port 22100 for remote SSH.
- Require okteto 1.5.1.
- New file picker to select the Okteto manifest.
- Improved error messages and reporting.
- Added
Okteto: Create manifest
command to initialize the Okteto manifest.
- Clean the SSH config when the terminal is disposed.
- Keep the selected manifest in memory instead of in the workspace state.
- Wait until the SSH server can handle connections.
- Automatically upgrade the okteto binary if not compatible with the plugin.
- Use
default
if there's no namespace defined in the context.
- On
Okteto: Up
failure, automatically open the terminal to show the user what went wrong. - Set the
cwd
of the terminal to that of the okteto manifest.
- Initial release 🎉🎊.
Okteto: Install
command to install the Okteto binaries.Okteto: Up command
to start a development environment in your Kubernetes cluster, create an entry in ssh-config and connect with theRemote - SSH
extension.Okteto: Down
command to clean everything up.