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

vendor: update dependencies in preparation of BuildKit v0.12 and containerd 1.7 update #46027

Merged
merged 22 commits into from
Jul 19, 2023

Conversation

thaJeztah
Copy link
Member

vendor: github.com/containerd/typeurl/v2 v2.1.1

  • unmarshal does not return nil object when value is nil
  • fixes "ctr tasks checkpoint returns invalid task checkpoint option for io.containerd.runc.v2: unknown"

full diff: containerd/typeurl@v2.1.0...v2.1.1

vendor: github.com/golang/protobuf v1.5.3

  • jsonpb: accept 'null' as a valid representation of NullValue in unmarshal
    The canonical JSON representation for NullValue is JSON "null".

full diff: golang/protobuf@v1.5.2...v1.5.3

vendor: golang.org/x/oauth2 v0.5.0

full diff: golang/oauth2@v0.1.0...v0.5.0

vendor: github.com/cespare/xxhash/v2 v2.2.0

full diff: cespare/xxhash@v2.1.2...v2.2.0

vendor: github.com/googleapis/enterprise-certificate-proxy v0.2.3

full diff: googleapis/enterprise-certificate-proxy@v0.1.0...v0.2.3

vendor: go.opencensus.io v0.24.0

full diff: census-instrumentation/opencensus-go@v0.23.0...v0.24.0

vendor: github.com/googleapis/gax-go/v2 v2.7.0

full diff: googleapis/gax-go@v2.4.0...v2.7.0

vendor: cloud.google.com/go/logging v1.7.0

full diff: googleapis/google-cloud-go@logging/v1.4.2...logging/v1.7.0

vendor: google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4

full diff: googleapis/go-genproto@10f96fb...7f2fa6f

vendor: github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1

full diff: AdaLogics/go-fuzz-headers@3345c89...43070de

vendor: github.com/aws/smithy-go v1.13.5

full diff: aws/smithy-go@v1.13.1...v1.13.5

vendor: github.com/aws/aws-sdk-go-v2 v1.17.6

full diff: aws/aws-sdk-go-v2@v1.16.13...v1.17.6

vendor: github.com/aws/aws-sdk-go-v2/credentials v1.13.16

full diff: aws/aws-sdk-go-v2@credentials/v1.12.17...credentials/v1.13.16

vendor: github.com/aws/aws-sdk-go-v2/config v1.18.16

full diff: aws/aws-sdk-go-v2@config/v1.17.4...config/v1.18.16

vendor: github.com/containerd/cgroups v1.1.0

no changes in vendored files

full diff: containerd/cgroups@v1.0.4...v1.1.0

vendor: github.com/fsnotify/fsnotify v1.6.0

full diff: fsnotify/fsnotify@v1.5.1...v1.6.0

vendor: k8s.io/klog/v2 v2.90.1

full diff: kubernetes/klog@v2.80.1...v2.90.1

vendor: github.com/cenkalti/backoff/v4 v4.2.0

full diff: cenkalti/backoff@v4.1.2...v4.2.0

vendor: github.com/containerd/go-cni v1.1.9

full diff: containerd/go-cni@v1.1.6...v1.1.9

vendor: github.com/containerd/ttrpc v1.2.2

full diff: containerd/ttrpc@v1.1.1...v1.2.2

vendor: google.golang.org/protobuf v1.29.1

full diff: protocolbuffers/protobuf-go@v1.28.1...v1.29.1

vendor: github.com/containerd/stargz-snapshotter/estargz v0.14.3

no changes in vendored files

full diff: https://github.com/containerd/stargz-snapshotter/estargz/compare/v0.13.0...v0.14.3

- A picture of a cute animal (not mandatory but encouraged)

- unmarshal does not return nil object when value is nil
- fixes "ctr tasks checkpoint returns invalid task checkpoint option for io.containerd.runc.v2: unknown"

full diff: containerd/typeurl@v2.1.0...v2.1.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- jsonpb: accept 'null' as a valid representation of NullValue in unmarshal
  The canonical JSON representation for NullValue is JSON "null".

full diff: golang/protobuf@v1.5.2...v1.5.3

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: golang/oauth2@v0.1.0...v0.5.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: cespare/xxhash@v2.1.2...v2.2.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: census-instrumentation/opencensus-go@v0.23.0...v0.24.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: googleapis/gax-go@v2.4.0...v2.7.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
…070de90fa1

full diff: AdaLogics/go-fuzz-headers@3345c89...43070de

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: aws/smithy-go@v1.13.1...v1.13.5

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: aws/aws-sdk-go-v2@v1.16.13...v1.17.6

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
no changes in vendored files

full diff: containerd/cgroups@v1.0.4...v1.1.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: fsnotify/fsnotify@v1.5.1...v1.6.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: kubernetes/klog@v2.80.1...v2.90.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: cenkalti/backoff@v4.1.2...v4.2.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: containerd/go-cni@v1.1.6...v1.1.9

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: containerd/ttrpc@v1.1.1...v1.2.2

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: protocolbuffers/protobuf-go@v1.28.1...v1.29.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah added this to the 25.0.0 milestone Jul 19, 2023
@AkihiroSuda AkihiroSuda merged commit 3b77e38 into moby:master Jul 19, 2023
103 checks passed
@thaJeztah thaJeztah deleted the bk_deps branch July 19, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants