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

chore(deps): Bump d7y.io/dragonfly/v2 from 2.0.4 to 2.1.28 #48

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps d7y.io/dragonfly/v2 from 2.0.4 to 2.1.28.

Release notes

Sourced from d7y.io/dragonfly/v2's releases.

v2.1.28

Changelog

  • a2b7f8df chore(deps): bump github.com/aws/aws-sdk-go from 1.48.16 to 1.49.9 (#2977)
  • 96df4f1e chore(deps): bump github.com/casbin/casbin/v2 from 2.77.2 to 2.81.0 (#2990)
  • f5a599c7 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 (#2973)
  • eb9a92ad chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc2.0.20221005185240-3a7f492d3f1b to 1.1.0-rc5 (#2991)
  • 79dab816 chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.10 to 3.23.12 (#2988)
  • 6186673c chore(deps): bump google.golang.org/api from 0.151.0 to 0.154.0 (#2974)
  • b4e9fadc chore: add draft in goreleaser (#2981)
  • 09b11a28 chore: optimize stream task id (#2983)
  • 4846f6a5 feat: add difference function for slices (#2984)
  • e329bdbb feat: back to source with piece group(multiple pieces) (#2826)
  • 086cb62d feat: if seed peer download task, return NeedBackToSource directly (#2980)
  • ab896daf feat: if trigger peer is seed peer, set NeedBackToSource flag true (#2972)
  • 87f9fcc5 feat: remove object storage and model message (#2992)
  • acdbc4b4 feat: remove register seed peer in announce peer (#2971)
  • 6b93ef8e feat: trigger download by task id (#2970)
  • b9c25f8c feat:add cache about networktopology (#2924)
  • 5989a4d4 fix: peer events state failed when register task (#2979)

v2.1.27

Changelog

  • 86ae8ce7 chore: grpc reverts to v1.60.0-dev version (#2969)

v2.1.26

Changelog

  • fb4efb9a chore(deps): bump actions/upload-artifact from 3 to 4 (#2953)
  • 5bec5a9c chore(deps): bump github.com/containerd/containerd from 1.5.18 to 1.6.26 (#2962)
  • a9c5b453 chore(deps): bump github.com/go-playground/validator/v10 from 10.15.5 to 10.16.0 (#2952)
  • a58fa9c3 chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 (#2951)
  • df0bb29d chore(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0 (#2950)
  • 3193425e chore(deps): bump github/codeql-action from 2 to 3 (#2954)
  • e0d92482 chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#2955)
  • f284363e chore(deps): bump golang.org/x/time from 0.4.0 to 0.5.0 (#2948)
  • 34682fe3 chore(deps): bump k8s.io/component-base from 0.28.3 to 0.29.0 (#2949)
  • 7b2a8074 chore: grpc_health_probe supports different architectures in dockerfile (#2966)
  • 839e476e chore: optimize sync pieces error report (#2925)
  • 8f06364e feat: add WithStatsHandler and StatsHandler replace deprecated func (#2959)
  • 1643750f feat: add log for resolver and dynconfig (#2945)
  • ec66fd12 feat: implement trigger download task by seed peer in v2 (#2957)
  • 003376c6 feat: optimize parameters in seed peer DownloadTask (#2947)
  • 0c591e46 feat: optimize trigger download task return empty (#2958)
  • 58940951 feat: support logging the range and header when registering a task (#2967)
  • e7c8703a fix: add context timeout to health check (#2943)
  • 572739aa fix: change "ASK" to "ACK" in adopters.md (#2960)

v2.1.25

Changelog

  • bdbe02bd chore(deps): bump actions/setup-go from 4 to 5 (#2941)

... (truncated)

Changelog

Sourced from d7y.io/dragonfly/v2's changelog.

[Unreleased]

[v2.1.0] - 2023-08-03

Chore

  • release v2.1.0

[v2.1.0-rc.0] - 2023-08-03

Chore

  • update submodule version (#2596)

Feat

  • use unscoped delete for resource in manager (#2595)
  • create seed peer with active state in manager (#2593)
  • change seed peer state to active in UpdateSeedPeer api (#2592)
  • implement DeleteSeedPeer api in manager (#2591)

[v2.1.0-beta.4] - 2023-08-01

Chore

  • clean temporary file when backsource error (#2575)
  • deps: bump github.com/aliyun/aliyun-oss-go-sdk from 2.2.7+incompatible to 2.2.8+incompatible (#2588)
  • deps: bump google.golang.org/api from 0.132.0 to 0.134.0 (#2587)
  • deps: bump github.com/onsi/gomega from 1.27.8 to 1.27.10 (#2586)
  • deps: bump github.com/casbin/casbin/v2 from 2.72.1 to 2.73.0 (#2585)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.306 to 1.44.312 (#2584)

Feat

  • add personal access token middleware to open api (#2590)
  • add personal access tokens api to rest server (#2583)
  • support tls in manager rest server (#2580)
  • provide support for JuiceFS objectStorage implementation (#2578)
  • update api version (#2577)

Refactor

  • support for JuiceFS objectStorage implementation (#2579)

Test

  • add unit test for seedPeerClient.Addrs (#2589)
  • add unit tests for PieceDownloader (#2570)

[v2.1.0-beta.3] - 2023-07-26

Feat

... (truncated)

Commits
  • 87f9fcc feat: remove object storage and model message (#2992)
  • eb9a92a chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc2.0.20221...
  • 96df4f1 chore(deps): bump github.com/casbin/casbin/v2 from 2.77.2 to 2.81.0 (#2990)
  • 79dab81 chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.10 to 3.23.12 (#2988)
  • c27ddc0 test: add slice unit test (#2985)
  • 4846f6a feat: add difference function for slices (#2984)
  • 09b11a2 chore: optimize stream task id (#2983)
  • b9c25f8 feat:add cache about networktopology (#2924)
  • b4e9fad chore: add draft in goreleaser (#2981)
  • e329bdb feat: back to source with piece group(multiple pieces) (#2826)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [d7y.io/dragonfly/v2](https://github.com/dragonflyoss/Dragonfly2) from 2.0.4 to 2.1.28.
- [Release notes](https://github.com/dragonflyoss/Dragonfly2/releases)
- [Changelog](https://github.com/dragonflyoss/Dragonfly2/blob/main/CHANGELOG.md)
- [Commits](dragonflyoss/Dragonfly2@v2.0.4...v2.1.28)

---
updated-dependencies:
- dependency-name: d7y.io/dragonfly/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 8, 2024 03:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2024

Superseded by #49.

@dependabot dependabot bot closed this Jan 15, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/d7y.io/dragonfly/v2-2.1.28 branch January 15, 2024 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants