Releases: jakuboskera/tkgi-kubectx
Releases · jakuboskera/tkgi-kubectx
v0.2.0
Changelog
- 8faa1ed ci: fix goreleaser config
Breaking change
- 62c26d6 feat: reduce verbosity of config.yaml
❗️ Modification of config.yaml
is needed
You must change your config.yaml
in order to work with this version, otherwise "tkgi login` will not be performed!
In v0.1.0
clusters:
- name: cluster1
creds: jwick
tkgiApi: https://tkgi.example.com
- name: cluster2
creds: jwick
tkgiApi: https://tkgi.example.com
- name: cluster3
creds: jwick
tkgiApi: https://tkgi.example.com
In v0.2.0
tkgi:
- url: https://tkgi-01.example.com
creds: jwick
clusters:
- cluster1
- cluster2
- cluster3
- url: https://tkgi-02.example.com
creds: jwick
clusters:
- cluster1
- cluster2
- cluster3
v0.1.1
v0.1.0
Changelog
- add support of tkgi login