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.31 #53

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

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

Release notes

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

v2.1.30

Changelog

  • 4214b053 chore(deps): bump github.com/docker/go-connections from 0.4.0 to 0.5.0 (#3025)
  • a34816f2 chore(deps): bump google.golang.org/api from 0.154.0 to 0.156.0 (#3026)
  • 176cd016 chore: add yyzai384 to maintainers (#3018)
  • abcf7ea9 chore: optimize dfget progressbar (#3021)
  • e03f8d87 feat: output path should be empty, prevent seed peer copy file to output path (#3019)
  • 5efac3af feat: re-register when scheduler go away (#3016)
  • 31f01557 feat: revise findProbedHosts function (#2986)
  • 9a1c7440 fix potential deadlock in dynconfig resolver (#3024)

v2.1.29

Changelog

  • 1e398794 Update docker compose document (#2997)
  • 67d5dd0e chore(deps): bump github.com/aws/aws-sdk-go from 1.49.9 to 1.49.17 (#3009)
  • 3517a34b chore(deps): bump github.com/bits-and-blooms/bitset from 1.10.0 to 1.13.0 (#3005)
  • 3e7ff181 chore(deps): bump github.com/deckarep/golang-set/v2 from 2.3.1 to 2.6.0 (#3008)
  • 1cd2f24e chore(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 (#3007)
  • f1584cfe chore: add cache docker layers action to docker.yaml (#2994)
  • 85088444 chore: update api verison to v2.0.76 (#3013)
  • 93df8f01 feat: add block parent to peer if peer reschedule in downloading (#3011)
  • dce1890a feat: change state set when trigger seed peer (#3003)
  • dd03c979 feat: prevent concurrent request to cause state switch failed (#3014)
  • 70dd9b10 feat: remove maxScheduleCount and optimize register in v2 (#3001)
  • 65864892 feat: report bad parents and add bad parents to block parent set (#3010)
  • ea28581b feat: update scheduler and seed peer by ip and port (#3012)
  • dbe835ea only stop networkTopology when it is not nil (#2995)

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)

... (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
  • 8fa57ca chore: update api version and console version (#3059)
  • 96ce0c4 chore(deps): bump go.opentelemetry.io/contrib/instrumentation/github.com/gin-...
  • e53975b chore(deps): bump github.com/huaweicloud/huaweicloud-sdk-go-obs from 3.23.9+i...
  • b76fd84 chore(deps): bump go.opentelemetry.io/otel/sdk from 1.20.0 to 1.22.0 (#3054)
  • e1d8e05 feat: optimize network topology in evaluator (#3053)
  • 0f9c400 feat: evalutorBase adds networktopology (#3015)
  • 1b88b4b feat: optimize scheduling log when exceeded RetryBackToSourceLimit (#3051)
  • 5239a6d feat: optimize scheduler default config (#3050)
  • 0b1157b feat: replace filters with filteredQueryParams (#3049)
  • 17d111e feat: add gzip middleware for static file (#3045)
  • 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.31.
- [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.31)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 5, 2024 03:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 5, 2024
@gaius-qi gaius-qi closed this Feb 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 8, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/d7y.io/dragonfly/v2-2.1.31 branch February 8, 2024 05:42
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.

1 participant