build(deps): bump the testcontainers group with 2 updates#53
build(deps): bump the testcontainers group with 2 updates#53dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the testcontainers group with 2 updates: [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) and [github.com/testcontainers/testcontainers-go/modules/localstack](https://github.com/testcontainers/testcontainers-go). Updates `github.com/testcontainers/testcontainers-go` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.35.0...v0.36.0) Updates `github.com/testcontainers/testcontainers-go/modules/localstack` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: github.com/testcontainers/testcontainers-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers - dependency-name: github.com/testcontainers/testcontainers-go/modules/localstack dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis pull request updates the testcontainers-go and testcontainers-go/modules/localstack dependencies from version 0.35.0 to 0.36.0. This includes updating the go.mod and go.sum files to reflect the new versions. Updated class diagram for Container inspectionclassDiagram
class Container {
-InspectResponse Inspect()
-State State()
}
note for Container "Inspect() return type changed from types.ContainerJSON to container.InspectResponse.\nState() return type changed from types.ContainerState to container.State."
Updated class diagram for DockerProviderclassDiagram
class DockerProvider {
-ContainerFromType(container.Summary summary)
}
note for DockerProvider "ContainerFromType() method signature changed to accept a container.Summary instead of a types.Container."
Updated class diagram for DockerComposeclassDiagram
class DockerCompose {
<<deprecated>>dockerCompose
+DockerCompose()
}
note for DockerCompose "The unexported dockerCompose type has been renamed to DockerCompose."
Updated class diagram for LoggingclassDiagram
class Logging {
<<deprecated>>TestLogger
+log.TestLogger()
<<deprecated>>Logger
+log.Logger
}
note for Logging "Users of the testcontainers.Logging variable and the testcontainers.TestLogger function must update their code to use the new log.Default() logger instance and the log.TestLogger() function instead, and users of the testcontainers.Logger interface must update their code to use the new log.Logger interface instead."
Updated class diagram for NATS ConnectionStringclassDiagram
class ConnectionString {
-ConnectionString()
}
note for ConnectionString "Users of the NATS module and the ConnectionString type must remove the variadic arguments from the ConnectionString method."
Updated class diagram for ContainerRequestclassDiagram
class ContainerRequest {
<<deprecated>>EnpointSettingsModifier
+EndpointSettingsModifier
}
note for ContainerRequest "We fixed a typo in the exported field of the ContainerRequest struct, so users of the EnpointSettingsModifier type must update their code to use the EndpointSettingsModifier type instead."
Updated class diagram for AzureclassDiagram
class Azurite {
<<deprecated>>Settings
}
note for Azurite "Users of the old Azurite module must update their code to use the new Azure module instead, which contains the same functionality under the azurite sub-package. We took this opportunity to remove the unnecessarily exported Settings field from the Azurite container type."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
CI Feedback 🧐(Feedback updated until commit f6611a8)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
|
Superseded by #58. |
Bumps the testcontainers group with 2 updates: github.com/testcontainers/testcontainers-go and github.com/testcontainers/testcontainers-go/modules/localstack.
Updates
github.com/testcontainers/testcontainers-gofrom 0.35.0 to 0.36.0Release notes
Sourced from github.com/testcontainers/testcontainers-go's releases.
... (truncated)
Commits
a0e3b71chore: use new version (v0.36.0) in modules and examples3298e9achore: dockerise docs build (#3060)5334660chore(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /modules/dynamodb...82c37e2chore(deps): bump github.com/magiconair/properties from 1.8.7 to 1.8.9 (#3057)615aa5dchore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.5.2 (#3052)bdbdf3echore(deps): bump golang.org/x/sys from 0.28.0 to 0.31.0 (#3056)4bfd24cchore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#3054)6ab30fechore(deps): bump golang.org/x/net in /modules/scylladb (#3058)802d143chore(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#3053)b88be99chore(deps): bump golang.org/x/net in /modules/databend (#3055)Updates
github.com/testcontainers/testcontainers-go/modules/localstackfrom 0.35.0 to 0.36.0Release notes
Sourced from github.com/testcontainers/testcontainers-go/modules/localstack's releases.
... (truncated)
Commits
a0e3b71chore: use new version (v0.36.0) in modules and examples3298e9achore: dockerise docs build (#3060)5334660chore(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /modules/dynamodb...82c37e2chore(deps): bump github.com/magiconair/properties from 1.8.7 to 1.8.9 (#3057)615aa5dchore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.5.2 (#3052)bdbdf3echore(deps): bump golang.org/x/sys from 0.28.0 to 0.31.0 (#3056)4bfd24cchore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#3054)6ab30fechore(deps): bump golang.org/x/net in /modules/scylladb (#3058)802d143chore(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#3053)b88be99chore(deps): bump golang.org/x/net in /modules/databend (#3055)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by Sourcery
Update testcontainers dependencies to version 0.36.0, including Docker and other related dependencies
Build:
Chores: