Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@jakuboskera jakuboskera released this 19 Dec 16:09
2b5704b

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