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

Bump vendored dependencies (part 2) #14606

Merged
merged 7 commits into from
Jan 14, 2021
Merged

Conversation

tklauser
Copy link
Member

@tklauser tklauser commented Jan 13, 2021

Part 2 of bumping vendored dependencies, following #14572.

Left out the following non-trivial dependencies:

  • google.golang.org/grpc, google.golang.org/protobuf: requires non-trivial API changes
  • go.etcd.io/etcd/clientv3, conflicts with google.golang.org/grpc:
    go: finding module for package google.golang.org/grpc/naming
    github.com/cilium/cilium/pkg/kvstore imports
     go.etcd.io/etcd/clientv3 tested by
     go.etcd.io/etcd/clientv3.test imports
     github.com/coreos/etcd/integration imports
     github.com/coreos/etcd/proxy/grpcproxy imports
     google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.34.1), but does not contain package google.golang.org/grpc/naming```
    
  • github.com/containernetworking/*: will update in lockstep with
    curl -sS -L https://github.com/containernetworking/plugins/releases/download/v0.8.6/cni-plugins-linux-${ARCH}-v0.8.6.tgz -o cni-plugins-linux-${ARCH}-v0.8.6.tgz && \
    curl -sS -L https://github.com/containernetworking/plugins/releases/download/v0.8.6/cni-plugins-linux-${ARCH}-v0.8.6.tgz.sha512 -o cni-plugins-linux-${ARCH}-v0.8.6.tgz.sha512 && \
    sha512sum -c cni-plugins-linux-${ARCH}-v0.8.6.tgz.sha512 && \
    tar -xvf cni-plugins-linux-${ARCH}-v0.8.6.tgz ./loopback && \
    strip -s ./loopback
    , see Bump vendored dependencies (part 2) #14606 (comment)
  • github.com/onsi/ginkgo: leads to CI failures (e.g. https://jenkins.cilium.io/job/Cilium-PR-K8s-1.20-kernel-4.9/402/consoleFull), needs further investigation

@tklauser tklauser added the release-note/misc This PR makes changes that have no direct user impact. label Jan 13, 2021
@tklauser tklauser requested review from aanm and a team January 13, 2021 16:18
@tklauser tklauser requested a review from a team as a code owner January 13, 2021 16:18
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.10.0 Jan 13, 2021
@tklauser tklauser force-pushed the pr/tklauser/bump-vendored-deps-part2 branch from f1c81dc to 471ce8f Compare January 13, 2021 16:30
@tklauser
Copy link
Member Author

test-me-please

Copy link
Member

@aanm aanm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI must be failing because of ginkgo dependency update

go.mod Outdated Show resolved Hide resolved
@aanm aanm removed their assignment Jan 14, 2021
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
@tklauser tklauser force-pushed the pr/tklauser/bump-vendored-deps-part2 branch from 471ce8f to a3e481d Compare January 14, 2021 09:38
@tklauser
Copy link
Member Author

test-me-please

github.com/go-openapi/errors -> v0.19.9
github.com/go-openapi/loads -> v0.20.0
github.com/go-openapi/runtime -> v0.19.24
github.com/go-openapi/spec -> v0.20.0
github.com/go-openapi/strfmt -> v0.19.11
github.com/go-openapi/swag -> v0.19.12
github.com/go-openapi/validate -> v0.20.0

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Regenerate the slim k8s api to account for changes in generated code.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
…2b108f89

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
github.com/Azure/azure-sdk-for-go -> v50.0.0+incompatible
github.com/Azure/go-autorest/autorest -> v0.11.16
github.com/Azure/go-autorest/autorest/adal -> v0.9.10
github.com/Azure/go-autorest/autorest/azure/auth -> v0.5.5

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
@tklauser tklauser force-pushed the pr/tklauser/bump-vendored-deps-part2 branch from a3e481d to 89bba0f Compare January 14, 2021 09:46
@tklauser
Copy link
Member Author

tklauser commented Jan 14, 2021

test-me-please

(forgot to run go mod tidy after dropping containernetworking and ginkgo bump commits)

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jan 14, 2021
@gandro gandro merged commit d3cbec1 into master Jan 14, 2021
@gandro gandro deleted the pr/tklauser/bump-vendored-deps-part2 branch January 14, 2021 12:22
tklauser added a commit that referenced this pull request Jan 14, 2021
This will also bump ginkgo and gomega to a newer version, not the latest
though. The latest version currently breaks our CI (see #14606), but
this intermediate version doesn't seem to, so it's fine to bump it to
that for now.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
gandro pushed a commit that referenced this pull request Jan 18, 2021
This will also bump ginkgo and gomega to a newer version, not the latest
though. The latest version currently breaks our CI (see #14606), but
this intermediate version doesn't seem to, so it's fine to bump it to
that for now.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants