Releases: goharbor/acceleration-service
Releases · goharbor/acceleration-service
v0.2.14
Acceleration Service v0.2.14 Release
What's Changed
- chore(deps): bump github.com/containerd/containerd from 1.7.11 to 1.7.12 by @dependabot in #253
- chore(deps): bump golang from 1.21.5 to 1.21.6 in /script/release by @dependabot in #252
- chore(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #248
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #246
- feat: support sha256 format image by @Desiki-high in #250
- go: upgrade to 1.21 by @Desiki-high in #254
- Update README.md by @gawsoftpl in #268
- chore(deps): bump golang from 1.21.6 to 1.22.0 in /script/release by @dependabot in #266
- chore(deps): bump github.com/containerd/nydus-snapshotter from 0.13.4 to 0.13.9 by @dependabot in #274
- chore(deps): bump github.com/docker/cli from 24.0.7+incompatible to 26.0.0+incompatible by @dependabot in #277
- chore(deps): bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by @dependabot in #276
- chore(deps): bump github.com/labstack/echo-contrib from 0.15.0 to 0.16.0 by @dependabot in #279
- chore(deps): bump github.com/containerd/nydus-snapshotter from 0.13.9 to 0.13.11 by @dependabot in #278
- chore(deps): bump github.com/containerd/containerd from 1.7.12 to 1.7.16 by @dependabot in #284
- chore(deps): bump go.etcd.io/bbolt from 1.3.8 to 1.3.10 by @dependabot in #285
- errdefs: add timeout case for NeedsRetryWithHTTP by @imeoer in #290
New Contributors
- @gawsoftpl made their first contribution in #268
Full Changelog: v0.2.13...v0.2.14
v0.2.13
Acceleration Service v0.2.13 Release
What's Changed
- chore: update golang version to v1.20 by @Desiki-high in #222
- feat: add systemd service by @Desiki-high in #224
- chore(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 by @dependabot in #227
- chore(deps): bump github.com/containerd/stargz-snapshotter/estargz from 0.14.3 to 0.15.1 by @dependabot in #225
- chore(deps): bump github.com/labstack/echo/v4 from 4.11.2 to 4.11.3 by @dependabot in #230
- chore(deps): bump github.com/containerd/containerd from 1.7.8 to 1.7.9 by @dependabot in #231
- chore(deps): bump github.com/containerd/containerd from 1.7.9 to 1.7.10 by @dependabot in #232
- chore(deps): bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 by @dependabot in #233
- action: keep latest nydus and harbor version by @Desiki-high in #234
- chore(deps): bump github.com/containerd/nydus-snapshotter from 0.13.3 to 0.13.4 by @dependabot in #236
- chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 by @dependabot in #238
- chore(deps): bump golang from 1.20.10 to 1.21.5 in /script/release by @dependabot in #237
- deps: bump containerd v1.7.11 by @Desiki-high in #241
- feat: build arm64 image by @Desiki-high in #244
Full Changelog: v0.2.12...v0.2.13
Acceleration Service v0.2.12 Release
What's Changed
- fix: blob lost and lack mutex protection by @PerseidMeteor in #220
- feat: add cache version by @PerseidMeteor in #221
Full Changelog: v0.2.11...v0.2.12
Acceleration Service v0.2.11 Release
What's Changed
- fix: retry without cache in inconsistent fs version by @PerseidMeteor in #189
- feat: record metrics of conversion in task by @Desiki-high in #192
- fix: nil metric make acceld panic by @Desiki-high in #197
- action: change wordpress to redis by @Desiki-high in #195
- fix: delete repetitive unlock by @Desiki-high in #199
- feat: persistent task worker queues by @Desiki-high in #193
- vendor: bump containerd v1.7.6, etc. by @Desiki-high in #198
- feat: support reading auth from docker config by @Desiki-high in #194
- fix: return cache map error when encountered by @PerseidMeteor in #201
- feat: handle different plantform in cache remote by @PerseidMeteor in #184
- fix: fix get diffid blob not found by @PerseidMeteor in #212
- fix: only delete gc related labels by @Desiki-high in #213
- action: add webhook test by @Desiki-high in #196
- docs: add some badges in README.md by @Desiki-high in #215
- cache: a series of fixups for remote cache by @imeoer in #216
- doc: add detail design doc by @imeoer in #52
- action: fix lost hub command on release by @imeoer in #217
- action: fix unauthorized issue on release by @imeoer in #218
Full Changelog: v0.2.8...v0.2.11
Acceleration Service v0.2.8 Release
What's Changed
- feat: add localWriter by @Desiki-high in #168
- feat: use lease to manage local cache for gc by @Desiki-high in #157
- feat: add leaseCache to change gc policy by @Desiki-high in #172
- feat: Wrap content to support cache by @PerseidMeteor in #170
- fix: gc works unexpeted in high concurrent by @Desiki-high in #175
- gha: add concurrent test by @Desiki-high in #173
- gha: add paths-ignore by @Desiki-high in #177
- deps: bump harbor from 2.4.1 to 2.8.4 by @Desiki-high in #178
- release: remove containerd by @Desiki-high in #176
- docs: move api related content to api.md by @Desiki-high in #182
- fix: use same cache repo for different tagged repo by @PerseidMeteor in #181
- docs: add garbage-collection.md for gc by @Desiki-high in #183
- gc: add scheduled gc task by @Desiki-high in #179
- release: add linux-arm64 binary by @Desiki-high in #186
- chore: separate gc and convert by @Desiki-high in #180
- doc: make quickstart more friendly for newbies by @Desiki-high in #188
- fix: checkout code in release upload_binary by @Desiki-high in #190
New Contributors
- @PerseidMeteor made their first contribution in #170
Full Changelog: v0.2.6...v0.2.8
Acceleration Service v0.2.6 Release
What's Changed
- feat: add new type Store in content by @Desiki-high in #158
- fix: wrap content store in upper level by @Desiki-high in #165
- feat: support convertion to encrypted nydus image by @taoohong in #161
- nydus: support with_referrer option by @imeoer in #167
New Contributors
Full Changelog: v0.2.5...v0.2.6
Acceleration Service v0.2.5 Release
What's Changed
- feat: remove containerd service dependency by @Desiki-high in #140
- feat: add bolt database to manage local cache by @Desiki-high in #142
- feat: resolve error in highly concurrent by singleflight by @Desiki-high in #143
- feat: update latest used time of each layer by @Desiki-high in #146
- build(deps): bump github.com/containerd/containerd from 1.7.0 to 1.7.2 by @dependabot in #148
- feat: support manifest annotations by @hyy0322 in #147
- nydus: append useful annotations for manifest by @imeoer in #152
New Contributors
Full Changelog: v0.2.4...v0.2.5
Acceleration Service v0.2.4 Release
What's Changed
- fix: filter platforms when set metric ImageSize by @Desiki-high in #134
Full Changelog: v0.2.3...v0.2.4
Acceleration Service v0.2.3 Release
What's Changed
- feat: support the arg batch-size for small chunks mergence in nydus-image by @Desiki-high in #124
- feat: add metric for converter by @Desiki-high in #133
New Contributors
- @Desiki-high made their first contribution in #124
Full Changelog: v0.2.2...v0.2.3
Acceleration Service v0.2.2 Release
What's Changed
- nydus: fix oci media type handle by @imeoer in #119
- build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #116
- build(deps): bump docker/build-push-action from 3 to 4 by @dependabot in #96
- build(deps): bump github.com/labstack/echo/v4 from 4.9.0 to 4.10.2 by @dependabot in #107
- build(deps): bump github.com/labstack/echo-contrib from 0.13.1 to 0.14.1 by @dependabot in #117
Full Changelog: v0.2.1...v0.2.2