Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

chore(deps): update module github.com/testcontainers/testcontainers-go to v0.27.0 - autoclosed #25

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/testcontainers/testcontainers-go v0.19.0 -> v0.27.0 age adoption passing confidence

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

v0.26.0

Compare Source

What's Changed

🔒 Security

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

  • chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc4 to 1.1.0-rc5 (#​1626) @​dependabot
  • chore(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.7 (#​1742) @​dependabot
  • chore(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 (#​1730) @​dependabot
  • chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#​1822) @​mdelapenya
  • chore(deps): bump github.com/nats-io/nats-server/v2 from 2.9.21 to 2.9.23 in /modules/nats (#​1784) @​dependabot
  • chore(deps): bump urllib3 from 2.0.6 to 2.0.7 (#​1781) @​dependabot
  • chore(deps): combine and bump compose dependencies (#​1787) @​mdelapenya
  • chore(deps): bump golang.org/x/mod from 0.12.0 to 0.13.0 in /modules/{elasticsearch,kafka} and /modulegen (#​1778) @​mdelapenya
  • chore(deps): bump github.com/rabbitmq/amqp091-go from 1.8.1 to 1.9.0 in /modules/rabbitmq (#​1728) @​dependabot
  • chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.14.1 to 2.14.2 in /modules/clickhouse (#​1732) @​dependabot
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/{service/s3,credentials,config} in /modules/localstack (#​1773) @​mdelapenya
  • chore(deps): bump cloud.google.com/go/{datastore,bigtable,spanner} in /modules/gcloud (#​1774) @​mdelapenya
  • chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (#​1772) @​mdelapenya
  • chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.9 (#​1720) @​mdelapenya
  • chore(deps): bump urllib3 from 2.0.5 to 2.0.6 (#​1718) @​dependabot
  • chore(deps): bump github.com/twmb/franz-go/pkg/kadm from 1.9.1 to 1.9.2 in /modules/redpanda (#​1714) @​dependabot
  • chore(deps): bump github.com/couchbase/gocb/v2 from 2.6.3 to 2.6.4 in /modules/couchbase (#​1704) @​dependabot
  • chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.12.0 to 5.13.0 in /modules/neo4j (#​1713) @​dependabot
  • chore(deps): bump github.com/nats-io/nats.go from 1.30.0 to 1.30.2 in /modules/nats (#​1705) @​dependabot
  • chore(deps): bump cloud.google.com/go/firestore from 1.12.0 to 1.13.0, google.golang.org/api from 0.142.0 to 0.143.0 and cloud.google.com/ge, google.golang.org/api from 0.142.0 to 0.143.0 and cloud.google.com/go/bigquery from 1.53.0 to 1.55 in /modules/gcloud (#​1716) @​mdelapenya
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.39.0 to 1.40.0 and github.com/aws/aws-sdk-go from 1.45.15 to 1.45.19 in /modules/localstack (#​1717) @​mdelapenya

v0.25.0

Compare Source

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

  • fix: bump tc-go dependency in RabbitMQ (#​1699) @​mdelapenya
  • chore(deps): bump golang.org/x/text to v0.15.0 (#​1687) @​mdelapenya
  • chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.7 to 3.23.8 (#​1651) @​dependabot
  • chore(deps): bump github.com/IBM/sarama from 1.41.1 to 1.41.2 in /modules/kafka (#​1637) @​dependabot
  • chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.13.4 to 2.14.1 in /modules/clickhouse (#​1625) @​dependabot
  • chore(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.9.0 to 8.10.0 in /modules/elasticsearch (#​1641) @​dependabot
  • chore(deps): bump github.com/tidwall/gjson from 1.16.0 to 1.17.0 in /modules/couchbase and /modules/vault (#​1684) @​mdelapenya
  • chore(deps): bump mkdocs from 1.5.2 to 1.5.3 (#​1662) @​dependabot
  • chore(deps): bump github.com/nats-io/nats.go from 1.28.0 to 1.30.0 in /modules/nats (#​1657) @​dependabot
  • chore(deps): bump k8s.io/apimachinery from 0.28.1 to 0.28.2 and k8s.io/client-go from 0.28.1 to 0.28.2 in /modules/k3s (#​1683) @​mdelapenya
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.39 to 1.18.42 and github.com/aws/aws-sdk-go from 1.45.3 to 1.45.15 and github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.5 to 1.39.0 in /modules/localstack (#​1680) @​mdelapenya
  • chore(deps): bump github.com/twmb/franz-go/pkg/kadm from 1.9.0 to 1.9.1 and github.com/twmb/franz-go from 1.14.4 to 1.15.0 in /modules/redpanda (#​1682) @​mdelapenya
  • chore(deps): bump cloud.google.com/go/datastore from 1.13.0 to 1.14.0 and google.golang.org/grpc from 1.58.1 to 1.58.2 and cloud.google.com/go/spanner from 1.47.0 to 1.49.0 in /modules/gcloud (#​1681) @​mdelapenya
  • chore(deps): bump mkdocs-material from 8.2.7 to 9.3.2 (#​1649) @​dependabot
  • chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.58.1 and google.golang.org/api from 0.138.0 to 0.142.0 in /examples (#​1667) @​mdelapenya

v0.24.1

Compare Source

What's Changed
🐛 Bug Fixes

v0.24.0

Compare Source

What's Changed
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates

v0.23.0

Compare Source

What's Changed
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates

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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner May 26, 2023 10:10
@renovate renovate bot force-pushed the renovate/github.com-testcontainers-testcontainers-go-0.x branch from 0f3b07e to 3d1909e Compare June 27, 2023 02:45
@renovate renovate bot changed the title chore(deps): update module github.com/testcontainers/testcontainers-go to v0.20.1 chore(deps): update module github.com/testcontainers/testcontainers-go to v0.21.0 Jun 27, 2023
@github-actions github-actions bot added size/M and removed size/S labels Jun 27, 2023
@github-actions
Copy link

github-actions bot commented Jun 27, 2023

Pull Request Test Coverage Report for Build 6684288149

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 66.975%

Totals Coverage Status
Change from base Build 6496437835: 0.0%
Covered Lines: 434
Relevant Lines: 648

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/github.com-testcontainers-testcontainers-go-0.x branch from 3d1909e to fdbc8b2 Compare August 8, 2023 17:42
@renovate renovate bot changed the title chore(deps): update module github.com/testcontainers/testcontainers-go to v0.21.0 chore(deps): update module github.com/testcontainers/testcontainers-go to v0.22.0 Aug 8, 2023
@github-actions github-actions bot added size/XS and removed size/M labels Aug 8, 2023
@renovate renovate bot changed the title chore(deps): update module github.com/testcontainers/testcontainers-go to v0.22.0 chore(deps): update module github.com/testcontainers/testcontainers-go to v0.23.0 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-testcontainers-testcontainers-go-0.x branch from fdbc8b2 to 148ed59 Compare August 18, 2023 14:52
@github-actions github-actions bot added size/L and removed size/XS labels Aug 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-testcontainers-testcontainers-go-0.x branch from 148ed59 to cde7690 Compare September 23, 2023 08:22
@renovate renovate bot changed the title chore(deps): update module github.com/testcontainers/testcontainers-go to v0.23.0 chore(deps): update module github.com/testcontainers/testcontainers-go to v0.24.0 Sep 23, 2023
@renovate renovate bot force-pushed the renovate/github.com-testcontainers-testcontainers-go-0.x branch from cde7690 to c377beb Compare September 24, 2023 08:15
@renovate renovate bot changed the title chore(deps): update module github.com/testcontainers/testcontainers-go to v0.24.0 chore(deps): update module github.com/testcontainers/testcontainers-go to v0.24.1 Sep 24, 2023
@renovate renovate bot force-pushed the renovate/github.com-testcontainers-testcontainers-go-0.x branch from c377beb to 6f5e07d Compare October 3, 2023 08:33
@renovate renovate bot changed the title chore(deps): update module github.com/testcontainers/testcontainers-go to v0.24.1 chore(deps): update module github.com/testcontainers/testcontainers-go to v0.25.0 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/github.com-testcontainers-testcontainers-go-0.x branch from 6f5e07d to 168e72d Compare October 29, 2023 15:35
@renovate renovate bot changed the title chore(deps): update module github.com/testcontainers/testcontainers-go to v0.25.0 chore(deps): update module github.com/testcontainers/testcontainers-go to v0.26.0 Oct 29, 2023
@renovate renovate bot force-pushed the renovate/github.com-testcontainers-testcontainers-go-0.x branch from 168e72d to f95cebd Compare December 25, 2023 12:28
@renovate renovate bot changed the title chore(deps): update module github.com/testcontainers/testcontainers-go to v0.26.0 chore(deps): update module github.com/testcontainers/testcontainers-go to v0.27.0 Dec 25, 2023
@renovate renovate bot changed the title chore(deps): update module github.com/testcontainers/testcontainers-go to v0.27.0 chore(deps): update module github.com/testcontainers/testcontainers-go to v0.27.0 - autoclosed Jan 4, 2024
@renovate renovate bot closed this Jan 4, 2024
@renovate renovate bot deleted the renovate/github.com-testcontainers-testcontainers-go-0.x branch January 4, 2024 16:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants