Skip to content

chore(deps-dev): bump testcontainers from 11.13.0 to 11.14.0 in /e2e-studio - #3838

Merged
mergify[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/e2e-studio/testcontainers-11.14.0
Apr 13, 2026
Merged

chore(deps-dev): bump testcontainers from 11.13.0 to 11.14.0 in /e2e-studio#3838
mergify[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/e2e-studio/testcontainers-11.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 12, 2026

Copy link
Copy Markdown
Contributor

Bumps testcontainers from 11.13.0 to 11.14.0.

Release notes

Sourced from testcontainers's releases.

v11.14.0

Changes

🚀 Features

📖 Documentation

🧹 Maintenance

📦 Dependency Updates

Commits
  • afe8b72 Document LocalStack authentication requirements (#1295)
  • 841179f Only include TS files in test coverage paths (#1294)
  • 4b470b5 Add auto cleanup control for containers and compose (#1293)
  • 74b2453 Add support for running in parallel for distinct UIDs (#1276)
  • a6c5358 Bump the dependencies group across 14 directories with 13 updates (#1289)
  • d0a1df4 Bump the dependencies group across 1 directory with 21 updates (#1287)
  • e881d49 Bump mkdocs-material from 9.7.5 to 9.7.6 in the dependencies group (#1278)
  • 9c94bde Bump the dependencies group across 11 directories with 10 updates (#1279)
  • 6b78e96 Bump the dependencies group with 19 updates (#1280)
  • a20ac80 Fix etcd/vault repository.url in package.json (#1273)
  • 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 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)

Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 11.13.0 to 11.14.0.
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v11.13.0...v11.14.0)

---
updated-dependencies:
- dependency-name: testcontainers
  dependency-version: 11.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 12, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@mergify
mergify Bot merged commit 2eb4822 into main Apr 13, 2026
16 of 20 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/e2e-studio/testcontainers-11.14.0 branch April 13, 2026 08:03
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…ip ci]

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.8 to 42.7.9.
Release notes

*Sourced from [org.postgresql:postgresql's releases](https://github.com/pgjdbc/pgjdbc/releases).*

> v42.7.9
> -------
>
> Changes
> -------
>
> * Added changelogs for version 42.7.9 [`@​davecramer`](https://github.com/davecramer) ([ArcadeData#3908](https://redirect.github.com/pgjdbc/pgjdbc/issues/3908))
> * the classloader is nullable, and remove a space [`@​davecramer`](https://github.com/davecramer) ([ArcadeData#3907](https://redirect.github.com/pgjdbc/pgjdbc/issues/3907))
> * fix: incorrect pg\_stat\_replication.reply\_time calculation [`@​atorik`](https://github.com/atorik) ([ArcadeData#3906](https://redirect.github.com/pgjdbc/pgjdbc/issues/3906))
> * fix: issue [ArcadeData#3892](https://redirect.github.com/pgjdbc/pgjdbc/issues/3892), PGXAConnection.prepare(Xid) should return XA\_RDONLY if the connection is read only [`@​davecramer`](https://github.com/davecramer) ([ArcadeData#3897](https://redirect.github.com/pgjdbc/pgjdbc/issues/3897))
> * fix badges for maven central and search paths. Sonatype has changed the search paths [`@​davecramer`](https://github.com/davecramer) ([ArcadeData#3901](https://redirect.github.com/pgjdbc/pgjdbc/issues/3901))
> * fix: make all Calendar instances proleptic Gregorian ([ArcadeData#3837](https://redirect.github.com/pgjdbc/pgjdbc/issues/3837)) [`@​m-van-tilburg`](https://github.com/m-van-tilburg) ([ArcadeData#3887](https://redirect.github.com/pgjdbc/pgjdbc/issues/3887))
> * test: add CI tests with Java 26 [`@​vlsi`](https://github.com/vlsi) ([ArcadeData#3893](https://redirect.github.com/pgjdbc/pgjdbc/issues/3893))
> * perf: optimize PGInterval.getValue() by replacing String.format with StringBuilder [`@​vlsi`](https://github.com/vlsi) ([ArcadeData#3866](https://redirect.github.com/pgjdbc/pgjdbc/issues/3866))
> * use ssl\_is\_used() to check for ssl connection [`@​davecramer`](https://github.com/davecramer) ([ArcadeData#3867](https://redirect.github.com/pgjdbc/pgjdbc/issues/3867))
> * Add PEMKeyManager to handle PEM based certs and keys. [`@​harinath001`](https://github.com/harinath001) ([ArcadeData#3700](https://redirect.github.com/pgjdbc/pgjdbc/issues/3700))
> * Comment and simplify the complex state machine logic in QueryExecutorImpl [`@​davecramer`](https://github.com/davecramer) ([ArcadeData#3850](https://redirect.github.com/pgjdbc/pgjdbc/issues/3850))
> * Revert "fix: Issue [ArcadeData#3784](https://redirect.github.com/pgjdbc/pgjdbc/issues/3784) pgjdbc can't decode numeric arrays containing special numbers like NaN" [`@​davecramer`](https://github.com/davecramer) ([ArcadeData#3851](https://redirect.github.com/pgjdbc/pgjdbc/issues/3851))
> * fix: Issue [ArcadeData#3784](https://redirect.github.com/pgjdbc/pgjdbc/issues/3784) pgjdbc can't decode numeric arrays containing special numbers like NaN [`@​ShenFeng312`](https://github.com/ShenFeng312) ([ArcadeData#3838](https://redirect.github.com/pgjdbc/pgjdbc/issues/3838))
> * Small simplication of locking patterns in QueryExecutorBase [`@​Sanne`](https://github.com/Sanne) ([ArcadeData#3849](https://redirect.github.com/pgjdbc/pgjdbc/issues/3849))
> * doc: update property quoteReturningIdentifiers default value [`@​sodekim`](https://github.com/sodekim) ([ArcadeData#3847](https://redirect.github.com/pgjdbc/pgjdbc/issues/3847))
> * feat: default query timeout property [`@​cfredri4`](https://github.com/cfredri4) ([ArcadeData#3705](https://redirect.github.com/pgjdbc/pgjdbc/issues/3705))
> * create action to deploy docs to <https://pgjdbc.github.io/> [`@​davecramer`](https://github.com/davecramer) ([ArcadeData#3819](https://redirect.github.com/pgjdbc/pgjdbc/issues/3819))
> * fix homepage release note [`@​davecramer`](https://github.com/davecramer) ([ArcadeData#3817](https://redirect.github.com/pgjdbc/pgjdbc/issues/3817))
>
> 🐛 Bug Fixes
> -----------
>
> * fix: close temporary lob descriptors that are used internally in PreparedStatement#setBlob [`@​vlsi`](https://github.com/vlsi) ([ArcadeData#3903](https://redirect.github.com/pgjdbc/pgjdbc/issues/3903))
> * fix: avoid memory leaks in Java <= 21 caused by Thread.inheritedAccessControlContext [`@​vlsi`](https://github.com/vlsi) ([ArcadeData#3886](https://redirect.github.com/pgjdbc/pgjdbc/issues/3886))
>
> 📝 Documentation
> ---------------
>
> * doc: add the new PGP signing key to the official documentation [`@​vlsi`](https://github.com/vlsi) ([ArcadeData#3813](https://redirect.github.com/pgjdbc/pgjdbc/issues/3813))
>
> 🧰 Maintenance
> -------------
>
> * chore: remove unused com.github.spotbugs Gradle plugin dependency [`@​vlsi`](https://github.com/vlsi) ([ArcadeData#3868](https://redirect.github.com/pgjdbc/pgjdbc/issues/3868))
> * chore: drop SpotBugs as we do not seem to use it [`@​vlsi`](https://github.com/vlsi) ([ArcadeData#3834](https://redirect.github.com/pgjdbc/pgjdbc/issues/3834))
> * chore: bump version to 42.7.9 after 42.7.8 release [`@​vlsi`](https://github.com/vlsi) ([ArcadeData#3810](https://redirect.github.com/pgjdbc/pgjdbc/issues/3810))
>
> ⬆️ Dependencies
> ---------------
>
> * chore(deps): update actions/create-github-app-token digest to 29824e6 [`@​renovate-bot`](https://github.com/renovate-bot) ([ArcadeData#3898](https://redirect.github.com/pgjdbc/pgjdbc/issues/3898))
> * chore(deps): update actions/setup-java digest to c1e3236 [`@​renovate-bot`](https://github.com/renovate-bot) ([ArcadeData#3899](https://redirect.github.com/pgjdbc/pgjdbc/issues/3899))
> * chore(deps): update codecov/codecov-action digest to 671740a [`@​renovate-bot`](https://github.com/renovate-bot) ([ArcadeData#3900](https://redirect.github.com/pgjdbc/pgjdbc/issues/3900))
> * fix(deps): update dependency org.junit:junit-bom to v5.14.1 - autoclosed [`@​renovate-bot`](https://github.com/renovate-bot) ([ArcadeData#3884](https://redirect.github.com/pgjdbc/pgjdbc/issues/3884))
> * fix(deps): update dependency org.apache.bcel:bcel to v6.11.0 [`@​renovate-bot`](https://github.com/renovate-bot) ([ArcadeData#3883](https://redirect.github.com/pgjdbc/pgjdbc/issues/3883))
> * fix(deps): update dependency org.mockito:mockito-bom to v5.20.0 [`@​renovate-bot`](https://github.com/renovate-bot) ([ArcadeData#3885](https://redirect.github.com/pgjdbc/pgjdbc/issues/3885))
> * fix(deps): update dependency net.bytebuddy:byte-buddy-parent to v1.18.2 [`@​renovate-bot`](https://github.com/renovate-bot) ([ArcadeData#3882](https://redirect.github.com/pgjdbc/pgjdbc/issues/3882))
> * chore(deps): update github/codeql-action digest to 497990d [`@​renovate-bot`](https://github.com/renovate-bot) ([ArcadeData#3881](https://redirect.github.com/pgjdbc/pgjdbc/issues/3881))

... (truncated)


Changelog

*Sourced from [org.postgresql:postgresql's changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md).*

> [42.7.9] (2026-01-14)
> ---------------------
>
> ### Added
>
> * feat: query timeout property [PR [ArcadeData#3705](https://redirect.github.com/pgjdbc/pgjdbc/issues/3705)]([pgjdbc/pgjdbc#3705](https://redirect.github.com/pgjdbc/pgjdbc/pull/3705))
> * feat: Add PEMKeyManager to handle PEM based certs and keys [PR [ArcadeData#3700](https://redirect.github.com/pgjdbc/pgjdbc/issues/3700)]([pgjdbc/pgjdbc#3700](https://redirect.github.com/pgjdbc/pgjdbc/pull/3700))
>
> ### Changed
>
> * perf: optimize PGInterval.getValue() by replacing String.format with StringBuilder
> * doc: update property quoteReturningIdentifiers default value [PR [ArcadeData#3847](https://redirect.github.com/pgjdbc/pgjdbc/issues/3847)]([pgjdbc/pgjdbc#3847](https://redirect.github.com/pgjdbc/pgjdbc/pull/3847))
> * security: Use a static method forName to load all user supplied classes. Use the Class.forName 3 parameter method and do not initilize it unless it is a subclass of the expected class
>
> ### Fixed
>
> * fix: incorrect pg\_stat\_replication.reply\_time calculation [PR [ArcadeData#3906](https://redirect.github.com/pgjdbc/pgjdbc/issues/3906)]([pgjdbc/pgjdbc#3906](https://redirect.github.com/pgjdbc/pgjdbc/pull/3906))
> * fix: close temporary lob descriptors that are used internally in PreparedStatement#setBlob
> * fix: PGXAConnection.prepare(Xid) should return XA\_RDONLY if the connection is read only [PR [ArcadeData#3897](https://redirect.github.com/pgjdbc/pgjdbc/issues/3897)]([pgjdbc/pgjdbc#3897](https://redirect.github.com/pgjdbc/pgjdbc/pull/3897))
> * fix: make all Calendar instances proleptic Gregorian [PR [ArcadeData#3837](https://redirect.github.com/pgjdbc/pgjdbc/issues/3837)]([pgjdbc/pgjdbc#3887](https://redirect.github.com/pgjdbc/pgjdbc/pull/3887))
> * fix: Simplify concurrency guards on QueryExecutorBase#transaction and QueryExecutorBase#standardConformingStrings [PR [ArcadeData#3897](https://redirect.github.com/pgjdbc/pgjdbc/issues/3897)]([pgjdbc/pgjdbc#3849](https://redirect.github.com/pgjdbc/pgjdbc/pull/3849))
> * fix: avoid memory leaks in Java <= 21 caused by Thread.inheritedAccessControlContext [PR [ArcadeData#3886](https://redirect.github.com/pgjdbc/pgjdbc/issues/3886)]([pgjdbc/pgjdbc#3886](https://redirect.github.com/pgjdbc/pgjdbc/pull/3886))
> * fix: Issue [ArcadeData#3784](https://redirect.github.com/pgjdbc/pgjdbc/issues/3784) pgjdbc can't decode numeric arrays containing special numbers like NaN [PR [ArcadeData#3838](https://redirect.github.com/pgjdbc/pgjdbc/issues/3838)]([pgjdbc/pgjdbc#3838](https://redirect.github.com/pgjdbc/pgjdbc/pull/3838))
> * fix: use ssl\_is\_used() to check for ssl connection [PR [ArcadeData#3867](https://redirect.github.com/pgjdbc/pgjdbc/issues/3867)]([pgjdbc/pgjdbc#3867](https://redirect.github.com/pgjdbc/pgjdbc/pull/3867))
> * fix: the classloader is nullable [PR [ArcadeData#3907](https://redirect.github.com/pgjdbc/pgjdbc/issues/3907)]([pgjdbc/pgjdbc#3907](https://redirect.github.com/pgjdbc/pgjdbc/pull/3907))


Commits

* [`79b784e`](pgjdbc/pgjdbc@79b784e) Added changelogs for version 42.7.9 ([ArcadeData#3908](https://redirect.github.com/pgjdbc/pgjdbc/issues/3908))
* [`1c00ffc`](pgjdbc/pgjdbc@1c00ffc) doc: add the new PGP signing key to the official documentation
* [`f774000`](pgjdbc/pgjdbc@f774000) chore(deps): update actions/create-github-app-token digest to 29824e6
* [`27daf3b`](pgjdbc/pgjdbc@27daf3b) chore(deps): update actions/setup-java digest to c1e3236
* [`6eb01ff`](pgjdbc/pgjdbc@6eb01ff) chore(deps): update codecov/codecov-action digest to 671740a
* [`dbf1e57`](pgjdbc/pgjdbc@dbf1e57) the classloader is nullable, and remove a space ([ArcadeData#3907](https://redirect.github.com/pgjdbc/pgjdbc/issues/3907))
* [`6a20574`](pgjdbc/pgjdbc@6a20574) Merge commit from fork
* [`c07721a`](pgjdbc/pgjdbc@c07721a) fix: incorrect pg\_stat\_replication.reply\_time calculation ([ArcadeData#3906](https://redirect.github.com/pgjdbc/pgjdbc/issues/3906))
* [`83023f3`](pgjdbc/pgjdbc@83023f3) fix: close temporary lob descriptors that are used internally in PreparedStat...
* [`62c9805`](pgjdbc/pgjdbc@62c9805) fix: issue [ArcadeData#3892](https://redirect.github.com/pgjdbc/pgjdbc/issues/3892), PGXAConnection.prepare(Xid) should return XA\_RDONLY if the ...
* Additional commits viewable in [compare view](pgjdbc/pgjdbc@REL42.7.8...REL42.7.9)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.postgresql:postgresql&package-manager=maven&previous-version=42.7.8&new-version=42.7.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
mergify Bot added a commit that referenced this pull request Aug 18, 2026
…tes [skip ci]

Bumps the go-modules group with 2 updates in the /e2e-go directory: [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) and [github.com/moby/sys/userns](https://github.com/moby/sys).
Updates `github.com/testcontainers/testcontainers-go` from 0.43.0 to 0.44.0
Release notes

*Sourced from [github.com/testcontainers/testcontainers-go's releases](https://github.com/testcontainers/testcontainers-go/releases).*

> v0.44.0
> -------
>
> What's Changed
> ==============
>
> 🔒 Security
> ----------
>
> * security: fix Dependabot alerts for grpc and OTel ([#3835](https://redirect.github.com/testcontainers/testcontainers-go/issues/3835)) [`@​mdelapenya`](https://github.com/mdelapenya)
>
> 🚀 Features
> ----------
>
> * feat: allow overriding the session ID ([#3051](https://redirect.github.com/testcontainers/testcontainers-go/issues/3051)) [`@​jcmfernandes`](https://github.com/jcmfernandes)
> * feat: add Azure SQL Edge module ([#3787](https://redirect.github.com/testcontainers/testcontainers-go/issues/3787)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add S3Mock module ([#3781](https://redirect.github.com/testcontainers/testcontainers-go/issues/3781)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Fake-GCS-Server module ([#3770](https://redirect.github.com/testcontainers/testcontainers-go/issues/3770)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Typesense module ([#3786](https://redirect.github.com/testcontainers/testcontainers-go/issues/3786)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Firebird module ([#3771](https://redirect.github.com/testcontainers/testcontainers-go/issues/3771)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add CouchDB module ([#3768](https://redirect.github.com/testcontainers/testcontainers-go/issues/3768)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Mosquitto module ([#3774](https://redirect.github.com/testcontainers/testcontainers-go/issues/3774)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Papercut-SMTP module ([#3777](https://redirect.github.com/testcontainers/testcontainers-go/issues/3777)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Timeplus module ([#3784](https://redirect.github.com/testcontainers/testcontainers-go/issues/3784)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Solr module ([#3783](https://redirect.github.com/testcontainers/testcontainers-go/issues/3783)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add SFTP module ([#3782](https://redirect.github.com/testcontainers/testcontainers-go/issues/3782)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add RavenDB module ([#3780](https://redirect.github.com/testcontainers/testcontainers-go/issues/3780)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add QuestDB module ([#3779](https://redirect.github.com/testcontainers/testcontainers-go/issues/3779)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Presto module ([#3778](https://redirect.github.com/testcontainers/testcontainers-go/issues/3778)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add OrientDB module ([#3776](https://redirect.github.com/testcontainers/testcontainers-go/issues/3776)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Nginx module ([#3775](https://redirect.github.com/testcontainers/testcontainers-go/issues/3775)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Mailpit module ([#3773](https://redirect.github.com/testcontainers/testcontainers-go/issues/3773)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Trino module ([#3785](https://redirect.github.com/testcontainers/testcontainers-go/issues/3785)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add KurrentDB module ([#3772](https://redirect.github.com/testcontainers/testcontainers-go/issues/3772)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add CrateDB module ([#3769](https://redirect.github.com/testcontainers/testcontainers-go/issues/3769)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add ActiveMQ Classic module ([#3767](https://redirect.github.com/testcontainers/testcontainers-go/issues/3767)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add ability to chain WithConfigModifier, WithEndpointSettingsModifier and WithHostConfigModifier ([#3733](https://redirect.github.com/testcontainers/testcontainers-go/issues/3733)) [`@​LaurentGoderre`](https://github.com/LaurentGoderre)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: escape the container name in the Docker name filter ([#3837](https://redirect.github.com/testcontainers/testcontainers-go/issues/3837)) [`@​jcmfernandes`](https://github.com/jcmfernandes)
> * fix: should print max information by default ([#3459](https://redirect.github.com/testcontainers/testcontainers-go/issues/3459)) [`@​strowk`](https://github.com/strowk)
> * fix: read exec exit code only after draining the output stream ([#3766](https://redirect.github.com/testcontainers/testcontainers-go/issues/3766)) [`@​dean-island`](https://github.com/dean-island)
> * fix: properly wait for Ryuk startup when reusing reaper ([#3761](https://redirect.github.com/testcontainers/testcontainers-go/issues/3761)) [`@​karsov`](https://github.com/karsov)
> * fix(openfga): remove playground wait from Run and up image to v1.18.0 ([#3745](https://redirect.github.com/testcontainers/testcontainers-go/issues/3745)) [`@​selvakannanjr`](https://github.com/selvakannanjr)
>
> 📖 Documentation
> ---------------
>
> * docs: fix incomplete CleanupContainer documentation ([#3826](https://redirect.github.com/testcontainers/testcontainers-go/issues/3826)) [`@​Hashim1999164`](https://github.com/Hashim1999164)
> * docs: fix typo in SkipIfProviderIsNotHealthy docstring ([#3764](https://redirect.github.com/testcontainers/testcontainers-go/issues/3764)) [`@​salandered`](https://github.com/salandered)
> * chore: update modules usage metrics (2026-07) ([#3759](https://redirect.github.com/testcontainers/testcontainers-go/issues/3759)) @[github-actions[bot]](https://github.com/apps/github-actions)
> * chore: update usage metrics (2026-07) ([#3757](https://redirect.github.com/testcontainers/testcontainers-go/issues/3757)) @[github-actions[bot]](https://github.com/apps/github-actions)
> * chore(metrics): usage metrics for modules ([#3737](https://redirect.github.com/testcontainers/testcontainers-go/issues/3737)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * docs(site): add missing languages and reorder docs navigation ([#3735](https://redirect.github.com/testcontainers/testcontainers-go/issues/3735)) [`@​mdelapenya`](https://github.com/mdelapenya)
>
> 🧹 Housekeeping
> --------------

... (truncated)


Commits

* [`007bd6b`](testcontainers/testcontainers-go@007bd6b) chore: use new version (v0.44.0) in modules and examples
* [`6fdd2fd`](testcontainers/testcontainers-go@6fdd2fd) feat: allow overriding the session ID ([#3051](https://redirect.github.com/testcontainers/testcontainers-go/issues/3051))
* [`0cfd2f9`](testcontainers/testcontainers-go@0cfd2f9) chore(deps): bump slackapi/slack-github-action from 3.0.3 to 4.0.0 ([#3788](https://redirect.github.com/testcontainers/testcontainers-go/issues/3788))
* [`5dda4cd`](testcontainers/testcontainers-go@5dda4cd) chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 ([#3789](https://redirect.github.com/testcontainers/testcontainers-go/issues/3789))
* [`8cfecf9`](testcontainers/testcontainers-go@8cfecf9) chore(deps): bump docker/setup-docker-action from 5.1.0 to 5.4.0 ([#3790](https://redirect.github.com/testcontainers/testcontainers-go/issues/3790))
* [`1d054f6`](testcontainers/testcontainers-go@1d054f6) fix: escape the container name in the Docker name filter ([#3837](https://redirect.github.com/testcontainers/testcontainers-go/issues/3837))
* [`2f869d6`](testcontainers/testcontainers-go@2f869d6) fix: should print max information by default ([#3459](https://redirect.github.com/testcontainers/testcontainers-go/issues/3459))
* [`62941e8`](testcontainers/testcontainers-go@62941e8) chore(azurite): tidy module dependencies ([#3838](https://redirect.github.com/testcontainers/testcontainers-go/issues/3838))
* [`632ee7b`](testcontainers/testcontainers-go@632ee7b) security: fix Dependabot alerts for grpc and OTel ([#3835](https://redirect.github.com/testcontainers/testcontainers-go/issues/3835))
* [`caa68c6`](testcontainers/testcontainers-go@caa68c6) chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1...
* Additional commits viewable in [compare view](testcontainers/testcontainers-go@v0.43.0...v0.44.0)
  
Updates `github.com/lufia/plan9stats` from 0.0.0-20211012122336-39d0f177ccd0 to 0.0.0-20260330125221-c963978e514e
Commits

* See full diff in [compare view](https://github.com/lufia/plan9stats/commits)
  
Updates `github.com/moby/sys/userns` from 0.1.0 to 0.2.0
Release notes

*Sourced from [github.com/moby/sys/userns's releases](https://github.com/moby/sys/releases).*

> mountinfo v0.2.0
> ----------------
>
> Bug fixes:
>
> * Fix path unescaping for paths with double quotes ([#16](https://redirect.github.com/moby/sys/issues/16))
>
> Improvements:
>
> * `Mounted`: speed up by adding fast paths using `openat2` (Linux-only, [#29](https://redirect.github.com/moby/sys/issues/29)) and `stat` ([#20](https://redirect.github.com/moby/sys/issues/20))
> * `Mounted`: relax path requirements (allow relative, non-cleaned paths, symlinks) (fixes [#27](https://redirect.github.com/moby/sys/issues/27))
> * Unescape `fstype` and `source` fields ([#16](https://redirect.github.com/moby/sys/issues/16))
> * Documentation improvements ([#15](https://redirect.github.com/moby/sys/issues/15))
>
> Testing/CI:
>
> * Unit tests: exclude darwin ([#13](https://redirect.github.com/moby/sys/issues/13))
> * CI: run tests under Fedora 32 to test openat2 ([#29](https://redirect.github.com/moby/sys/issues/29))
> * `TestGetMounts`: fix for Ubuntu build system ([#18](https://redirect.github.com/moby/sys/issues/18))
> * Makefile: fix ignoring test failures ([#19](https://redirect.github.com/moby/sys/issues/19))
> * CI: add cross build ([#23](https://redirect.github.com/moby/sys/issues/23))
>
> Thanks to:
>
> * Aleksa Sarai
> * Shengjing Zhu
>
> mount v0.2.0
> ------------
>
> Breaking changes:
>
> * Remove stub-implementations for Windows for `Mount()`, `Unmount()`,
>   `RecursiveUnmount()`, `MergeTmpfsOptions()` ([#31](https://redirect.github.com/moby/sys/issues/31)[1](https://redirect.github.com/moby/sys/pull/31))
>
> Fixes and improvements:
>
> * `go.mod`: update github.com/moby/sys/mountinfo to [v0.4.0](https://github.com/moby/sys/releases/tag/mountinfo%2Fv0.4.0) ([#44](https://redirect.github.com/moby/sys/issues/44)[3](https://redirect.github.com/moby/sys/pull/44), [#56](https://redirect.github.com/moby/sys/issues/56)[4](https://redirect.github.com/moby/sys/pull/56))
> * use `MNT_*` flags from golang.org/x/sys/unix on freebsd ([#36](https://redirect.github.com/moby/sys/issues/36)[5](https://redirect.github.com/moby/sys/pull/36))
> * add support for OpenBSD in addition to FreeBSD ([#32](https://redirect.github.com/moby/sys/issues/32)[6](https://redirect.github.com/moby/sys/pull/32))
> * fix package overview documentation not showing ([#43](https://redirect.github.com/moby/sys/issues/43)[7](https://redirect.github.com/moby/sys/pull/43))
> * `RecursiveUnmount()`: minor improvements ([#46](https://redirect.github.com/moby/sys/issues/46)[8](https://redirect.github.com/moby/sys/pull/46))
>
> Thanks to:
>
> * Tobias Klauser
>
> symlink/v0.2.0
> --------------
>
> What's Changed
> --------------

... (truncated)


Commits

* [`86870e7`](moby/sys@86870e7) Merge pull request [#140](https://redirect.github.com/moby/sys/issues/140) from thaJeztah/integrate\_libcontainer\_userns
* [`5cd502c`](moby/sys@5cd502c) user: require go1.21 or higher
* [`a40602b`](moby/sys@a40602b) user/userns: add godoc for package
* [`bc3a8a5`](moby/sys@bc3a8a5) libct/userns: implement RunningInUserNS with sync.OnceValue
* [`bc0de32`](moby/sys@bc0de32) libct/userns: make fuzzer Linux-only, and remove stub for uidMapInUserNS
* [`333fe31`](moby/sys@333fe31) libct/userns: change RunningInUserNS to a wrapper instead of an alias
* [`bb72464`](moby/sys@bb72464) remove pre-go1.17 build-tags
* [`87e38c8`](moby/sys@87e38c8) libcontainer/userns: simplify, and separate from "user" package.
* [`b19e084`](moby/sys@b19e084) \*: add go-1.17+ go:build tags
* [`db243e2`](moby/sys@db243e2) \*: rm redundant linux build tag
* Additional commits viewable in [compare view](moby/sys@user/v0.1.0...user/v0.2.0)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore  major version` will 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  minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file dependency_approved javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant