Skip to content

Releases: kyma-project/cli

1.3.0-rc1

09 Jul 11:08
Compare
Choose a tag to compare
1.3.0-rc1 Pre-release
Pre-release

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

26 Jun 12:02
8c53e71
Compare
Choose a tag to compare

Changelog

8c53e71 Kyma 1.2.2 (#146)

1.2.1

19 Jun 14:16
60bc485
Compare
Choose a tag to compare

Changelog

baafebb Add installation instructions (#127) (#130)
db9da31 Configure goreleaser to release for windows as well (#128) (#129)
db6d31b Release 1.2.0 (#126)
60bc485 Release 1.2.1 (#141)

1.2.0

14 Jun 12:17
Compare
Choose a tag to compare

Changelog

49d6bab Configure goreleaser to release for windows as well (#128)
db6d31b Release 1.2.0 (#126)

1.2.0-rc2

13 Jun 11:32
428306a
Compare
Choose a tag to compare
1.2.0-rc2 Pre-release
Pre-release

Changelog

428306a Release 1.2.0-rc2 (#122)

1.2.0-rc1

11 Jun 12:01
c357698
Compare
Choose a tag to compare
1.2.0-rc1 Pre-release
Pre-release

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

21 May 20:44
07d1041
Compare
Choose a tag to compare
Kyma CLI 0.7.0 Pre-release
Pre-release

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.:
    • adding required files for an open source project of kyma-project (#70, #83)
    • renaming repository to "cli" (#72)
  • 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

02 May 14:05
0cd0457
Compare
Choose a tag to compare
Kyma-CLI 0.6.1 Pre-release
Pre-release

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

27 Apr 19:45
d719497
Compare
Choose a tag to compare
Kyma-CLI 0.6.0 Pre-release
Pre-release

Features

  • Support for Kyma 1.0.0 (#63)
  • Use TLS for kyma tests (#64)
  • Bug: create helm home if not exist (#62)

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

11 Apr 14:56
Compare
Choose a tag to compare
Kyma-CLI 0.5.1 Pre-release
Pre-release
  • 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.