Add support for identity token authentication#1179
Merged
cristianrgreco merged 4 commits intomainfrom Nov 13, 2025
Merged
Conversation
✅ Deploy Preview for testcontainers-node ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
vaernion
pushed a commit
to Arbeidstilsynet/brevgen2
that referenced
this pull request
Dec 3, 2025
….9.0 > **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [testcontainers](https://github.com/testcontainers/testcontainers-node) | [`11.7.2` -> `11.9.0`](https://renovatebot.com/diffs/npm/testcontainers/11.7.2/11.9.0) |  |  | --- ### Release Notes <details> <summary>testcontainers/testcontainers-node (testcontainers)</summary> ### [`v11.9.0`](https://github.com/testcontainers/testcontainers-node/releases/tag/v11.9.0) [Compare Source](testcontainers/testcontainers-node@v11.8.1...v11.9.0) #### Changes #### 🚀 Features - Add support for identity token authentication [@​cristianrgreco](https://github.com/cristianrgreco) ([#​1179](testcontainers/testcontainers-node#1179)) #### 📦 Dependency Updates - Bump the dependencies group across 21 directories with 23 updates @​[dependabot\[bot\]](https://github.com/apps/dependabot) ([#​1187](testcontainers/testcontainers-node#1187)) - Bump mkdocs-material from 9.6.23 to 9.7.0 in the dependencies group @​[dependabot\[bot\]](https://github.com/apps/dependabot) ([#​1186](testcontainers/testcontainers-node#1186)) ### [`v11.8.1`](https://github.com/testcontainers/testcontainers-node/releases/tag/v11.8.1) [Compare Source](testcontainers/testcontainers-node@v11.8.0...v11.8.1) #### Changes #### 🐛 Bug Fixes - Fix Redis container to accept command override [@​ziggornif](https://github.com/ziggornif) ([#​1155](testcontainers/testcontainers-node#1155)) #### 📦 Dependency Updates - Bump the dependencies group with 10 updates @​[dependabot\[bot\]](https://github.com/apps/dependabot) ([#​1176](testcontainers/testcontainers-node#1176)) - Bump mkdocs-material from 9.6.22 to 9.6.23 in the dependencies group @​[dependabot\[bot\]](https://github.com/apps/dependabot) ([#​1178](testcontainers/testcontainers-node#1178)) - Bump the dependencies group across 28 directories with 31 updates @​[dependabot\[bot\]](https://github.com/apps/dependabot) ([#​1177](testcontainers/testcontainers-node#1177)) ### [`v11.8.0`](https://github.com/testcontainers/testcontainers-node/releases/tag/v11.8.0) [Compare Source](testcontainers/testcontainers-node@v11.7.2...v11.8.0) #### Changes #### 🚀 Features - Add configuration for `TESTCONTAINERS_RYUK_RECONNECTION_TIMEOUT` [@​abendi](https://g...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #651