Update resource reaper version#933
Merged
cristianrgreco merged 3 commits intotestcontainers:mainfrom Mar 18, 2025
Merged
Conversation
✅ Deploy Preview for testcontainers-node ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Collaborator
|
Hi @loikg, shall we update the version of ryuk used by testcontainers-node as well? |
Contributor
Author
|
Hi @cristianrgreco done I bump the ryuk image version to |
Collaborator
|
Thanks @loikg, just missing the defaults in the doc: testcontainers-node/docs/configuration.md Line 44 in 9dead6e |
cristianrgreco
approved these changes
Mar 17, 2025
Contributor
Author
|
Sorry my bad i had missed the docs |
vaernion
pushed a commit
to Arbeidstilsynet/brevgen2
that referenced
this pull request
Dec 3, 2025
….21.0 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [testcontainers](https://github.com/testcontainers/testcontainers-node) | devDependencies | minor | [`10.20.0` -> `10.21.0`](https://renovatebot.com/diffs/npm/testcontainers/10.20.0/10.21.0) | --- ### Release Notes <details> <summary>testcontainers/testcontainers-node (testcontainers)</summary> ### [`v10.21.0`](https://github.com/testcontainers/testcontainers-node/releases/tag/v10.21.0) [Compare Source](testcontainers/testcontainers-node@v10.20.0...v10.21.0) #### Changes #### 🚀 Features - Add ability to set command flags to Gcloud emulators [@​digital88](https://github.com/digital88) ([#​926](testcontainers/testcontainers-node#926)) - Update resource reaper version [@​loikg](https://github.com/loikg) ([#​933](testcontainers/testcontainers-node#933)) - Add cosmos db emulator module [@​mrtnsch](https://github.com/mrtnsch) ([#​934](testcontainers/testcontainers-node#934)) - Add ability to copy archives into containers [@​zacaj](https://github.com/zacaj) ([#​932](testcontainers/testcontainers-node#932)) #### 🐛 Bug Fixes - Do not replace user-provided Localstack `LAMBDA_DOCKER_FLAGS` [@​florian-nguyen](https://github.com/florian-nguyen) ([#​935](testcontainers/testcontainers-node#935)) #### 🧹 Maintenance - Upgrade linting libraries [@​prenaissance](https://github.com/prenaissance) ([#​931](testcontainers/testcontainers-node#931)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or PR is renamed to start with "rebase!". 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Related work items: #30372
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.
Changes the wait strategy regex of the reaper container to be compatible with newer version of the ryuk image.
The regex is align with what testcontainer-java uses.