Skip to content

Releases: containers/image

v5.27.1

06 Sep 19:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.27.0...v5.27.1

v5.26.3

06 Sep 20:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.26.2...v5.26.3

v5.24.3

06 Sep 20:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.24.2...v5.24.3

v5.32.2

20 Aug 17:20
Compare
Choose a tag to compare

This adds the ability to accept sigstore signatures signed by any key from a set of several (huge thanks to @dcermak and @danishprakash for doing almost all the work), and Rekor log presence proofs signed by any key from a set of several keys.

v5.32.1

09 Aug 20:18
Compare
Choose a tag to compare

What's Changed

  • Bump c/storage to v1.55.0, c/image to v5.32.0 by @TomSweeneyRedHat in #2495
  • fix(deps): update module github.com/vbauerster/mpb/v8 to v8.7.5 by @renovate in #2496
  • Record (TOC digest → DiffID) mapping in BlobInfoCache by @mtrmac in #2321
  • Revamp codespell by @kolyshkin in #2498
  • fix(deps): update module golang.org/x/oauth2 to v0.22.0 by @renovate in #2501
  • fix(deps): update module golang.org/x/sync to v0.8.0 by @renovate in #2502
  • manifest: LayerInfos: preallocate the slice by @kolyshkin in #2499
  • zstd:chunked refactoring for early review by @mtrmac in #2503
  • fix(deps): update module golang.org/x/crypto to v0.26.0 by @renovate in #2504
  • Record zstd:chunked format, and annotations, in BlobInfoCache by @mtrmac in #2487

Full Changelog: v5.32.0...v5.32.1

v5.29.5

05 Aug 21:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.29.4...v5.29.5

v5.32.0

25 Jul 23:57
Compare
Choose a tag to compare

What's Changed

  • Bump to c/storage v1.54.0 then c/image to v5.31.0 and then to v5.31.1-dev by @TomSweeneyRedHat in #2425
  • Bump to v5.32.0-dev by @TomSweeneyRedHat in #2430
  • fix(deps): update module github.com/docker/docker-credential-helpers to v0.8.2 by @renovate in #2433
  • fix(deps): update module github.com/burntsushi/toml to v1.4.0 by @renovate in #2434
  • [CI:DOCS] Update dependency golangci/golangci-lint to v1.59.0 by @renovate in #2427
  • fix(deps): update module github.com/sigstore/sigstore to v1.8.4 by @renovate in #2436
  • blobinfocache: add function to delete the cache directory by @giuseppe in #2435
  • chore(deps): update dependency containers/automation_images to v20240529 by @renovate in #2414
  • fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.7 by @renovate in #2437
  • Update github.com/letsencrypt/boulder by @mtrmac in #2438
  • fix(deps): update golang.org/x/exp digest to fd00a4e by @renovate in #2439
  • Don't abort listing tags when we encounter a digest by @mtrmac in #2440
  • fix(deps): update module golang.org/x/oauth2 to v0.21.0 by @renovate in #2441
  • [Additional Layer Store] Enable Additional Layer Store to perform registry authentication by @ktock in #2417
  • fix(deps): update module golang.org/x/crypto to v0.24.0 by @renovate in #2442
  • fix(deps): update module github.com/docker/cli to v26.1.4+incompatible by @renovate in #2444
  • [CI:DOCS] Update dependency golangci/golangci-lint to v1.59.1 by @renovate in #2446
  • fix(deps): update module github.com/klauspost/compress to v1.17.9 by @renovate in #2448
  • fix(deps): update module github.com/sylabs/sif/v2 to v2.17.0 by @renovate in #2455
  • Add more context to errors when obtaining a registry access token by @mtrmac in #2454
  • fix(deps): update module github.com/docker/docker to v27 by @renovate in #2459
  • fix(deps): update module github.com/docker/cli to v27 by @renovate in #2457
  • fix(deps): update module github.com/docker/docker to v27.0.2+incompatible by @renovate in #2463
  • fix(deps): update module github.com/docker/cli to v27.0.2+incompatible by @renovate in #2462
  • Warn that docker-archive and oci-archive overwrite the whole file by @mtrmac in #2468
  • fix(deps): update golang.org/x/exp digest to 7f521ea by @renovate in #2470
  • fix(deps): update module github.com/sylabs/sif/v2 to v2.17.1 by @renovate in #2469
  • Improve the error message when MessageDetails.SignedBy == nil by @mtrmac in #2466
  • Drop the toolchain directive from go.mod by @mtrmac in #2473
  • fix(deps): update module github.com/docker/docker to v27.0.3+incompatible by @renovate in #2472
  • fix(deps): update module github.com/docker/cli to v27.0.3+incompatible by @renovate in #2471
  • fix(deps): update module github.com/containers/ocicrypt to v1.2.0 by @renovate in #2474
  • Preserve more-recently-added fields when copying/updating OCI indices by @mtrmac in #2475
  • fix(deps): update module golang.org/x/term to v0.22.0 by @renovate in #2476
  • fix(deps): update module golang.org/x/crypto to v0.25.0 by @renovate in #2477
  • fix(deps): update module github.com/sylabs/sif/v2 to v2.18.0 by @renovate in #2479
  • Allow matching of compressed blobs converted on the fly to zstd:chunked by @mtrmac in #2478
  • Beautify by @mtrmac in #2467
  • Clean up obtaining bearer tokens for registries by @mtrmac in #2480
  • chore(deps): update module google.golang.org/grpc to v1.64.1 [security] by @renovate in #2481
  • fix(deps): update module github.com/vbauerster/mpb/v8 to v8.7.4 by @renovate in #2486
  • fix(deps): update module github.com/docker/docker to v27.1.0+incompatible by @renovate in #2489
  • fix(deps): update module github.com/docker/cli to v27.1.0+incompatible by @renovate in #2488
  • Trivial zstd:chunked-related cleanups by @mtrmac in #2490
  • fix(deps): update module github.com/docker/cli to v27.1.1+incompatible by @renovate in #2491
  • fix(deps): update module github.com/docker/docker to v27.1.1+incompatible by @renovate in #2492

Full Changelog: v5.31.0...v5.32.0

v5.30.2

27 Jun 14:18
Compare
Choose a tag to compare

Fixes an interoperability issue while listing tags from JFrog Artifactory.

v5.31.1

20 Jun 19:00
Compare
Choose a tag to compare

Fixes an interoperability issue while listing tags from JFrog Artifactory.

v5.29.4

26 Jun 18:17
Compare
Choose a tag to compare

Fixes an interoperability issue while listing tags from JFrog Artifactory.