Releases: dragonflyoss/dragonfly
Releases · dragonflyoss/dragonfly
v2.1.7
Changelog
- 0c8bc5e chore(deps): bump github.com/aws/aws-sdk-go from 1.44.317 to 1.44.327 (#2659)
- 036e32c chore(deps): bump github.com/jarcoal/httpmock from 1.3.0 to 1.3.1 (#2660)
- 05aa9da chore(deps): bump gorm.io/gorm from 1.25.3 to 1.25.4 (#2658)
- bb4af5d chore(deps): bump k8s.io/component-base from 0.27.4 to 0.28.0 (#2657)
- 51c1f9b feat: add createSyncPeers to async job in manager (#2664)
- dfde8bd feat: add sync peer job for scheduler (#2663)
- fe28ba4 feat: merge sync peer with peer table in manager (#2668)
- f3b9290 feat: peer announces scheduler cluster id to scheduler (#2652)
- c04462e feat: peer information is changed from being stored in metrics to being stored in mysql (#2654)
- 0c4d779 feat: remove IsPrivate from safeSocketControl (#2672)
v2.1.6
v2.1.5
Changelog
- 5b7ea5d Revert "feat: replace fmt.Sprintf with net.JoinHostPort" (#2649)
- bcc1286 chore: update console version to 1.0.8 (#2655)
- 4eac5e9 chore: update console version to v1.0.6 (#2650)
- bf6e08b chore: update console version to v1.0.7 (#2651)
- 35da7a7 feat: change max PerPage to 10000000 (#2653)
- a6863f9 feat: replace fmt.Sprintf with net.JoinHostPort (#2642)
v2.1.4
v2.1.3
v2.1.2
v2.1.1
Changelog
- 761f5ef chore(deps): bump github.com/aws/aws-sdk-go from 1.44.312 to 1.44.317 (#2606)
- 9446250 chore(deps): bump github.com/go-playground/validator/v10 from 10.14.1 to 10.15.0 (#2608)
- 47523d7 chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.7 (#2628)
- 49130df chore(deps): bump go.uber.org/zap from 1.24.0 to 1.25.0 (#2629)
- ae0b2a9 chore(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 (#2605)
- c5e8f8d chore(deps): bump google.golang.org/api from 0.134.0 to 0.136.0 (#2626)
- 47807bd chore(deps): bump gorm.io/gorm from 1.25.2 to 1.25.3 (#2630)
- 342438e chore: optimize unhandled file close error (#2599)
- 93009c4 chore: update console version to v1.0.2 (#2635)
- e621fce chore: update d7y.io/api version to v2.0.18 (#2616)
- dcea13a chore: use subtle compare to verify proxy auth (#2601)
- da7e305 feat: add NewSafeDialer and fix ssrf in manager preheat api (#2611)
- 77c91cb feat: add lock to dag vertex and replace rand.Seed with rand.New (#2614)
- 7f67bc5 feat: add tls client config for preheat in manager (#2612)
- 732819b feat: case insensitive string comparison in evaluater package of the manager (#2632)
- 25d91ec feat: change cache size in manager (#2623)
- 25d12b2 feat: change cache size in manager (#2633)
- c55148b feat: change default cluster name to cluster-1 (#2604)
- a5b0f74 feat: download tiny file with https scheme (#2617)
- 9e1bb52 feat: net.JoinHostPort replace fmt.Sprintf (#2622)
- 05a6680 fix: directories created via os.MkdirAll are not checked for permissions (#2613)
- 1b9d2b0 fix: improper use strings.TrimLeft (#2603)
- afa665c fix: incorrect log message in the scheduler (#2618)
- 9cc9fa2 fix: invalid error handling (#2610)
- 931cd3f fix: list personal access token with query string (#2624)
- d9e8b28 fix: manager generates mTLS certificates for arbitrary IP addresses (#2615)
- a64140f fix: potential nil panic (#2602)
- 094b79d fix: usage of architecture-dependent int type in the scheduler (#2619)
- bd140f1 refactor: file close error
v2.1.0
Dragonfly v2.1.0 is released! 🎉🎉🎉 Thanks to the Xinxin Zhao for helping to refactor the console and the manager provides a new console for users to operate Dragonfly. Welcome to visit d7y.io website.
Features
Console
v1.0.0 is released and it provides a new console for users to operate Dragonfly.- Add network topology feature and it can probe the network latency between peers, providing better scheduling capabilities.
- Provides the ability to control the features of the scheduler in the manager. If the scheduler preheat feature is not in feature flags, then it will stop providing the preheating in the scheduler.
dfstore
addsGetObjectMetadatas
andCopyObject
to supports using Dragonfly as theJuiceFS
backend.- Add
personal access tokens
feature in the manager andpersonal access token
contains your security credentials for the restful open api. - Add
TLS
config to manager rest server. - Fix dfdaemon fails to start when there is no available scheduler address.
- Add
cluster
in the manager and thecluster
contains ascheduler cluster
and aseed peer cluster
. - Fix object downloads failed by dfstore when dfdaemon enabled concurrent.
- Scheduler adds database field in config and moves the redis config to database field.
- Replace
net.Dial
withgrpc health check
in dfdaemon. - Fix filtering and evaluation in scheduling. Since the final length of the filter is the
candidateParentLimit
used, the parents after the filter is wrong. - Fix storage can not write records to file when
bufferSize
is zero. - Hiding sensitive information in logs, such as the token in the header.
- Use unscoped delete when destroying the manager's resources.
- Add
uk_scheduler
index anduk_seed_peer
index in the table of the database. - Remove
security domain feature
andsecurity feature
in the manager. - Add advertise port config to manager and scheduler.
- Fix fsm changes state failed when register task.
Break Change
- The
M:N
relationship model between thescheduler cluster
and theseed peer cluster
is no longer supported. In the future, a P2P cluster will be acluster
in the manager, and acluster
will only include ascheduler cluster
and aseed peer cluster
.
Console
You can see Manager Console for more details.
AI Infrastructure
- Triton Inference Server uses Dragonfly to distribute model files, refer to #2185. If there are developers who are interested in the drgaonfly repository agent project, please contact [email protected].
- TorchServer uses Dragonfly to distribute model files. Developers have already participated in the dragonfly endpoint project, and the feature will be released in v2.1.1.
- Fluid downloads data through Dragonfly when running based on JuiceFS, the feature will be released in v2.1.1.
- Dragonfly helps Volcano Engine AIGC inference to accelerate image through p2p technology.
- There have been many cases in the community, using Dragonfly to distribute data in AI scenarios based on P2P technology. In the inference stage, the concurrent download model of the inference service can effectively relieve the bandwidth pressure of the model registry through Dragonfly, and improving the download speed. Community will share topic 《Dragonfly: Intro, Updates and AI Model Distribution in the Practice of Kuaishou - Wenbo Qi, Ant Group & Zekun Liu, Kuaishou Technology》 with Kuaishou in KubeCon + CloudNativeCon + Open Source Summit China 2023, please follow if interested.
Maintainers
The community has added four new Maintainers, hoping to help more contributors participate in community.
- Yiyang Huang: He works for Volcano Engine and will focus on the engineering work for Dragonfly.
- Manxiang Wen: He works for Baidu and will focus on the engineering work for Dragonfly.
- Mohammed Farooq: He works for Intel and will focus on the engineering work for Dragonfly.
- Zhou Xu: He is a PhD student at Dalian University of Technology and will focus on the intelligent scheduling algorithms.
Others
You can see CHANGELOG for more details.
Links
- Dragonfly Website: https://d7y.io/
- Dragonfly Github: https://github.com/dragonflyoss/Dragonfly2
- Dragonfly Console Github: https://github.com/dragonflyoss/console
- Dragonfly Charts Github: https://github.com/dragonflyoss/helm-charts
- Dragonfly Monitor Github: https://github.com/dragonflyoss/monitoring
v2.1.0-rc.0
Changelog
- c82d2f7 chore: update submodule version (#2596)
- db82dd9 feat: change seed peer state to active in UpdateSeedPeer api (#2592)
- a151be1 feat: create seed peer with active state in manager (#2593)
- 733b938 feat: implement DeleteSeedPeer api in manager (#2591)
- a966c04 feat: use unscoped delete for resource in manager (#2595)
v2.1.0-beta.4
Changelog
- 58f486a chore(deps): bump github.com/aliyun/aliyun-oss-go-sdk from 2.2.7+incompatible to 2.2.8+incompatible (#2588)
- 0f25876 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.306 to 1.44.312 (#2584)
- e12523a chore(deps): bump github.com/casbin/casbin/v2 from 2.72.1 to 2.73.0 (#2585)
- 310a717 chore(deps): bump github.com/onsi/gomega from 1.27.8 to 1.27.10 (#2586)
- a478be6 chore(deps): bump google.golang.org/api from 0.132.0 to 0.134.0 (#2587)
- 3044b86 chore: clean temporary file when backsource error (#2575)
- b723181 feat: add personal access token middleware to open api (#2590)
- d894aff feat: add personal access tokens api to rest server (#2583)
- f1fbfde feat: provide support for JuiceFS objectStorage implementation (#2578)
- 75ddb8b feat: support tls in manager rest server (#2580)
- cb41c0e feat: update api version (#2577)
- 0299830 refactor: support for JuiceFS objectStorage implementation (#2579)