github okteto/okteto 0.4.0

latest releases: 2.26.1, 2.26.1-beta.2, 2.26.1-beta.1...
5 years ago

Changes

Features

  • Added cnd create command that automatically creates a cnd.yml file for you. It will analyze your source to select the appropriate default values based on the detected programming language.
  • cnd exec, cnd downand cnd run will automatically pick up the deployment and namespace used by cnd up. This way, the commands are always executed on the correct deployment even if cnd.yml has changed
  • Collect usage analytics (#116 )
  • cnd status has a nicer format, and will display file synchronization errors

Bugfixes

  • Delete the files created under ~/.cnd after running cnd down
  • cnd exec failed when the container name was not included in cnd.yml (#103 )
  • cnd up didn't show any logs when the containe name was not included in cnd.yml (#103 )
  • Store the original deployment as an annotation (#114)

Breaking changes

  • This release has data schema changes and requires to remove the ~/.cnd folder before executing cnd commands.
  • Because cnd now pulls the deployment information from a kubernetes annotation, older deployment might need to be manually redeployed to work with cnd.

Don't miss a new okteto release

NewReleases is sending notifications on new releases.