Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

59 lines (45 loc) · 1.23 KB

CHANGELOG

v0.26.3

  • upgraded the following modules
Module Name Old Version New Version
client-go v0.25.0 v0.26.3
metrics v0.25.0 v0.26.3

v0.25.0

  • upgraded the go version to 1.19 in sync with Kubernetes
  • upgraded the following modules
Module Name Old Version New Version
client-go v0.22.2 v0.25.0
metrics v0.22.2 v0.25.0
testify v1.7.0 v1.8.0
logrus v1.8.1 v1.9.0

v0.22.2

  • upgraded the go version to 1.16 in sync with Kubernetes
  • upgraded the following modules
Module Name Old Version New Version
client-go v0.21.0 v0.22.2
metrics v0.22.2 v0.21.0
testify v1.6.1 v1.7.0
logrus v1.7.0 v1.8.1
  • added the ci test

v0.21.0

  • upgraded to v0.21.0 for k8s.io module
  • fixed a case issue in test file

v0.20.0

  • upgraded to v0.20.2 for k8s.io module
  • upgraded to v1.7.0 for logrus module

v0.19.0

  • expose restClient

v0.18.4

  • fix for the metrics client with inCluster config
  • upgraded to 0.18.8 of k8s

v0.18.3

  • added the logEnabled flag
  • added changelog
  • formatted and linted for Go Report Card

v0.18.2-metrics

  • includes the metrics clientSet

v0.18.2

  • upgraded to v0.18.2 of kubernetes