Skip to content

Releases: kylieCat/kx

Add Args to Exec

26 Jan 19:18

Choose a tag to compare

Adds args to the exec block

0.4.0: Colors, Renames and Previous

01 Apr 07:33

Choose a tag to compare

0.4.0 - 2019-03-31

  • New feature: ability to rename a context using -r. See README for example
  • New feature: ability to swap back to a previous context/namespace. See README for example
  • New feature: ability to list available color options and set them via a command
  • General code cleanup

Bugfix For Minikube Conf Files

05 Jan 02:40

Choose a tag to compare

Incrementing patch version from 0.3.0 -> 0.3.1

0.3.1 - 2019-01-05T02:37:13Z

  • Bugfix: minikube config struct was wrong, caused broken files
  • Stopped unnecessarily writing file after read-only ops.
  • omit empty fields in kube conf

Incrementing minor version from *0.2.1* -> *0.3.0*

22 Dec 22:42

Choose a tag to compare

Incrementing minor version from 0.2.1 -> 0.3.0

0.3.0- 2018-12-21T21:00:00Z

  • Move some utility functions from the cmd package to pkg

  • Expose their of their functionality via:

    • GetKubeConfigPath: Checks $KUBECONFIG for a kubeconfig path, if it's not found the default is used (~/.kube/config).
    • GetKxConfigPath: Checks $KXCONFIG for a kxconfig path, if it's not found the default is used (~/.kx.yaml).
    • GetDefaultKubeConfig: Gets a KubeConfig using the kubeconfig in the default location.
  • Moved constants to pkg and made them public:

    • KubeConfigEnvVar = "KUBECONFIG"
    • DefaultKubeConfigPath = "~/.kube/config"
    • KxConfigEnvVar = "KXCONFIG"
    • DefaultKxConfigPath = "~/.kx.yaml"