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

chore(deps): bump github.com/testcontainers/testcontainers-go/modules/localstack from 0.21.0 to 0.26.0 #5475

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2023

Bumps github.com/testcontainers/testcontainers-go/modules/localstack from 0.21.0 to 0.26.0.

Release notes

Sourced from github.com/testcontainers/testcontainers-go/modules/localstack's releases.

v0.26.0

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

... (truncated)

Commits
  • a98de5a chore: use new version (v0.26.0) in modules and examples
  • 636c3cb feat: add image-keep option for built images (#1785)
  • 25a7e3f chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc4 to 1.1....
  • 8a5f197 chore(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.7 (#1742)
  • 284cf81 chore(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 (#1730)
  • 3d3a9a7 docs: remove OpenSSF scorecard (#1823)
  • b9398b9 Auto-cleanup of k6 build cache (#1788)
  • e52cd03 Add OpenSSF Scorecards GitHub Action (#1795)
  • caaf25a chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#1822)
  • febb04c chore: expose SessionID (#1793)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…/localstack

Bumps [github.com/testcontainers/testcontainers-go/modules/localstack](https://github.com/testcontainers/testcontainers-go) from 0.21.0 to 0.26.0.
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.21.0...v0.26.0)

---
updated-dependencies:
- dependency-name: github.com/testcontainers/testcontainers-go/modules/localstack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@@ -64,8 +66,9 @@ func startContainerd(t *testing.T, ctx context.Context, hostPath string) testcon
Mounts: testcontainers.Mounts(
testcontainers.BindMount(hostPath, "/run"),
),
SkipReaper: true,
AutoRemove: false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any reason why we shouldn't remove test container after it stops.

@knqyf263 knqyf263 added this pull request to the merge queue Nov 3, 2023
Merged via the queue into main with commit 474167c Nov 3, 2023
13 checks passed
@knqyf263 knqyf263 deleted the dependabot/go_modules/github.com/testcontainers/testcontainers-go/modules/localstack-0.26.0 branch November 3, 2023 02:08
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