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

nydusify: update dependencies version #1505

Merged
merged 2 commits into from
Dec 4, 2023

Conversation

Desiki-high
Copy link
Member

@Desiki-high Desiki-high commented Dec 2, 2023

Relevant Issue (if applicable)

N/A

Details

Try to update nydusify dependencies to latest.


github.com/aliyun/aliyun-oss-go-sdk: v2.2.6+incompatible -> v3.0.1+incompatible
github.com/aws/aws-sdk-go-v2 v1.17.6 -> v1.23.5
github.com/aws/aws-sdk-go-v2/config v1.18.16 -> v1.25.11
github.com/aws/aws-sdk-go-v2/credentials v1.13.16 -> v1.16.9
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.56 -> v1.15.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.30.6 -> v1.47.2
github.com/containerd/nydus-snapshotter v0.13.2 -> v0.13.3
github.com/docker/cli v24.0.6+incompatible -> v24.0.7+incompatible
github.com/google/uuid v1.3.1 -> v1.4.0
github.com/hashicorp/go-hclog v1.3.1 -> v1.5.0
github.com/hashicorp/go-plugin v1.4.5 -> v1.6.0
github.com/opencontainers/image-spec v1.1.0-rc4 -> v1.1.0-rc5
github.com/prometheus/client_golang v1.16.0 -> v1.17.0
github.com/sirupsen/logrus v1.9.0 -> v1.9.3
github.com/stretchr/testify v1.8.3 -> v1.8.4
golang.org/x/sync v0.3.0 -> v0.5.0
golang.org/x/sys v0.13.0 -> v0.15.0
lukechampine.com/blake3 v1.1.5 -> v1.2.1


deprecated: replace github.com/docker/distribution with github.com/distribution/reference

Types of changes

What types of changes does your PullRequest introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist

Go over all the following points, and put an x in all the boxes that apply.

  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

github.com/aliyun/aliyun-oss-go-sdk: `v2.2.6+incompatible` -> `v3.0.1+incompatible`
github.com/aws/aws-sdk-go-v2 `v1.17.6` -> `v1.23.5`
github.com/aws/aws-sdk-go-v2/config `v1.18.16` -> `v1.25.11`
github.com/aws/aws-sdk-go-v2/credentials `v1.13.16` -> `v1.16.9`
github.com/aws/aws-sdk-go-v2/feature/s3/manager `v1.11.56` -> `v1.15.4`
github.com/aws/aws-sdk-go-v2/service/s3 `v1.30.6` -> `v1.47.2`
github.com/containerd/nydus-snapshotter `v0.13.2 -> v0.13.3`
github.com/docker/cli `v24.0.6+incompatible` -> `v24.0.7+incompatible`
github.com/docker/distribution `v2.8.2+incompatible` -> `v2.8.3+incompatible`
github.com/google/uuid `v1.3.1` -> `v1.4.0`
github.com/hashicorp/go-hclog `v1.3.1` -> `v1.5.0`
github.com/hashicorp/go-plugin `v1.4.5` -> `v1.6.0`
github.com/opencontainers/image-spec `v1.1.0-rc4` -> `v1.1.0-rc5`
github.com/prometheus/client_golang `v1.16.0` -> `v1.17.0`
github.com/sirupsen/logrus `v1.9.0` -> `v1.9.3`
github.com/stretchr/testify `v1.8.3` -> `v1.8.4`
golang.org/x/sync `v0.3.0` -> `v0.5.0`
golang.org/x/sys `v0.13.0` -> `v0.15.0`
lukechampine.com/blake3 `v1.1.5` -> `v1.2.1`

Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
@Desiki-high Desiki-high requested a review from a team as a code owner December 2, 2023 11:52
@Desiki-high Desiki-high requested review from imeoer, jiangliu and gaius-qi and removed request for a team December 2, 2023 11:52
Copy link

codecov bot commented Dec 2, 2023

Codecov Report

Merging #1505 (8c492c5) into master (3f999a7) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1505      +/-   ##
==========================================
- Coverage   62.76%   62.75%   -0.01%     
==========================================
  Files         123      123              
  Lines       43340    43340              
  Branches    43340    43340              
==========================================
- Hits        27202    27199       -3     
  Misses      14827    14827              
- Partials     1311     1314       +3     

see 2 files with indirect coverage changes

1. replace `github.com/docker/distribution` with `github.com/distribution/reference`
2. replace `EndpointResolver` with `BaseEndpoint`

Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
Copy link
Collaborator

@imeoer imeoer left a comment

Choose a reason for hiding this comment

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

LGTM!

@imeoer imeoer merged commit eeddfff into dragonflyoss:master Dec 4, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants