Skip to content

Releases: goharbor/acceleration-service

Acceleration Service v0.2.1 Release

15 Mar 03:01
1e7aa32
Compare
Choose a tag to compare

What's Changed

  • converter: fix image platform matcher by @imeoer in #115

Full Changelog: v0.2.0...v0.2.1

Acceleration Service v0.2.0 Release

15 Mar 02:05
dbd7827
Compare
Choose a tag to compare

What's Changed

  • misc: bump components version by @imeoer in #56
  • feat : dependabot workflow automation for updating dependency by @Rajpratik71 in #57
  • build(deps): bump tim-actions/dco from 2fd0504dc0d27b33f542867c300c60840c6dcb20 to 1.1.0 by @dependabot in #59
  • build(deps): bump tim-actions/get-pr-commits from 1.0.0 to 1.2.0 by @dependabot in #60
  • build(deps): bump actions/setup-go from 2 to 3 by @dependabot in #58
  • build(deps): bump actions/checkout from 2 to 3 by @dependabot in #61
  • build(deps): bump github.com/containerd/containerd from 1.6.6 to 1.6.9 by @dependabot in #64
  • build(deps): bump github.com/containerd/stargz-snapshotter/estargz from 0.11.4 to 0.12.1 by @dependabot in #65
  • build(deps): bump github.com/prometheus/client_golang from 1.11.1 to 1.13.0 by @dependabot in #66
  • build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #67
  • build(deps): bump github.com/urfave/cli/v2 from 2.3.0 to 2.23.0 by @dependabot in #69
  • build(deps): bump github.com/containerd/stargz-snapshotter from 0.9.0 to 0.12.1 by @dependabot in #74
  • Move the main nydus image conversion code to nydus-snapshotter by @loheagn in #76
  • build(deps): bump github.com/containerd/stargz-snapshotter from 0.12.1 to 0.13.0 by @dependabot in #77
  • build(deps): bump github.com/labstack/gommon from 0.3.0 to 0.4.0 by @dependabot in #78
  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.8.1 by @dependabot in #75
  • build(deps): bump github.com/google/uuid from 1.2.0 to 1.3.0 by @dependabot in #72
  • nydus: support zran ref image conversion by @imeoer in #83
  • export converter as a usable package by @imeoer in #84
  • build(deps): bump github.com/containerd/containerd from 1.6.9 to 1.6.14 by @dependabot in #86
  • build(deps): bump github.com/urfave/cli/v2 from 2.23.0 to 2.23.7 by @dependabot in #82
  • build(deps): bump github.com/docker/cli from 20.10.21+incompatible to 20.10.22+incompatible by @dependabot in #81
  • build(deps): bump github.com/labstack/echo-contrib from 0.11.0 to 0.13.0 by @dependabot in #71
  • build(deps): bump github.com/containerd/containerd from 1.6.14 to 1.6.15 by @dependabot in #88
  • build(deps): bump github.com/labstack/echo-contrib from 0.13.0 to 0.13.1 by @dependabot in #89
  • nydus: support more options by @imeoer in #85
  • build(deps): bump github.com/containerd/stargz-snapshotter/estargz from 0.13.0 to 0.14.1 by @dependabot in #94
  • build(deps): bump github.com/urfave/cli/v2 from 2.23.7 to 2.24.2 by @dependabot in #93
  • build(deps): bump github.com/docker/cli from 20.10.22+incompatible to 20.10.23+incompatible by @dependabot in #91
  • nydus: speed up conversion with tar2rafs by @imeoer in #108

New Contributors

Full Changelog: v0.1.1...v0.2.0

Acceleration Service v0.1.1 Release

20 Sep 07:59
56fa3d4
Compare
Choose a tag to compare

What's Changed

  • nydus: support more compression algorithms by @hsiangkao in #44
  • nydus: refactor driver implementation using converter by @imeoer in #45
  • converter: simplify diff id calculation by @imeoer in #48
  • nydus: fix panic on using chunk dict by @imeoer in #49
  • nydus: simplify diff id calculation by @imeoer in #50
  • makefile: build version tag into binary by @imeoer in #51
  • converter: support skipping tls verification by @imeoer in #53
  • release: prepare for v0.1.1 by @imeoer in #54

New Contributors

Full Changelog: v0.1.0...v0.1.1

Acceleration Service v0.1.0 Release

10 Jun 08:36
2e2fcc6
Compare
Choose a tag to compare

Acceleration Service provides a general service to Harbor with the ability to automatically convert user images to accelerated images. When a user does something such as artifact push, Harbor will request the service to complete the corresponding image conversion through its integrated Nydus, eStargz, etc. drivers.