Skip to content

Releases: Altinity/docker-sync

docker-sync-v0.0.18

13 Nov 16:49
v0.0.18
b5b045a
Compare
Choose a tag to compare

Changelog

  • e8bb12e feat: add R2 and S3 support for image synchronization
  • 063fe18 feat: improve S3 image sync with optimized data handling
  • cbb05aa fix: add s3 check in tag retrieval
  • d391b70 fix: correct metadata key for calculated digest in S3 sync
  • 9b8f351 fix: handle errors in image push functions and increase timeout
  • 4137114 fix: handle optional config in S3 sync function
  • 7bf5b9b fix: s3 checksum
  • b5b045a fix: update error message for unsupported v1 schema

docker-sync-v0.0.17

03 Oct 15:45
v0.0.17
1a1add8
Compare
Choose a tag to compare

Changelog

  • 1a1add8 feat: add telemetry for image sync errors

docker-sync-v0.0.16

03 Oct 14:56
v0.0.16
a1cc051
Compare
Choose a tag to compare

Changelog

  • a1cc051 fix: improve error handling and telemetry in image sync

docker-sync-v0.0.15

03 Oct 00:35
v0.0.15
2515b53
Compare
Choose a tag to compare

Changelog

  • 2515b53 feat: add mutable tags support for image synchronization

docker-sync-v0.0.14

03 Oct 00:13
v0.0.14
a0f5f91
Compare
Choose a tag to compare

Changelog

  • a0f5f91 refactor: simplify image synchronization logic

docker-sync-v0.0.13

03 Oct 00:06
v0.0.13
ca3f9bf
Compare
Choose a tag to compare

Changelog

  • ca3f9bf refactor: replace retry with retryNotify in image sync

docker-sync-v0.0.12

02 Oct 23:54
v0.0.12
bb2780f
Compare
Choose a tag to compare

Changelog

  • bb2780f feat: add authentication details to image syncing logs

docker-sync-v0.0.11

02 Oct 23:51
v0.0.11
bc02802
Compare
Choose a tag to compare

Changelog

  • bc02802 feat: add default registry for image URLs in GetRegistry function

docker-sync-v0.0.10

02 Oct 23:42
v0.0.10
07a640b
Compare
Choose a tag to compare

Changelog

  • f0f52ad ci: update Go version and workflow formatting adjustments
  • 07a640b refactor: remove unused tag synchronization logic

docker-sync-v0.0.9

02 Oct 21:52
v0.0.9
29cecb7
Compare
Choose a tag to compare

Changelog

  • 29cecb7 fix: handle additional rate limiting error in SyncImage