- 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 |
- 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 |
- 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
- upgraded to v0.21.0 for k8s.io module
- fixed a case issue in test file
- upgraded to v0.20.2 for k8s.io module
- upgraded to v1.7.0 for logrus module
- expose restClient
- fix for the metrics client with inCluster config
- upgraded to 0.18.8 of k8s
- added the logEnabled flag
- added changelog
- formatted and linted for Go Report Card
- includes the metrics clientSet
- upgraded to v0.18.2 of kubernetes