Releases: kyma-project/cli
1.3.0-rc1
Changelog
cbb21f6 Add documentation for install and version commands (#135)
f586f78 Add installation instructions (#127)
d03eedb Configure goreleaser to release for windows as well (#128)
e3fbf48 Dummy change to trigger jobs
beef76e Fix passing kubeconfig flag to kubectl (#156)
dd5821c Fix provisioning minikube on linux (#160)
b4a261f Fixed CLI patching (#140)
f0eefdd Fixed cluster info output tabulation (#144)
c4fa6cc Fixed kyma remote installation (#123)
80692b7 Fixed resource patching method (#124)
61bea1a Fixed verbosity of minikube command (#121)
ed22505 Import certificates (#137)
4dddc80 Improve installation commands (#132)
c4d6848 Improve installer error messages and add default installation timeout (#154)
20cd319 Include Compass Gateway domain for Minikube provisioning (#148)
40f6cf7 Installation error message improvements (#150)
3add186 Refactor kubectl command calls to use kubernetes API (#151)
cf15ebd Update README.md
a14270b Update kyma_version to 1.3.0-rc1
1396c28 adjusted defaut kyma version (#142)
8eac73d changed order for leftover deletion (#157)
1fd367d fixed tiller removal (#139)
f1eb60c uninstall: adapt to installer changes (#152)
1.2.2
1.2.1
1.2.0
1.2.0-rc2
1.2.0-rc1
Changelog
c357698 Add kyma version env var (#118)
6f31e8c Add origin remote for goreleaser (#110)
bff011b Archive the artifacts only for release (#103)
7f41ad9 Change provision command cpu flag to cpus (#112)
8cb06f2 Changed default vm driver for Windows (#104)
11ddbf3 Enable releasing using goreleaser (#107)
3fa515f Fix release configuration (#108)
a1e88bd Fixed the way kyma applies patches to kubernetes resources (#97)
a699dc9 Kyma CLI inline documentation review (#91)
bc261e3 Kyma installation modifications (#109)
f35f807 Prettified output for /etc/hosts (#88)
e319896 Quality improvements (#99)
3e99210 Remove helm test (#102)
e1c9737 Revert "Changed default vm driver for Windows (#104)" (#106)
df90c75 Update CODEOWNERS (#92)
b7b1983 Windows hosts (#96)
0bb4fb1 readme fix (#113)
dd4904a removing console colors from non-darwin systems (#114)
Kyma CLI 0.7.0
Bugs
- Readme fix (#67, #82)
- Proper encoding for shell command execution applied (#75)
- Improved handling for sudo usage when writing to hosts file (#75, #78, #86)
- Suppress printing password when it is custom or non-interactive (#79)
Features
- Support for Kyma 1.1.0 (#78)
- Moved to kyma-project organization incl.:
- Support for Minikube 1.0.1 and kubectl 1.12.5 (#77)
Installation Mac
Manual installation:
curl -Lo kyma https://github.com/kyma-project/cli/releases/download/v0.7.0/kyma-darwin \
&& chmod +x kyma
sudo mv kyma /usr/local/bin
Installation via brew:
brew tap kyma-incubator/kyma-incubator
brew install kyma-incubator/kyma-incubator/kyma-cli
Installation Linux
curl -Lo kyma https://github.com/kyma-project/cli/releases/download/v0.7.0/kyma-linux \
&& chmod +x kyma
sudo mv kyma /usr/local/bin
Installation Windows
Download binary and adjust your PATH.
Kyma-CLI 0.6.1
Features
- Fix for local helm usage (#65)
Installation Mac
Manual installation:
curl -Lo kyma https://github.com/kyma-incubator/kyma-cli/releases/download/v0.6.1/kyma-darwin \
&& chmod +x kyma
sudo mv kyma /usr/local/bin
Installation via brew:
brew tap kyma-incubator/kyma-incubator
brew install kyma-incubator/kyma-incubator/kyma-cli
Installation Linux
curl -Lo kyma https://github.com/kyma-incubator/kyma-cli/releases/download/v0.6.1/kyma-linux \
&& chmod +x kyma
sudo mv kyma /usr/local/bin
Installation Windows
Download binary and adjust your PATH.
Kyma-CLI 0.6.0
Features
Installation Mac
Manual installation:
curl -Lo kyma https://github.com/kyma-incubator/kyma-cli/releases/download/v0.6.0/kyma-darwin \
&& chmod +x kyma
sudo mv kyma /usr/local/bin
Installation via brew:
brew tap kyma-incubator/kyma-incubator
brew install kyma-incubator/kyma-incubator/kyma-cli
Installation Linux
curl -Lo kyma https://github.com/kyma-incubator/kyma-cli/releases/download/v0.6.0/kyma-linux \
&& chmod +x kyma
sudo mv kyma /usr/local/bin
Installation Windows
Download binary and adjust your PATH.
Kyma-CLI 0.5.1
- fixed minikube provisioning (#59)
Installation Mac
Manual installation:
curl -Lo kyma https://github.com/kyma-incubator/kyma-cli/releases/download/v0.5.1/kyma-darwin \
&& chmod +x kyma
sudo mv kyma /usr/local/bin
Installation via brew:
brew tap kyma-incubator/kyma-incubator
brew install kyma-incubator/kyma-incubator/kyma-cli
Installation Linux
curl -Lo kyma https://github.com/kyma-incubator/kyma-cli/releases/download/v0.5.1/kyma-linux \
&& chmod +x kyma
sudo mv kyma /usr/local/bin
Installation Windows
Download binary and adjust your PATH.