1. 02 Apr, 2016 3 commits
    • k8s-merge-robot's avatar
      Merge pull request #17590 from fabianofranz/cli_homedir_on_windows · 5c2f7585
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Use correct home directory on Windows
      
      As of now the `kubectl` config mechanism that saves/loads `~/.kube/config` is broken on Windows, saving the config file in the *current* directory instead of the user's *home* dir. This happens because most Windows don't respect the `HOME` environment variable. 
      
      This PR changes the config file loading mechanism to use the recommended way to detect the user home on Windows (`HOMEDRIVE`+`HOMEPATH` or `USERPROFILE`), and adds a migration for users that might be currently relying on existing config files.
      5c2f7585
    • k8s-merge-robot's avatar
      Merge pull request #23767 from david-mcmahon/121notes · 9b0ea8ff
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Add release notes for v1.2.1 and cleanup/unify formatting/layout.
      9b0ea8ff
    • k8s-merge-robot's avatar
      Merge pull request #16451 from ncdc/exec-interop-testing · 3b659270
      k8s-merge-robot authored
      Automatic merge from submit-queue
      
      Refactor streaming code to support interop testing
      
      Refactor exec/attach/port forward client and server code to better
      support interop testing of different client and server subprotocol
      versions.
      
      Fixes #16119
      3b659270
  2. 01 Apr, 2016 30 commits
  3. 31 Mar, 2016 7 commits