Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

This PR contains the following updates:

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

Release Notes

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

v0.35.0

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

v0.33.0

Compare Source

What's Changed
⚠️ Breaking Changes

If you are building Docker images with the FromDockerfile struct in the GenericContainerRequest, please consider that the ContextArchive field in that struct has changed from io.Reader to io.ReadSeeker. This is needed because we want to be able to rewind to do multiple passes when reading all the images that are present in a Dockerfile.

🔒 Security
  • chore(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible (#​2733) @​mdelapenya
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates

v0.32.0

Compare Source

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

v0.31.0

Compare Source

What's Changed
⚠️ Breaking Changes
Are you hosting your own Testcontainers for Go module?

If you are hosting your own module, please update all the custom options you created for the module, updating them to return an error in the case it occurs. This breaking change is needed to provide a more robust and consistent API for creating modules, allowing module authors to create custom code to customise the container avoiding panics.

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

v0.30.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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from a7b0279 to 23918e8 Compare April 23, 2024 19:58
@renovate renovate bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.30.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.31.0 May 9, 2024
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from 23918e8 to 1b66deb Compare May 9, 2024 20:37
@renovate renovate bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.31.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.32.0 Jul 5, 2024
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from 1b66deb to 8762bdd Compare July 5, 2024 18:44
Copy link
Contributor Author

renovate bot commented Jul 5, 2024

ℹ 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):

  • 24 additional dependencies were updated

Details:

Package Change
golang.org/x/term v0.19.0 -> v0.27.0
github.com/Microsoft/go-winio v0.6.1 -> v0.6.2
github.com/Microsoft/hcsshim v0.11.4 -> v0.11.5
github.com/containerd/containerd v1.7.12 -> v1.7.18
github.com/cpuguy83/dockercfg v0.3.1 -> v0.3.2
github.com/distribution/reference v0.5.0 -> v0.6.0
github.com/docker/docker v25.0.3+incompatible -> v27.1.1+incompatible
github.com/felixge/httpsnoop v1.0.3 -> v1.0.4
github.com/go-logr/logr v1.2.4 -> v1.4.1
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/klauspost/compress v1.16.0 -> v1.17.4
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 -> v0.49.0
go.opentelemetry.io/otel v1.19.0 -> v1.24.0
go.opentelemetry.io/otel/metric v1.19.0 -> v1.24.0
go.opentelemetry.io/otel/trace v1.19.0 -> v1.24.0
golang.org/x/crypto v0.22.0 -> v0.31.0
golang.org/x/mod v0.16.0 -> v0.17.0
golang.org/x/net v0.21.0 -> v0.26.0
golang.org/x/sys v0.19.0 -> v0.28.0
golang.org/x/text v0.14.0 -> v0.21.0
golang.org/x/tools v0.13.0 -> v0.21.1-0.20240508182429-e35e4ccd0d2d
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 -> v0.0.0-20240318140521-94a12d6c2237
google.golang.org/grpc v1.58.3 -> v1.64.1
google.golang.org/protobuf v1.31.0 -> v1.33.0

@renovate renovate bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.32.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.32.0 - autoclosed Aug 5, 2024
@renovate renovate bot closed this Aug 5, 2024
@renovate renovate bot deleted the renovate/testcontainers-go-monorepo branch August 5, 2024 16:45
@renovate renovate bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.32.0 - autoclosed fix(deps): update module github.com/testcontainers/testcontainers-go to v0.32.0 Aug 5, 2024
@renovate renovate bot restored the renovate/testcontainers-go-monorepo branch August 5, 2024 18:30
@renovate renovate bot reopened this Aug 5, 2024
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from 8762bdd to c9d3b8a Compare August 5, 2024 18:30
@renovate renovate bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.32.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.33.0 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from c9d3b8a to 50e92f5 Compare August 20, 2024 13:09
@renovate renovate bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.33.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.33.0 - autoclosed Sep 20, 2024
@renovate renovate bot closed this Sep 20, 2024
@renovate renovate bot deleted the renovate/testcontainers-go-monorepo branch September 20, 2024 17:19
@renovate renovate bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.33.0 - autoclosed fix(deps): update module github.com/testcontainers/testcontainers-go to v0.33.0 Sep 20, 2024
@renovate renovate bot reopened this Sep 20, 2024
@renovate renovate bot restored the renovate/testcontainers-go-monorepo branch September 20, 2024 20:23
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from 50e92f5 to 1f2c355 Compare September 20, 2024 20:24
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from 1f2c355 to 044a624 Compare October 21, 2024 12:34
@renovate renovate bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.33.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.34.0 Oct 21, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.34.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.34.0 - autoclosed Dec 16, 2024
@renovate renovate bot closed this Dec 16, 2024
@renovate renovate bot deleted the renovate/testcontainers-go-monorepo branch December 16, 2024 09:24
@renovate renovate bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.34.0 - autoclosed fix(deps): update module github.com/testcontainers/testcontainers-go to v0.34.0 Dec 16, 2024
@renovate renovate bot reopened this Dec 16, 2024
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from b519e9d to 044a624 Compare December 16, 2024 13:21
@renovate renovate bot force-pushed the renovate/testcontainers-go-monorepo branch from 044a624 to 4f5952d Compare January 10, 2025 13:44
@renovate renovate bot changed the title fix(deps): update module github.com/testcontainers/testcontainers-go to v0.34.0 fix(deps): update module github.com/testcontainers/testcontainers-go to v0.35.0 Jan 10, 2025
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