Skip to content

v0.10.0

Compare
Choose a tag to compare
@flavio flavio released this 11 Dec 13:51
· 115 commits to main since this release
v0.10.0
513090f

What's Changed

  • client: Fix failed to pull ubuntu image from docker.io by @arronwy in #67
  • Update rstest requirement from 0.16.0 to 0.17.0 by @dependabot in #70
  • Bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in #69
  • Bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in #73
  • Change the visibility of OciEnvelop.errors to pub by @linyinfeng in #71
  • Bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in #74
  • make pushes concurrent and limit pull concurrency by @dicej in #72
  • Update default docker.io registry by @radu-matei in #81
  • Fix: Expose HTTP errors when pulling layers by @jsoverson in #82
  • client: Return Stream for async_pull_blob API by @arronwy in #83
  • chore(deps): Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #85
  • fix(CI): address warnings of cargo deny by @flavio in #84
  • consider ARCH as ppc64le when rust arch is powerpc64 by @Amulyam24 in #86
  • chore(deps): Update rstest requirement from 0.17.0 to 0.18.1 by @dependabot in #88
  • add optional artifactType to image manifest for oci v1.1 by @devigned in #89
  • Higher-ranked lifetime error workaround by @linyinfeng in #90
  • chore(deps): Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #91
  • chore(deps): Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #92
  • chore(deps): Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #94
  • Improved Push Logic by @rbbl-dev in #93
  • Update the configfile to match the oci v1 spec by @lswith in #77
  • Conversion between a Config and a ConfigFile by @lswith in #76
  • Enhance client to push blobs, mount blobs, and push raw manifests by @aochagavia in #66
  • fix: bring back workaround for rustc by @flavio in #95
  • implemented method to list tags by @rbbl-dev in #80
  • feat(config.rs): add OS type for WASI Preview 1 by @vdice in #99
  • chore(deps): Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #100
  • chore(deps): Update testcontainers requirement from 0.14 to 0.15 by @dependabot in #96
  • feat: return auth token from Client::auth by @mattarnoatibm in #105
  • Create 0.11.0 relase by @flavio in #106

New Contributors

Full Changelog: v0.9.4...v0.10.0