Skip to content

Releases: hidevopsio/kube-starter

v1.2.1

12 Aug 06:51
Compare
Choose a tag to compare

Release notes

  • added at.UseMiddleware for filtering controller

v1.2.0

12 Aug 02:16
Compare
Choose a tag to compare

Release notes

  • features:
    • added scoped instantiation machanism to support multiple clusters connection
    • support kube client cache with cluster config
    • added middleware to parse response from k8s api server
    • added hiboot operator example which support multiple clusrters

v1.1.8

20 Apr 07:45
Compare
Choose a tag to compare

Release notes

  • fixes the issue that static client does work which is caused by last change

v1.1.7

20 Apr 05:57
Compare
Choose a tag to compare

Release notes

  • support qps and burst config for kubeclient

v1.1.6

30 Jan 02:50
Compare
Choose a tag to compare

Release notes

  • use username as runtime client cache key

v1.1.3

21 Dec 06:57
399acb5
Compare
Choose a tag to compare

Release notes

  • added middleware to check if kube client is nil

v1.1.2

16 Dec 06:52
Compare
Choose a tag to compare

Release notes

  • Retry to get k8s client if it failed to do so.

v1.1.1

12 Apr 06:22
Compare
Choose a tag to compare

Release notes

  • Refactored kubeclient, changed kubeclient.Client from interface to struct
  • Added kubeclient.ImpersonateClient which acts as specific user
  • Added kubeclient.TokenizeClient which accepts user's token
  • Added oidc autoconfiguration (hiboot starter)

v1.0.1

07 Mar 11:09
Compare
Choose a tag to compare

Release notes,

  1. Support kubeclient initialization
  2. Support hiboot auto configuaration