Skip to content

Releases: dragonflyoss/Dragonfly2

v2.1.22

09 Nov 11:51
20fbf49
Compare
Choose a tag to compare

Changelog

v2.1.21

08 Nov 12:53
5f4fe57
Compare
Choose a tag to compare

Changelog

  • 0ac76d0 chore(deps): bump github.com/aliyun/aliyun-oss-go-sdk from 2.2.9+incompatible to 3.0.1+incompatible (#2859)
  • 7faec3d chore(deps): bump github.com/aws/aws-sdk-go from 1.46.6 to 1.47.3 (#2858)
  • 6afb48d chore(deps): bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.4 (#2860)
  • 014a101 chore(deps): bump github.com/containerd/containerd from 1.3.4 to 1.5.18 (#2862)
  • 39a15e1 chore(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.2+incompatible (#2861)
  • a083c30 chore(deps): bump github.com/docker/docker from 20.10.7+incompatible to 24.0.7+incompatible (#2863)
  • 05a7b3d chore(deps): bump golang.org/x/time from 0.3.0 to 0.4.0 (#2855)
  • 334eb2e feat: avoid hot reload when dynconfig refresh data (#2866)
  • da014f5 feat: if no matching manifest, then the log printing platform string (#2867)
  • 5f4fe57 feat: implement ListSeedPeers feature in manager (#2865)
  • 58f1370 feat: preheat image supports authentication and parse multi manifest mediatype (#2819)
  • 2339e9b refactor: preheat with multi arch image layers (#2864)

v2.1.20

03 Nov 04:26
8fdedd8
Compare
Choose a tag to compare

Changelog

v2.1.19

01 Nov 04:27
2515c13
Compare
Choose a tag to compare

Changelog

  • 82bbcc3 Update CONTRIBUTING.md (#2836)
  • c822761 chore(deps): bump github.com/aws/aws-sdk-go from 1.45.25 to 1.46.6 (#2841)
  • 6cc2ba8 chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 (#2840)
  • 7c6b201 chore(deps): bump github.com/onsi/gomega from 1.28.0 to 1.29.0 (#2839)
  • 2c78d1b chore(deps): bump gorm.io/driver/mysql from 1.5.1 to 1.5.2 (#2838)
  • 8078e16 chore(deps): bump gorm.io/driver/postgres from 1.5.3 to 1.5.4 (#2837)
  • 3dc2e46 chore: split concurrentDownloadSource (#2842)
  • 2515c13 chore: update console and api verison (#2847)
  • 4a161e4 feat: list jobs order by created_at (#2843)
  • 6caf724 feat: use scheduler's cluster id in host resource (#2844)
  • 5ef0597 fix: getObject in oss (#2846)

v2.1.18

30 Oct 09:01
12fc630
Compare
Choose a tag to compare

Changelog

  • 132d1b2 feat: print headers with debug log (#2834)
  • 898c7e9 fix: filter Authorization header from preheat log (#2817)
  • 12fc630 fix: if scheduler has no seed peer, return error in preheating (#2835)

v2.1.17

26 Oct 08:59
18e90ce
Compare
Choose a tag to compare

Changelog

  • d6e426f Optimized dfstore upload file performance (#2803)
  • 18e90ce Update Makefile (#2828)
  • 0c7d143 chore(deps): bump github.com/aws/aws-sdk-go from 1.45.6 to 1.45.25 (#2806)
  • d33662c chore(deps): bump github.com/bits-and-blooms/bitset from 1.8.0 to 1.10.0 (#2821)
  • 9f1ac68 chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (#2807)
  • 885d654 chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.43.0 to 0.45.0 (#2808)
  • a875707 chore(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 (#2822)
  • b7f4729 chore(deps): bump google.golang.org/grpc from 1.59.0-dev to 1.60.0-dev (#2824)
  • 573a7bd chore(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.3 (#2823)
  • 3281b4e chore(deps): bump gorm.io/gorm from 1.25.4 to 1.25.5 (#2809)
  • 2faa895 chore: update console verison to v1.0.14 (#2811)
  • b4221d2 chore: update console version to v1.0.15 (#2813)
  • d6d52c2 chore: update console version to v1.0.18 (#2815)
  • 6ac6be3 chore: update manager console verison to v1.0.13 (#2810)
  • d710953 feat: add sync peers log (#2812)
  • ccacc3e feat: proxy graceful shutdown (#2802)
  • af6f99f fix: console build failed (#2814)

v2.1.16

16 Oct 07:28
ea5249c
Compare
Choose a tag to compare

Changelog

  • ce19d05 chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 (#2795)
  • c025233 chore(manager/auth/oauth): rm unused args and struct (#2797)
  • e25e35a chore(manager/database): rm unused cfg (#2798)
  • c97909a chore(manager/job): cleanup and fix typo (#2799)
  • ea5249c chore: add free disk space in e2e actions (#2801)
  • d189e18 chore: gofmt -w -r 'interface{} -> any' . (#2790)
  • b71cbc9 feat: add comment about not checking object storage close (#2789)
  • 82a5b7b feat: add content-length label to DownloadPeerDuration metric (#2792)
  • 6addfdf feat: change DownloadPeerDuration metric type to summary (#2794)
  • c6aec7a fix: sync peer with unknow relation (#2800)

v2.1.15

12 Oct 08:06
e847992
Compare
Choose a tag to compare

Changelog

  • eeea18b chore(client/daemon): cleanup, and add noTLSConfig (#2783)
  • 0fb76a6 chore(deps): bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#2779)
  • 1c36b27 chore(deps): bump go.opentelemetry.io/otel/sdk from 1.17.0 to 1.19.0 (#2782)
  • b92045e chore(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (#2778)
  • c66b95e chore: change gorm-adapter version to v3.5.0 (#2774)
  • d275bfb feat: change error handle in object storage (#2777)
  • 2b4e378 fix: per page count in peer api (#2775)
  • e847992 fixed close file twice issue when using dfstore upload large file (#2784)

v2.1.14

10 Oct 10:45
735a9d4
Compare
Choose a tag to compare

Changelog

  • 735a9d4 chore(cmd/dependency): use errors.As for check not found error (#2786)
  • 47c6cdd chore: optimize recursive download log (#2785)
  • 61f63e2 fix: task length did not match range length (#2787)

v2.1.13

10 Oct 03:47
e847992
Compare
Choose a tag to compare

Changelog

  • eeea18b chore(client/daemon): cleanup, and add noTLSConfig (#2783)
  • 0fb76a6 chore(deps): bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#2779)
  • 1c36b27 chore(deps): bump go.opentelemetry.io/otel/sdk from 1.17.0 to 1.19.0 (#2782)
  • b92045e chore(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (#2778)
  • c66b95e chore: change gorm-adapter version to v3.5.0 (#2774)
  • d275bfb feat: change error handle in object storage (#2777)
  • 2b4e378 fix: per page count in peer api (#2775)
  • e847992 fixed close file twice issue when using dfstore upload large file (#2784)