Skip to content

Releases: jakuboskera/tkgi-kubectx

v0.2.0

19 Dec 16:09
2b5704b
Compare
Choose a tag to compare

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

03 May 09:21
Compare
Choose a tag to compare

Changelog

  • abed0b4 docs: update README.md
  • 4cfae02 refactor: use one function for both conf files
  • 6a50f55 fix: remove feature when same tkgiApi no login is needed

v0.1.0

02 May 07:06
Compare
Choose a tag to compare

Changelog

  • add support of tkgi login