Skip to content

Conversation

@jmank88
Copy link
Contributor

@jmank88 jmank88 commented Apr 16, 2025

Upgrade and respond to breaking changes.


Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.

Why

This pull request introduces updates to the Go module dependencies and Docker image versions to ensure compatibility and leverage new features or bug fixes.

What

  • Updated the github.com/testcontainers/testcontainers-go module from v0.35.0 to v0.36.0. This update may include new features, bug fixes, or improvements in the Testcontainers library, which provides lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container for use during testing.
  • Updated the github.com/docker/docker module from v27.5.1+incompatible to v28.0.1+incompatible. This update may include changes or improvements in the Docker client library used for interacting with Docker containers and images.
  • Updated the github.com/google/go-cmp module from v0.6.0 to v0.7.0. This library is used for comparing Go values in tests, and the update may introduce improvements or new functionalities for test assertions.
  • Updated the github.com/magiconair/properties module from v1.8.7 to v1.8.9. This library is used for reading properties files, and the update may include bug fixes or new features.
  • Updated the github.com/opencontainers/image-spec module from v1.1.0 to v1.1.1. This update may include specifications changes or improvements related to container images.
  • Updated various Go modules to their latest versions to ensure compatibility and leverage new features or bug fixes.
  • Added new indirect dependencies like github.com/ebitengine/purego v0.8.2 and github.com/shirou/gopsutil/v4 v4.25.1, which may be required by updated direct dependencies.
  • Updated the Go version in module directives to 1.24.0, indicating that the module is intended to be used with Go 1.24 or later.

These updates ensure that the project dependencies are current, potentially improving performance, security, and compatibility with other packages or Go versions.

@jmank88 jmank88 requested a review from skudasov April 16, 2025 12:23
@jmank88 jmank88 force-pushed the testcontainers-0.36.0 branch from 88b63be to 5410cdc Compare April 16, 2025 12:29
@jmank88 jmank88 force-pushed the testcontainers-0.36.0 branch from 5410cdc to ec62d4b Compare April 16, 2025 12:38
@jmank88 jmank88 marked this pull request as ready for review April 16, 2025 12:39
@jmank88 jmank88 requested a review from a team as a code owner April 16, 2025 12:39
@jmank88 jmank88 force-pushed the testcontainers-0.36.0 branch from ec62d4b to 5032558 Compare April 16, 2025 12:39
@skudasov skudasov merged commit fba09e6 into main Apr 16, 2025
57 checks passed
@skudasov skudasov deleted the testcontainers-0.36.0 branch April 16, 2025 12:49
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.

2 participants