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 module github.com/giantswarm/clustertest to v1.32.1 #257

Merged
merged 1 commit into from
Jan 10, 2025
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
4 changes: 2 additions & 2 deletions tests/e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/cilium/cilium v1.17.0-pre.2
github.com/fluxcd/helm-controller/api v1.1.0
github.com/giantswarm/apptest-framework v1.10.2
github.com/giantswarm/clustertest v1.32.0
github.com/giantswarm/clustertest v1.32.1
github.com/onsi/ginkgo/v2 v2.22.2
github.com/onsi/gomega v1.36.2
k8s.io/api v0.32.0
Expand Down Expand Up @@ -236,7 +236,7 @@ require (
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
oras.land/oras-go v1.2.6 // indirect
sigs.k8s.io/cluster-api v1.9.3 // indirect
sigs.k8s.io/controller-runtime v0.19.3 // indirect
sigs.k8s.io/controller-runtime v0.19.4 // indirect
sigs.k8s.io/e2e-framework v0.5.0 // indirect
sigs.k8s.io/gateway-api v1.2.0 // indirect
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
Expand Down
8 changes: 4 additions & 4 deletions tests/e2e/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ github.com/giantswarm/apptest-framework v1.10.2 h1:Nb7XzhhGEJQuynPcBdSfCd3E1mXYI
github.com/giantswarm/apptest-framework v1.10.2/go.mod h1:BphUghVWyKyMmm8qvEDqFq/aSr45iTSf8UczO89u3Go=
github.com/giantswarm/cluster-standup-teardown v1.25.5 h1:yNwT2SC+/Mri3qjGY5RitqhEzj9+2YRNtOVbjdt9cD8=
github.com/giantswarm/cluster-standup-teardown v1.25.5/go.mod h1:Gu3jW90KXBEm2FBO+bsOqo9ErPOJhe5+KlIoNiJ7R3M=
github.com/giantswarm/clustertest v1.32.0 h1:j0hsCJ4pWA+bEbgGG3qyx3wZ9HQMr/0qGpITZdZCldw=
github.com/giantswarm/clustertest v1.32.0/go.mod h1:hNuX2ifImtzySCPu3KxSUO7cnuBRTLxzKjCsxCdKt0E=
github.com/giantswarm/clustertest v1.32.1 h1:O359XcoK7M2osK8HupB3kkS6+NR9IpQai4fHEUiwkDk=
github.com/giantswarm/clustertest v1.32.1/go.mod h1:V+2IV6zy4XjWzmy6/Ds9OW3Y8M9kmFyF2hZuSAUTqAY=
github.com/giantswarm/k8smetadata v0.25.0 h1:6mKmmm4xHPuBvxDMAkIhU5oj6KJkJSaR2s5esIsnHs4=
github.com/giantswarm/k8smetadata v0.25.0/go.mod h1:QiQAyaZnwco1U0lENLF0Kp4bSN4dIPwIlHWEvUo3ES8=
github.com/giantswarm/kubectl-gs/v2 v2.57.0 h1:IMmho55Qq+WE+frJXcTBhx19+J54xwu/j4+pGU5YecA=
Expand Down Expand Up @@ -776,8 +776,8 @@ oras.land/oras-go v1.2.6 h1:z8cmxQXBU8yZ4mkytWqXfo6tZcamPwjsuxYU81xJ8Lk=
oras.land/oras-go v1.2.6/go.mod h1:OVPc1PegSEe/K8YiLfosrlqlqTN9PUyFvOw5Y9gwrT8=
sigs.k8s.io/cluster-api v1.9.3 h1:lKWbrXzyNmJh++IcX54ZbAmnO7tZ2wKgds7WvskpiXY=
sigs.k8s.io/cluster-api v1.9.3/go.mod h1:5iojv38PSvOd4cxqu08Un5TQmy2yBkd3+0U7R/e+msk=
sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8bX1sPw=
sigs.k8s.io/controller-runtime v0.19.3/go.mod h1:j4j87DqtsThvwTv5/Tc5NFRyyF/RF0ip4+62tbTSIUM=
sigs.k8s.io/controller-runtime v0.19.4 h1:SUmheabttt0nx8uJtoII4oIP27BVVvAKFvdvGFwV/Qo=
sigs.k8s.io/controller-runtime v0.19.4/go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4=
sigs.k8s.io/e2e-framework v0.5.0 h1:YLhk8R7EHuTFQAe6Fxy5eBzn5Vb+yamR5u8MH1Rq3cE=
sigs.k8s.io/e2e-framework v0.5.0/go.mod h1:jJSH8u2RNmruekUZgHAtmRjb5Wj67GErli9UjLSY7Zc=
sigs.k8s.io/gateway-api v1.2.0 h1:LrToiFwtqKTKZcZtoQPTuo3FxhrrhTgzQG0Te+YGSo8=
Expand Down
Loading