Skip to content

v0.19.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 08 Mar 14:22
· 901 commits to refs/heads/main since this release
2f49f6e

What's Changed

⚠️ Breaking Changes

If you are relying in the deprecated RegistryCred field from the ContainerRequest struct, then we broke your code 😞: the field is not used anymore therefore your own registry credentials won't be used. We expected that the credentials would live into the credential helpers, therefore would be automatically populated but, thanks to @srabraham, we discovered it's not. If that's your case you have to populate the DOCKER_AUTH_CONFIG env var with your own credentials, as @srabraham did here #869 (comment).

  • feat: support for reading auth credentials from docker credential helpers (#869) @mdelapenya

🔒 Security

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

  • chore: prepare Go modules for the next release (#929) @mdelapenya
  • chore: sync dependencies (#927) @mdelapenya
  • chore(deps): bump github.com/moby/buildkit from 0.11.2 to 0.11.4 in /modules/compose (#926) @dependabot
  • chore: sync dependencies in Go modules (#920) @mdelapenya
  • chore(deps): bump dependencies (#919) @mdelapenya
  • chore: update module dependencies (#911) @mdelapenya
  • chore(deps): bump google.golang.org/api from 0.110.0 to 0.111.0 in /examples (#908) @mdelapenya
  • chore(deps): bump github.com/aws/aws-sdk-go deps in localstack module (#907) @mdelapenya
  • chore(deps): bump github.com/jackc/pgx/v4 from 4.18.0 to 4.18.1 in /examples/cockroachdb (#895) @dependabot
  • chore(deps): bump github.com/containerd/containerd from 1.6.18 to 1.6.19 (#897) @dependabot
  • chore(deps): bump github.com/compose-spec/compose-go from 1.11.0 to 1.12.0 in /modules/compose (#899) @dependabot
  • chore: monthly updates for dependabot (#906) @mdelapenya
  • bug(892): include godog in replace block of compose gomod (#893) @cgoodsirsmyth-pp
  • chore(deps): bump github.com/lib/pq from 0.0.0-20150723085316-0dad96c0b94f to 1.10.7 in /examples/postgres (#887) @dependabot
  • chore(deps): bump golang.org/x/mod from 0.6.0-dev.0.20220419223038-86c51ed26bb4 to 0.8.0 in /modules/localstack (#886) @dependabot
  • chore(deps): bump github.com/hashicorp/consul/api from 1.18.0 to 1.19.1 in /examples/consul (#889) @dependabot
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.204 to 1.44.209 in /modules/localstack (#884) @dependabot
  • chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#891) @mdelapenya
  • chore(deps): bump github.com/compose-spec/compose-go from 1.9.0 to 1.11.0 in /modules/compose (#865) @dependabot
  • chore(deps): bump github.com/docker deps from 23.0.0+incompatible to 23.0.1+incompatible (#875) @mdelapenya
  • chore(deps): bump github.com/aws/aws-sdk-go libs in /modules/localstack (#874) @mdelapenya
  • chore: remove replace directive in modules (#871) @mdelapenya
  • chore: bump testcontainers-go in Go modules (#870) @mdelapenya