Skip to content

Commit

Permalink
Merge pull request #25 from gkarthiks/v0.21.0
Browse files Browse the repository at this point in the history
chore: upgrade k8s dependency module
  • Loading branch information
gkarthiks authored May 14, 2021
2 parents 4279a99 + 9dfe60e commit 6c1f28a
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 56 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 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
Expand Down
2 changes: 1 addition & 1 deletion discovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestGetVersionDefault(t *testing.T) {
if err != nil {
t.Fatal("getVersion should not raise an error")
}
expected := "v0.0.0-master+$Format:%h$"
expected := "v0.0.0-master+$Format:%H$"
if v != expected {
t.Fatal("getVersion should return " + expected)
}
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ module github.com/gkarthiks/k8s-discovery
go 1.14

require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1
k8s.io/client-go v0.20.2
k8s.io/metrics v0.20.2
k8s.io/client-go v0.21.0
k8s.io/metrics v0.21.0
)
Loading

0 comments on commit 6c1f28a

Please sign in to comment.