Skip to content

Update testcontainers-go monorepo to v0.43.0#71

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/testcontainers-go-monorepo
Open

Update testcontainers-go monorepo to v0.43.0#71
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/testcontainers-go-monorepo

Conversation

@renovate

@renovate renovate Bot commented May 12, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/testcontainers/testcontainers-go v0.35.0v0.43.0 age confidence
github.com/testcontainers/testcontainers-go/modules/localstack v0.35.0v0.43.0 age confidence

Release Notes

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

v0.43.0

Compare Source

What's Changed
⚠️ Breaking Changes

Users of wait.ForSQL need to follow the new API contract, using Moby's network.Port instead of string when building the callback function to check the URL. Please see https://golang.testcontainers.org/features/wait/sql/

Users implementing their own testcontainers.ImageProvider need to implement the new PullImageWithPlatform method introduced by this PR.

🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates

v0.42.0

Compare Source

What's Changed

⚠️ Breaking Changes

🔒 Security

🐛 Bug Fixes

🧹 Housekeeping

📦 Dependency updates

v0.41.0

Compare Source

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

v0.40.0

Compare Source

What's Changed

⚠️ Breaking Changes

The below modules receive a breaking change in the signature of their functional options, as now all of them return an error when needed (returning nil for success). Therefore, you're only affected when assigning the options to variables.

  • Old: type Option func(*options)
  • New: type Option func(*options) error

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

v0.39.0

Compare Source

What's Changed

🚀 Features

🐛 Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented May 12, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated

Details:

Package Change
dario.cat/mergo v1.0.1 -> v1.0.2
github.com/stretchr/testify v1.10.0 -> v1.11.1
github.com/docker/docker v27.1.1+incompatible -> v28.5.1+incompatible
github.com/docker/go-connections v0.5.0 -> v0.6.0
github.com/cenkalti/backoff/v4 v4.2.1 -> v4.3.0
github.com/magiconair/properties v1.8.7 -> v1.8.10
github.com/moby/sys/sequential v0.5.0 -> v0.6.0
github.com/moby/sys/user v0.1.0 -> v0.4.0
github.com/opencontainers/image-spec v1.1.0 -> v1.1.1
golang.org/x/crypto v0.37.0 -> v0.43.0
golang.org/x/mod v0.24.0 -> v0.28.0
golang.org/x/net v0.39.0 -> v0.45.0
golang.org/x/term v0.31.0 -> v0.36.0
golang.org/x/text v0.24.0 -> v0.30.0
golang.org/x/tools v0.32.0 -> v0.37.0
golang.org/x/sync v0.13.0 -> v0.17.0
golang.org/x/sys v0.32.0 -> v0.37.0

@coderabbitai

coderabbitai Bot commented May 12, 2025

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Fri Nov 07 2025 to showcase some of the refinements we've made.

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from b35194c to 9cefcb0 Compare July 15, 2025 18:54
@renovate renovate Bot changed the title Update testcontainers-go monorepo to v0.37.0 Update testcontainers-go monorepo to v0.38.0 Jul 15, 2025
@renovate renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 9cefcb0 to a899a36 Compare September 19, 2025 11:12
@renovate renovate Bot changed the title Update testcontainers-go monorepo to v0.38.0 Update testcontainers-go monorepo to v0.39.0 Sep 19, 2025
@renovate renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from a899a36 to 97c5bf8 Compare November 6, 2025 19:13
@renovate renovate Bot changed the title Update testcontainers-go monorepo to v0.39.0 Update testcontainers-go monorepo to v0.40.0 Nov 6, 2025
@renovate

renovate Bot commented Dec 15, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 39 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.2 -> 1.25.0
dario.cat/mergo v1.0.1 -> v1.0.2
github.com/stretchr/testify v1.10.0 -> v1.11.1
github.com/aws/aws-sdk-go-v2 v1.36.3 -> v1.41.5
github.com/aws/aws-sdk-go-v2/service/s3 v1.69.0 -> v1.97.3
github.com/docker/go-connections v0.5.0 -> v0.6.0
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 -> v0.0.0-20250102033503-faa5f7b0171c
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 -> v1.7.8
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 -> v1.4.21
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 -> v2.7.21
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.32 -> v1.4.22
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 -> v1.13.7
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.5 -> v1.9.13
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 -> v1.13.21
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.5 -> v1.19.21
github.com/aws/smithy-go v1.22.3 -> v1.24.2
github.com/cenkalti/backoff/v4 v4.2.1 -> v4.3.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/klauspost/compress v1.18.0 -> v1.18.5
github.com/magiconair/properties v1.8.7 -> v1.8.10
github.com/moby/sys/sequential v0.5.0 -> v0.6.0
github.com/moby/sys/user v0.1.0 -> v0.4.0
github.com/moby/term v0.5.0 -> v0.5.2
github.com/opencontainers/image-spec v1.1.0 -> v1.1.1
github.com/sirupsen/logrus v1.9.3 -> v1.9.4
github.com/tklauser/go-sysconf v0.3.13 -> v0.3.16
github.com/tklauser/numcpus v0.7.0 -> v0.11.0
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 -> v0.60.0
go.opentelemetry.io/otel v1.35.0 -> v1.41.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.41.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.41.0
golang.org/x/crypto v0.37.0 -> v0.51.0
golang.org/x/mod v0.24.0 -> v0.35.0
golang.org/x/net v0.39.0 -> v0.53.0
golang.org/x/term v0.31.0 -> v0.43.0
golang.org/x/text v0.24.0 -> v0.37.0
golang.org/x/tools v0.32.0 -> v0.44.0
golang.org/x/sync v0.13.0 -> v0.20.0
golang.org/x/sys v0.32.0 -> v0.45.0

@renovate renovate Bot changed the title Update testcontainers-go monorepo to v0.40.0 Update testcontainers-go monorepo to v0.41.0 Mar 10, 2026
@renovate renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 97c5bf8 to 0b5b0ed Compare March 10, 2026 19:51
@renovate renovate Bot changed the title Update testcontainers-go monorepo to v0.41.0 Update testcontainers-go monorepo to v0.42.0 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 0b5b0ed to 016d3c2 Compare April 9, 2026 16:56
@renovate renovate Bot changed the title Update testcontainers-go monorepo to v0.42.0 Update module github.com/testcontainers/testcontainers-go/modules/localstack to v0.42.0 Apr 17, 2026
@renovate renovate Bot changed the title Update module github.com/testcontainers/testcontainers-go/modules/localstack to v0.42.0 Update testcontainers-go monorepo to v0.42.0 Apr 17, 2026
@renovate renovate Bot changed the title Update testcontainers-go monorepo to v0.42.0 Update testcontainers-go monorepo to v0.43.0 Jun 19, 2026
@renovate renovate Bot force-pushed the renovate/testcontainers-go-monorepo branch from 016d3c2 to 286be73 Compare June 19, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants