Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Admiral to v0.14.0-rc3 #959

Merged
merged 1 commit into from
Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion coredns/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/onsi/gomega v1.22.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.13.0
github.com/submariner-io/admiral v0.14.0-rc2
github.com/submariner-io/admiral v0.14.0-rc3
k8s.io/api v0.25.0
k8s.io/apimachinery v0.25.0
k8s.io/client-go v0.24.4
Expand Down
4 changes: 2 additions & 2 deletions coredns/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -862,8 +862,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/submariner-io/admiral v0.14.0-rc2 h1:A1yZTTbGUqdEkjtx1rVHNCvLASJSsE7PrmZNw4IRcFA=
github.com/submariner-io/admiral v0.14.0-rc2/go.mod h1:1nbaMompeWZfzpqN1cLgnOA8uTP3UeKxyMtv/oAD++0=
github.com/submariner-io/admiral v0.14.0-rc3 h1:HMgo53hxY0KtPZpeX/LTOEzA7HxZEJMA6N4q1jp+SCQ=
github.com/submariner-io/admiral v0.14.0-rc3/go.mod h1:RyAgHCFQN+VQ60WDdpTMGgLE+jIeKiNyjju6srLVWb8=
github.com/syndtr/goleveldb v1.0.0/go.mod h1:ZVVdQEZoIme9iO1Ch2Jdy24qqXrMMOU6lpPAyBWyWuQ=
github.com/tidwall/btree v0.3.0/go.mod h1:huei1BkDWJ3/sLXmO+bsCNELL+Bp2Kks9OLyQFkzvA8=
github.com/tidwall/btree v1.1.0/go.mod h1:TzIRzen6yHbibdSfK6t8QimqbUnoxUSrZfeW7Uob0q4=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/onsi/gomega v1.22.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.13.0
github.com/submariner-io/admiral v0.14.0-rc2
github.com/submariner-io/admiral v0.14.0-rc3
github.com/submariner-io/shipyard v0.14.0-rc3
github.com/uw-labs/lichen v0.1.7
k8s.io/api v0.25.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY=
github.com/submariner-io/admiral v0.14.0-rc2 h1:A1yZTTbGUqdEkjtx1rVHNCvLASJSsE7PrmZNw4IRcFA=
github.com/submariner-io/admiral v0.14.0-rc2/go.mod h1:1nbaMompeWZfzpqN1cLgnOA8uTP3UeKxyMtv/oAD++0=
github.com/submariner-io/admiral v0.14.0-rc3 h1:HMgo53hxY0KtPZpeX/LTOEzA7HxZEJMA6N4q1jp+SCQ=
github.com/submariner-io/admiral v0.14.0-rc3/go.mod h1:RyAgHCFQN+VQ60WDdpTMGgLE+jIeKiNyjju6srLVWb8=
github.com/submariner-io/shipyard v0.14.0-rc3 h1:M40JkbOQCeyvdxRnKQ8EKzQ5j/MdfsrUFnxQTbEtSBk=
github.com/submariner-io/shipyard v0.14.0-rc3/go.mod h1:eTF/ewEDwFiyjpBS+ZD7OEK3l3WI3KG/DO8QiwYNI2k=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
Expand Down