Skip to content

Releases: dragonflyoss/dragonfly

v2.1.7

25 Aug 03:21
0c4d779
Compare
Choose a tag to compare

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

21 Aug 13:10
80f88d3
Compare
Choose a tag to compare

Changelog

v2.1.5

21 Aug 11:54
bcc1286
Compare
Choose a tag to compare

Changelog

v2.1.4

15 Aug 16:27
d67eb8b
Compare
Choose a tag to compare

Changelog

v2.1.3

15 Aug 15:44
860d945
Compare
Choose a tag to compare

Changelog

v2.1.2

15 Aug 15:19
5fb1ef9
Compare
Choose a tag to compare

Changelog

v2.1.1

15 Aug 09:56
93009c4
Compare
Choose a tag to compare

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

04 Aug 07:07
8f6f20b
Compare
Choose a tag to compare

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 adds GetObjectMetadatas and CopyObject to supports using Dragonfly as the JuiceFS backend.
  • Add personal access tokens feature in the manager and personal 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 the cluster contains a scheduler cluster and a seed 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 with grpc 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 and uk_seed_peer index in the table of the database.
  • Remove security domain feature and security 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 the scheduler cluster and the seed peer cluster is no longer supported. In the future, a P2P cluster will be a cluster in the manager, and a cluster will only include a scheduler cluster and a seed peer cluster.

Console

signin

You can see Manager Console for more details.

AI Infrastructure

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

v2.1.0-rc.0

03 Aug 14:50
c82d2f7
Compare
Choose a tag to compare

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

01 Aug 12:17
b723181
Compare
Choose a tag to compare

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)