Skip to content

v0.33.0

Latest
Compare
Choose a tag to compare
@release-drafter release-drafter released this 20 Aug 11:52
· 28 commits to refs/heads/main since this release

What's Changed

⚠️ Breaking Changes

If you are building Docker images with the FromDockerfile struct in the GenericContainerRequest, please consider that the ContextArchive field in that struct has changed from io.Reader to io.ReadSeeker. This is needed because we want to be able to rewind to do multiple passes when reading all the images that are present in a Dockerfile.

🔒 Security

  • chore(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible (#2733) @mdelapenya

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

  • chore(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible (#2733) @mdelapenya
  • chore(deps): bump github.com/docker/docker from 27.0.3+incompatible to 27.1.0+incompatible (#2682) @mdelapenya
  • chore(deps): bump Ryuk to 0.8.1 (#2648) @mdelapenya
  • chore(deps): use "github.com/containerd/platforms" instead (#2638) @mdelapenya
  • chore(deps): bump google.golang.org/grpc to 1.64.1 (#2635) @mdelapenya
  • chore(deps): bump certifi from 2024.2.2 to 2024.7.4 (#2631) @dependabot