Skip to content

Commit

Permalink
Pin Shipyard to v0.13.5 (#1237)
Browse files Browse the repository at this point in the history
Signed-off-by: Automated Release <[email protected]>
Co-authored-by: Automated Release <[email protected]>
  • Loading branch information
submariner-bot and Automated Release authored May 22, 2023
1 parent 7704f6f commit 151867f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion coredns/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ require (
k8s.io/apimachinery v0.21.11
k8s.io/client-go v0.21.11
k8s.io/klog v1.0.0
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
sigs.k8s.io/mcs-api v0.1.0
)

Expand Down Expand Up @@ -91,7 +92,6 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.9.0 // indirect
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
sigs.k8s.io/controller-runtime v0.7.2 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.12.2
github.com/submariner-io/admiral v0.13.4
github.com/submariner-io/shipyard v0.13.4
github.com/submariner-io/shipyard v0.13.5
github.com/uw-labs/lichen v0.1.7
k8s.io/api v0.21.11
k8s.io/apimachinery v0.21.11
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY=
github.com/submariner-io/admiral v0.13.4 h1:h/13LlduDxFCTrOvUfcY5P+hH8EYLnhQf3eMw9Er9TM=
github.com/submariner-io/admiral v0.13.4/go.mod h1:odCxe3pDUAHJlGGe6y0TxQRpUT+/MN5prjm6RT0+uBk=
github.com/submariner-io/shipyard v0.13.4 h1:xLeom6+Hb53j3VPpLTGj4ubxAf8QFoUzDQwDu0UsFmY=
github.com/submariner-io/shipyard v0.13.4/go.mod h1:qS/f8eWQsb6v6MeSwfuFD4qC7PQi6QcCudoiKDeqzZA=
github.com/submariner-io/shipyard v0.13.5 h1:UHDcuj0RM68IMCqdXRPXDpWBOaPeIZ7wQBS9j2ZtXS4=
github.com/submariner-io/shipyard v0.13.5/go.mod h1:qS/f8eWQsb6v6MeSwfuFD4qC7PQi6QcCudoiKDeqzZA=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
Expand Down

0 comments on commit 151867f

Please sign in to comment.