Skip to content

Releases: gkarthiks/k8s-discovery

v0.31.1

27 Sep 20:54
01cc52d
Compare
Choose a tag to compare
Module Name Old Version New Version
client-go v0.26.3 v0.31.1
metrics v0.26.3 v0.31.1
logrus v1.9.0 v1.9.3

Upgraded go 1.19 to go 1.22.0

What's Changed

Full Changelog: v0.26.3...v0.31.1

v0.26.3

26 Mar 20:54
de540f2
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: v0.25.0...v0.26.3

v0.25.0

02 Sep 13:39
2c20ce1
Compare
Choose a tag to compare

v0.25.0

  • 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.23.1

14 Mar 14:05
ff0ae9e
Compare
Choose a tag to compare

v0.22.2

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

v0.22.2

20 Sep 02:09
e71860f
Compare
Choose a tag to compare

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.1

25 Jul 17:37
d276d58
Compare
Choose a tag to compare

v0.21.1

  • Minified the logic for identifying the in/out cluster configuration without accessing the service account file

v0.21.0

14 May 18:30
6c1f28a
Compare
Choose a tag to compare
  • upgraded k8s.io module to v0.21.0
  • fixed an issue in the test file

v0.20.0

10 Feb 15:07
4279a99
Compare
Choose a tag to compare
  • upgraded to v0.20.2 for k8s.io module
  • upgraded to v1.7.0 for logrus module

v0.19.0

08 Dec 20:44
Compare
Choose a tag to compare
  • Expose the restClient for making rest calls

v0.18.4

16 Aug 17:19
6d95ecd
Compare
Choose a tag to compare
  • fix for the metrics client with inCluster config
  • upgraded to 0.18.8 of k8s