fix(deps): update module github.com/testcontainers/testcontainers-go to v0.27.0 #80

Merged
prskr merged 1 commit from renovate/github.com-testcontainers-testcontainers-go-0.x into main 2023-12-23 10:50:02 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/testcontainers/testcontainers-go require minor v0.26.0 -> v0.27.0

Release Notes

testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)

v0.27.0

Compare Source

What's Changed

⚠️ Breaking Changes

Building images with FromDockerfile

The ImageBuildInfo interface now includes a new method: BuildOptions, which is used to configure the build process.
This method returns the image build options when building a Docker image from a Dockerfile,
and it will apply some defaults and finally call the new BuildOptionsModifier method from the FromDockerfile struct, if set.
This way it's possible to access Docker's types.ImageBuildOptions type and modify it before the build process starts.

Executing commands using the Executable interface

It now includes an Options method that needs to be implemented. This method will allow configuring the exec options added in this PR for the WithStartupCommand functional option.
If your code is implementing Executable, you can embed the ExecOptions struct in your own struct in order to satisfy the interface.
Please take a look at the RabbitMQ test types to see examples on how to do it.

🔒 Security

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

  • chore: bump Ryuk to 0.6.0 (#​2040) @​mdelapenya
  • chore(deps): bump github.com/containerd/containerd from 1.7.7 to 1.7.11 (#​2011) @​dependabot
  • chore(deps): bump golang.org/x/crypto to 0.17.0 in /modules (#​2006) @​mdelapenya
  • chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.15.0 to 2.16.0 in /modules/clickhouse (#​1982) @​dependabot
  • chore(deps): bump github.com/twmb/franz-go from 1.15.2 to 1.15.3 in /modules/redpanda (#​1973) @​dependabot
  • chore(deps): bump google.golang.org/api from 0.152.0 to 0.153.0, cloud.google.com/go/bigtable from 1.20.0 to 1.21.0 and cloud.google.com/go/spanner from 1.53.0 to 1.53.1 in /modules/gcloud (#​1983) @​mdelapenya
  • chore(deps): bump github.com/aws/aws-sdk-go and github.com/aws/aws-sdk-go-v2 in /modules/localstack (#​1981) @​mdelapenya
  • chore(deps): bump mkdocs-include-markdown-plugin from 6.0.1 to 6.0.4 (#​1974) @​dependabot
  • chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.10 to 3.23.11 (#​1943) @​dependabot
  • chore(deps): bump golang.org/x/mod from 0.13.0 to 0.14.0 in /modules/kafka (#​1956) @​dependabot
  • chore(deps): bump golang.org/x/sys from 0.13.0 to 0.15.0 (#​1944) @​dependabot
  • chore(deps): bump golang.org/x/text and golang.org/x/mod from 0.13.0 to 0.14.0 in /modulegen (#​1968) @​mdelapenya
  • chore(deps): bump go.mongodb.org/mongo-driver from 1.12.1 to 1.13.0 in /modules/mongodb (#​1960) @​dependabot
  • chore(deps): bump github.com/couchbase/gocb/v2 from 2.6.5 to 2.7.0 in /modules/couchbase (#​1952) @​dependabot
  • chore(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.10.1 to 8.11.1 and golang.org/x/mod from 0.13.0 to 0.14.0 in /modules/elasticsearch (#​1967) @​mdelapenya
  • chore(deps): bump github.com/aws/aws-sdk-go and github.com/aws/aws-sdk-go-v2 in /modules/localstack (#​1953) @​mdelapenya
  • chore(deps): bump actions/github-script from 6.4.1 to 7.0.1 (#​1949) @​dependabot
  • chore(deps): bump github.com/IBM/sarama from 1.41.3 to 1.42.1 in /modules/kafka (#​1955) @​dependabot
  • chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.14.0 to 5.15.0 in /modules/neo4j (#​1961) @​dependabot
  • chore(deps): bump github.com/compose-spec/compose-go from 1.20.0 to 1.20.2 and github.com/docker/compose/v2 from 2.23.0 to 2.23.3 in /modules/compose (#​1966) @​mdelapenya
  • chore(deps): bump google.golang.org/api from 0.143.0 to 0.152.0 and cloud.google.com/go/spanner from 1.50.0 to 1.53.0 in /modules/gcloud (#​1965) @​mdelapenya
  • chore(deps): bump mkdocs-include-markdown-plugin from 6.0.1 to 6.0.4 (#​1934) @​dependabot
  • chore(deps): bump github.com/twmb/franz-go from 1.15.1 to 1.15.2 in /modules/redpanda (#​1935) @​dependabot
  • chore(deps): bump k8s.io from 0.28.3 to 0.28.4 in /modules/k3s (#​1954) @​mdelapenya
  • chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 in /modulegen (#​1958) @​dependabot
  • chore(deps): bump github.com/twmb/franz-go and github.com/twmb/franz-go/pkg/kadm in /modules/redpanda (#​1896) @​mdelapenya
  • chore(deps): bump github.com/nats-io/nkeys and github.com/nats-io/nats.go in /modules/nats (#​1897) @​mdelapenya
  • chore(deps): bump google.golang.org/grpc and cloud.google.com/go/firestore in /modules/gcloud (#​1891) @​mdelapenya
  • chore(deps): bump github.com/aws/aws-sdk-go and github.com/aws/aws-sdk-go-v2/config in /modules/localstack (#​1892) @​mdelapenya
  • chore(deps): bump Github actions (#​1890) @​mdelapenya
  • chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.10 (#​1858) @​dependabot
  • chore(deps): bump github.com/hashicorp/consul/api from 1.24.0 to 1.26.1 in /examples/consul (#​1863) @​dependabot
  • chore(deps): bump github.com/IBM/sarama from 1.41.2 to 1.41.3 in /modules/kafka (#​1874) @​dependabot
  • chore(deps): bump github.com/couchbase/gocb/v2 from 2.6.4 to 2.6.5 in /modules/couchbase (#​1861) @​dependabot
  • chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.14.2 to 2.15.0 in /modules/clickhouse (#​1867) @​dependabot
  • chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.13.0 to 5.14.0 in /modules/neo4j (#​1869) @​dependabot
  • chore(deps): bump github.com/Shopify/toxiproxy/v2 from 2.6.0 to 2.7.0 in /examples/toxiproxy (#​1882) @​dependabot
  • chore(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.10.0 to 8.10.1 in /modules/elasticsearch (#​1864) @​dependabot
  • chore(deps): bump mkdocs-include-markdown-plugin from 6.0.1 to 6.0.3 (#​1860) @​dependabot
  • chore(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3 in /modules/k3s (#​1889) @​mdelapenya
  • chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 (#​1888) @​mdelapenya
  • chore(deps): bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible (#​1886) @​mdelapenya

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | require | minor | `v0.26.0` -> `v0.27.0` | --- ### Release Notes <details> <summary>testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)</summary> ### [`v0.27.0`](https://github.com/testcontainers/testcontainers-go/releases/tag/v0.27.0) [Compare Source](https://github.com/testcontainers/testcontainers-go/compare/v0.26.0...v0.27.0) ### What's Changed #### ⚠️ Breaking Changes ##### Building images with FromDockerfile The `ImageBuildInfo` interface now includes a new method: `BuildOptions`, which is used to configure the build process. This method returns the image build options when building a Docker image from a Dockerfile, and it will apply some defaults and finally call the new `BuildOptionsModifier` method from the FromDockerfile struct, if set. This way it's possible to access Docker's `types.ImageBuildOptions` type and modify it before the build process starts. - feat: support customizing the Docker build command ([#&#8203;1931](https://github.com/testcontainers/testcontainers-go/issues/1931)) [@&#8203;mdelapenya](https://github.com/mdelapenya) ##### Executing commands using the Executable interface It now includes an `Options` method that needs to be implemented. This method will allow configuring the exec options added in this PR for the `WithStartupCommand` functional option. If your code is implementing `Executable`, you can embed the `ExecOptions` struct in your own struct in order to satisfy the interface. Please take a look at the [`RabbitMQ` test types](https://github.com/testcontainers/testcontainers-go/pull/1914/files#diff-9cbf181bab5500bd9f371233f75239d5ffdb13b93c77ee276200cbcc85f726bcR216) to see examples on how to do it. - feat: support for executing commands in a container with user, workDir and env ([#&#8203;1914](https://github.com/testcontainers/testcontainers-go/issues/1914)) [@&#8203;mdelapenya](https://github.com/mdelapenya) #### 🔒 Security - chore(deps): bump golang.org/x/crypto to 0.17.0 in /modules ([#&#8203;2006](https://github.com/testcontainers/testcontainers-go/issues/2006)) [@&#8203;mdelapenya](https://github.com/mdelapenya) #### 🚀 Features - Add neo4j license agreement customization options ([#&#8203;2036](https://github.com/testcontainers/testcontainers-go/issues/2036)) [@&#8203;danielorbach](https://github.com/danielorbach) - feat: support configuring Ryuk verbose mode at config level ([#&#8203;2038](https://github.com/testcontainers/testcontainers-go/issues/2038)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - feat: create networks with random names ([#&#8203;1993](https://github.com/testcontainers/testcontainers-go/issues/1993)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - feat: add module to support Microsoft SQL Server ([#&#8203;1969](https://github.com/testcontainers/testcontainers-go/issues/1969)) [@&#8203;agosmou](https://github.com/agosmou) - feat: exec multiplexed to return stderr ([#&#8203;1933](https://github.com/testcontainers/testcontainers-go/issues/1933)) [@&#8203;gutocondela](https://github.com/gutocondela) - feat: support for custom registry prefixes at the configuration level ([#&#8203;1928](https://github.com/testcontainers/testcontainers-go/issues/1928)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - Add username and password functions to mongodb ([#&#8203;1910](https://github.com/testcontainers/testcontainers-go/issues/1910)) [@&#8203;ugrkm](https://github.com/ugrkm) - feat: Allow the container working directory to be specified ([#&#8203;1899](https://github.com/testcontainers/testcontainers-go/issues/1899)) [@&#8203;fhke](https://github.com/fhke) - feat: expose a WithNetwork functional option ([#&#8203;1887](https://github.com/testcontainers/testcontainers-go/issues/1887)) [@&#8203;mdelapenya](https://github.com/mdelapenya) #### 🐛 Bug Fixes - fix: remove docker.io from Ryuk image name ([#&#8203;2046](https://github.com/testcontainers/testcontainers-go/issues/2046)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - fix: fallback matching of registry authentication config ([#&#8203;1927](https://github.com/testcontainers/testcontainers-go/issues/1927)) [@&#8203;sermio-te](https://github.com/sermio-te) - fix(modules.kafka): Switch to MaxInt for 32-bit support ([#&#8203;1923](https://github.com/testcontainers/testcontainers-go/issues/1923)) [@&#8203;powersj](https://github.com/powersj) - fix(reaper): fix race condition when reusing reapers ([#&#8203;1904](https://github.com/testcontainers/testcontainers-go/issues/1904)) [@&#8203;lefinal](https://github.com/lefinal) - Fix - respect ContainerCustomizer in neo4j module ([#&#8203;1903](https://github.com/testcontainers/testcontainers-go/issues/1903)) [@&#8203;fhke](https://github.com/fhke) #### 📖 Documentation - Add more content on how to use Exec function ([#&#8203;1970](https://github.com/testcontainers/testcontainers-go/issues/1970)) [@&#8203;danvergara](https://github.com/danvergara) - docs: include MongoDB's username and password options into the docs ([#&#8203;1930](https://github.com/testcontainers/testcontainers-go/issues/1930)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - docs: add some Vault module examples ([#&#8203;1825](https://github.com/testcontainers/testcontainers-go/issues/1825)) [@&#8203;kuisathaverat](https://github.com/kuisathaverat) - docs: fix code snippet for image substitution ([#&#8203;1918](https://github.com/testcontainers/testcontainers-go/issues/1918)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - Add database driver note to SQL Wait strategy docs ([#&#8203;1916](https://github.com/testcontainers/testcontainers-go/issues/1916)) [@&#8203;mihaitodor](https://github.com/mihaitodor) #### 🧹 Housekeeping - chore: do not read config but instead pass the hub prefix to the prependHub modifier ([#&#8203;2047](https://github.com/testcontainers/testcontainers-go/issues/2047)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - adds gotestsum to install tools ([#&#8203;2043](https://github.com/testcontainers/testcontainers-go/issues/2043)) [@&#8203;hughesjj](https://github.com/hughesjj) - chore: lookup exposed ports in the image from Config, not from ContainerConfig ([#&#8203;2039](https://github.com/testcontainers/testcontainers-go/issues/2039)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: skip TestContainerLogWithErrClosed as flaky on rootless docker ([#&#8203;1925](https://github.com/testcontainers/testcontainers-go/issues/1925)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - Reduce flakiness in ClickHouse tests ([#&#8203;1902](https://github.com/testcontainers/testcontainers-go/issues/1902)) [@&#8203;rafiramadhana](https://github.com/rafiramadhana) - lint: enable nonamedreturns ([#&#8203;1909](https://github.com/testcontainers/testcontainers-go/issues/1909)) [@&#8203;mmorel-35](https://github.com/mmorel-35) - chore: deprecate BindMount APIs ([#&#8203;1907](https://github.com/testcontainers/testcontainers-go/issues/1907)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: make rabbitmq examples more readable ([#&#8203;1905](https://github.com/testcontainers/testcontainers-go/issues/1905)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore: add tests for withNetwork option ([#&#8203;1894](https://github.com/testcontainers/testcontainers-go/issues/1894)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - fix(redpanda): add wait for listening port condition on startup ([#&#8203;1828](https://github.com/testcontainers/testcontainers-go/issues/1828)) [@&#8203;sbuliarca](https://github.com/sbuliarca) #### 📦 Dependency updates - chore: bump Ryuk to 0.6.0 ([#&#8203;2040](https://github.com/testcontainers/testcontainers-go/issues/2040)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump github.com/containerd/containerd from 1.7.7 to 1.7.11 ([#&#8203;2011](https://github.com/testcontainers/testcontainers-go/issues/2011)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump golang.org/x/crypto to 0.17.0 in /modules ([#&#8203;2006](https://github.com/testcontainers/testcontainers-go/issues/2006)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.15.0 to 2.16.0 in /modules/clickhouse ([#&#8203;1982](https://github.com/testcontainers/testcontainers-go/issues/1982)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/twmb/franz-go from 1.15.2 to 1.15.3 in /modules/redpanda ([#&#8203;1973](https://github.com/testcontainers/testcontainers-go/issues/1973)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump google.golang.org/api from 0.152.0 to 0.153.0, cloud.google.com/go/bigtable from 1.20.0 to 1.21.0 and cloud.google.com/go/spanner from 1.53.0 to 1.53.1 in /modules/gcloud ([#&#8203;1983](https://github.com/testcontainers/testcontainers-go/issues/1983)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump github.com/aws/aws-sdk-go and github.com/aws/aws-sdk-go-v2 in /modules/localstack ([#&#8203;1981](https://github.com/testcontainers/testcontainers-go/issues/1981)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump mkdocs-include-markdown-plugin from 6.0.1 to 6.0.4 ([#&#8203;1974](https://github.com/testcontainers/testcontainers-go/issues/1974)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.10 to 3.23.11 ([#&#8203;1943](https://github.com/testcontainers/testcontainers-go/issues/1943)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump golang.org/x/mod from 0.13.0 to 0.14.0 in /modules/kafka ([#&#8203;1956](https://github.com/testcontainers/testcontainers-go/issues/1956)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump golang.org/x/sys from 0.13.0 to 0.15.0 ([#&#8203;1944](https://github.com/testcontainers/testcontainers-go/issues/1944)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump golang.org/x/text and golang.org/x/mod from 0.13.0 to 0.14.0 in /modulegen ([#&#8203;1968](https://github.com/testcontainers/testcontainers-go/issues/1968)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump go.mongodb.org/mongo-driver from 1.12.1 to 1.13.0 in /modules/mongodb ([#&#8203;1960](https://github.com/testcontainers/testcontainers-go/issues/1960)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/couchbase/gocb/v2 from 2.6.5 to 2.7.0 in /modules/couchbase ([#&#8203;1952](https://github.com/testcontainers/testcontainers-go/issues/1952)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.10.1 to 8.11.1 and golang.org/x/mod from 0.13.0 to 0.14.0 in /modules/elasticsearch ([#&#8203;1967](https://github.com/testcontainers/testcontainers-go/issues/1967)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump github.com/aws/aws-sdk-go and github.com/aws/aws-sdk-go-v2 in /modules/localstack ([#&#8203;1953](https://github.com/testcontainers/testcontainers-go/issues/1953)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump actions/github-script from 6.4.1 to 7.0.1 ([#&#8203;1949](https://github.com/testcontainers/testcontainers-go/issues/1949)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/IBM/sarama from 1.41.3 to 1.42.1 in /modules/kafka ([#&#8203;1955](https://github.com/testcontainers/testcontainers-go/issues/1955)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.14.0 to 5.15.0 in /modules/neo4j ([#&#8203;1961](https://github.com/testcontainers/testcontainers-go/issues/1961)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/compose-spec/compose-go from 1.20.0 to 1.20.2 and github.com/docker/compose/v2 from 2.23.0 to 2.23.3 in /modules/compose ([#&#8203;1966](https://github.com/testcontainers/testcontainers-go/issues/1966)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump google.golang.org/api from 0.143.0 to 0.152.0 and cloud.google.com/go/spanner from 1.50.0 to 1.53.0 in /modules/gcloud ([#&#8203;1965](https://github.com/testcontainers/testcontainers-go/issues/1965)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump mkdocs-include-markdown-plugin from 6.0.1 to 6.0.4 ([#&#8203;1934](https://github.com/testcontainers/testcontainers-go/issues/1934)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/twmb/franz-go from 1.15.1 to 1.15.2 in /modules/redpanda ([#&#8203;1935](https://github.com/testcontainers/testcontainers-go/issues/1935)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump k8s.io from 0.28.3 to 0.28.4 in /modules/k3s ([#&#8203;1954](https://github.com/testcontainers/testcontainers-go/issues/1954)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 in /modulegen ([#&#8203;1958](https://github.com/testcontainers/testcontainers-go/issues/1958)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/twmb/franz-go and github.com/twmb/franz-go/pkg/kadm in /modules/redpanda ([#&#8203;1896](https://github.com/testcontainers/testcontainers-go/issues/1896)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump github.com/nats-io/nkeys and github.com/nats-io/nats.go in /modules/nats ([#&#8203;1897](https://github.com/testcontainers/testcontainers-go/issues/1897)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump google.golang.org/grpc and cloud.google.com/go/firestore in /modules/gcloud ([#&#8203;1891](https://github.com/testcontainers/testcontainers-go/issues/1891)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump github.com/aws/aws-sdk-go and github.com/aws/aws-sdk-go-v2/config in /modules/localstack ([#&#8203;1892](https://github.com/testcontainers/testcontainers-go/issues/1892)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump Github actions ([#&#8203;1890](https://github.com/testcontainers/testcontainers-go/issues/1890)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.10 ([#&#8203;1858](https://github.com/testcontainers/testcontainers-go/issues/1858)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/hashicorp/consul/api from 1.24.0 to 1.26.1 in /examples/consul ([#&#8203;1863](https://github.com/testcontainers/testcontainers-go/issues/1863)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/IBM/sarama from 1.41.2 to 1.41.3 in /modules/kafka ([#&#8203;1874](https://github.com/testcontainers/testcontainers-go/issues/1874)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/couchbase/gocb/v2 from 2.6.4 to 2.6.5 in /modules/couchbase ([#&#8203;1861](https://github.com/testcontainers/testcontainers-go/issues/1861)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.14.2 to 2.15.0 in /modules/clickhouse ([#&#8203;1867](https://github.com/testcontainers/testcontainers-go/issues/1867)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.13.0 to 5.14.0 in /modules/neo4j ([#&#8203;1869](https://github.com/testcontainers/testcontainers-go/issues/1869)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/Shopify/toxiproxy/v2 from 2.6.0 to 2.7.0 in /examples/toxiproxy ([#&#8203;1882](https://github.com/testcontainers/testcontainers-go/issues/1882)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.10.0 to 8.10.1 in /modules/elasticsearch ([#&#8203;1864](https://github.com/testcontainers/testcontainers-go/issues/1864)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump mkdocs-include-markdown-plugin from 6.0.1 to 6.0.3 ([#&#8203;1860](https://github.com/testcontainers/testcontainers-go/issues/1860)) [@&#8203;dependabot](https://github.com/dependabot) - chore(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3 in /modules/k3s ([#&#8203;1889](https://github.com/testcontainers/testcontainers-go/issues/1889)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 ([#&#8203;1888](https://github.com/testcontainers/testcontainers-go/issues/1888)) [@&#8203;mdelapenya](https://github.com/mdelapenya) - chore(deps): bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible ([#&#8203;1886](https://github.com/testcontainers/testcontainers-go/issues/1886)) [@&#8203;mdelapenya](https://github.com/mdelapenya) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
forgejo-actions added 1 commit 2023-12-23 03:34:22 +00:00
fix(deps): update module github.com/testcontainers/testcontainers-go to v0.27.0
All checks were successful
Go build / build (push) Successful in 5m13s
69e3092ca8
prskr merged commit 69e3092ca8 into main 2023-12-23 10:50:02 +00:00
prskr deleted branch renovate/github.com-testcontainers-testcontainers-go-0.x 2023-12-23 10:50:04 +00:00
Sign in to join this conversation.
No description provided.