v0.18.0
release-drafter
released this
16 Feb 11:41
·
944 commits
to refs/heads/main
since this release
What's Changed
🚀 Features
- chore: move host-config and endpoint settings to a specific modifiers (#633) @mdelapenya
- feat: support generating Go modules or example modules (#826) @mdelapenya
- feat: add localstack module (#800) @mdelapenya
- feat: support for titles in examples (#775) @mdelapenya
- feat: support passing registry credentials to the reaper (#647) @mdelapenya
🐛 Bug Fixes
- fix: always absolute paths when tarring files to a Docker container (#814) @mdelapenya
- fix: nil pointer dereference in HealthStrategy (#802) @massenz
- fix: Synchronise writes to dockerCompose.containers map (#812) @joshua-hill-form3
- Verify Reaper state to create new or return existing instance (#782) @mdonkers
- fix: use right import package for compose in docs (#791) @mdelapenya
- Reaper container should not be labeled with "org.testcontainers.golang.sessionId" (#721) @rzajac
- fix: close response body in http strategy (#718) @kruskall
📖 Documentation
- chore: automate the creation of a release (#776) @mdelapenya
- docs: add intel as user (#798) @sicoyle
- fix: use right import package for compose in docs (#791) @mdelapenya
- simplify mongodb test (#726) @ravilushqa
- MongoDB example (#723) @ravilushqa
- add consul example (#722) @bo-er
🧹 Housekeeping
- chore: automate the creation of a release (#776) @mdelapenya
- chore: update Docker labels for containers (#813) @mdelapenya
- chore: restructure Docker helper methods (#799) @mdelapenya
- chore: extract docker host calculation to an internal package (#796) @mdelapenya
- chore: run "go mod tidy" automatically when creating examples (#794) @mdelapenya
- chore: build images with backoff retries (#792) @mdelapenya
- Add devcontainer file (#765) @eddumelendez
- chore: check dependabot dependencies weekly (#789) @mdelapenya
- chore: support running MySQL compose tests in ARM (#712) @mdelapenya
📦 Dependency updates
- chore(deps): bump github.com/docker/compose/v2 from 2.15.1 to 2.16.0 in /modules/compose (#824) @dependabot
- chore(deps): bump github.com/aws/aws-sdk-go from 1.44.192 to 1.44.200 in /modules/localstack (#835) @dependabot
- chore(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13 in /modules/localstack (#828) @dependabot
- chore(deps): bump google.golang.org/api from 0.109.0 to 0.110.0 in /examples (#836) @mdelapenya
- chore(deps): bump go.mongodb.org/mongo-driver from 1.11.1 to 1.11.2 in /examples/mongodb (#831) @dependabot
- chore(deps): bump google.golang.org/grpc from 1.52.3 to 1.53.0 in /examples (#827) @mdelapenya
- chore(deps): bump github.com/containerd/containerd from 1.6.16 to 1.6.17 (#817) @dependabot
- chore(deps): bump golang.org/x/text from 0.6.0 to 0.7.0 (#818) @dependabot
- chore(deps): bump golang.org/x/sys from 0.4.0 to 0.5.0 (#816) @dependabot
- chore(deps): bump github.com/jackc/pgx/v4 from 4.17.2 to 4.18.0 in /examples/cockroachdb (#819) @dependabot
- chore(deps): bump google.golang.org/api from 0.108.0 to 0.109.0 in /examples (#810) @mdelapenya
- chore(deps): bump cloud.google.com/go/spanner from 1.43.0 to 1.44.0 in /examples/spanner (#806) @dependabot
- chore: bump containerd in examples (#797) @mdelapenya
- chore(deps): bump github.com/containerd/containerd from 1.6.15 to 1.6.16 (#793) @dependabot
- chore(deps): bump google.golang.org/grpc from 1.52.1 to 1.52.3 in /examples (#790) @mdelapenya
- chore: check dependabot dependencies weekly (#789) @mdelapenya
- chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.52.1 in /examples (#783) @mdelapenya
- chore(deps): bump cloud.google.com/go/spanner from 1.42.0 to 1.43.0 in /examples/spanner (#771) @dependabot
- chore(deps): bump github.com/docker/compose/v2 from 2.15.0 to 2.15.1 in /modules/compose (#735) @dependabot
- chore(deps): bump gotest.tools/gotestsum from 1.8.2 to 1.9.0 (#774) @mdelapenya
- chore(deps): bump github.com/compose-spec/compose-go from 1.8.2 to 1.9.0 in /modules/compose (#772) @dependabot
- chore(deps): bump google.golang.org/api from 0.105.0 to 0.108.0 in /examples (#773) @mdelapenya
- chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.0 in /examples (#741) @mdelapenya
- chore(deps): bump github.com/containerd/containerd from 1.6.14 to 1.6.15 (#733) @dependabot
- chore(deps): bump github.com/compose-spec/compose-go from 1.8.1 to 1.8.2 in /modules/compose (#734) @dependabot
- chore(deps): bump github.com/docker/compose/v2 from 2.14.2 to 2.15.0 in /modules/compose (#732) @dependabot
- chore(deps): bump golang.org/x/text from 0.5.0 to 0.6.0 (#725) @dependabot
- chore(deps): bump golang.org/x/sys from 0.3.0 to 0.4.0 (#724) @dependabot
- chore: move e2e module to postgres example module (#717) @mdelapenya
- chore: bump containerd transitive dep in examples (#715) @mdelapenya
- chore(deps): bump github.com/containerd/containerd from 1.6.12 to 1.6.14 (#703) @dependabot
- chore(deps): bump github.com/compose-spec/compose-go from 1.8.0 to 1.8.1 in /modules/compose (#710) @dependabot
- chore: bump testcontainers-go to 0.17.0 in examples (#714) @mdelapenya
- chore(deps): bump github.com/docker/compose/v2 from 2.14.0 to 2.14.2 in /modules/compose (#711) @dependabot
- chore: simplify compose replace directives (#713) @mdelapenya
- chore: add compose module to dependabot (#709) @mdelapenya