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

Bump testcontainers from 0.14.0 to 0.15.0 #2369

Merged
merged 5 commits into from
Apr 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps testcontainers from 0.14.0 to 0.15.0.

Changelog

Sourced from testcontainers's changelog.

[0.15.0] - 2023-09-28

Added

  • Added privileged parameter to RunnableImage
  • Added shm_size (shared memory size) parameter to RunnableImage
  • Added logging of an error when starting a container fails

Changed

  • Container::exec changed to be synchronous and return ExecOutput
  • MSRV is now 1.63.
  • Fixed get_bridge_ip_address not to use outdated properties
  • Docker trait is declared to be Send + Sync

Removed

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2023
@tremor-bot tremor-bot enabled auto-merge (rebase) October 31, 2023 04:28
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from 533e1e2 to eeba46e Compare October 31, 2023 08:34
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from eeba46e to 291869f Compare October 31, 2023 08:53
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from 291869f to 6a49e91 Compare October 31, 2023 09:05
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from 6a49e91 to 779ac2f Compare October 31, 2023 10:24
@codecov
Copy link

codecov bot commented Oct 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.70%. Comparing base (93eeb52) to head (ce685d4).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2369      +/-   ##
==========================================
+ Coverage   88.01%   90.70%   +2.69%     
==========================================
  Files         297      297              
  Lines       58547    58622      +75     
==========================================
+ Hits        51529    53176    +1647     
+ Misses       7018     5446    -1572     
Flag Coverage Δ
e2e-command 11.49% <ø> (ø)
e2e-integration 51.19% <ø> (?)
e2e-unit 12.75% <ø> (ø)
e2etests 53.60% <ø> (+36.08%) ⬆️
tremorapi 14.61% <ø> (ø)
tremorcodec 63.15% <100.00%> (+0.46%) ⬆️
tremorcommon 57.57% <100.00%> (+2.50%) ⬆️
tremorconnectors 34.64% <ø> (+<0.01%) ⬆️
tremorconnectorsaws 10.79% <ø> (ø)
tremorconnectorsgcp 20.41% <100.00%> (+0.08%) ⬆️
tremorinflux 87.72% <ø> (ø)
tremorinterceptor 51.81% <ø> (ø)
tremorpipeline 30.71% <ø> (ø)
tremorruntime 47.84% <ø> (+0.01%) ⬆️
tremorscript 54.09% <ø> (ø)
tremorsystem 5.36% <ø> (ø)
tremorvalue 72.45% <100.00%> (+0.41%) ⬆️
unittests 87.93% <100.00%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
tremor-codec/src/codec/binary.rs 100.00% <100.00%> (+26.47%) ⬆️
tremor-common/src/rand.rs 100.00% <100.00%> (ø)
tremor-connectors-gcp/src/gcs.rs 100.00% <100.00%> (ø)
tremor-value/src/value/static.rs 64.70% <100.00%> (+4.70%) ⬆️

... and 57 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93eeb52...ce685d4. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from 779ac2f to dad7d0d Compare November 1, 2023 04:35
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from dad7d0d to 004c30a Compare November 6, 2023 04:19
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from 004c30a to 1fd329e Compare November 7, 2023 04:21
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from 1fd329e to 52109fc Compare November 8, 2023 04:33
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from 52109fc to 06efbc2 Compare November 8, 2023 08:38
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from 06efbc2 to 3bd1234 Compare November 10, 2023 04:22
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from 3bd1234 to b5b4229 Compare November 10, 2023 04:33
tremor-bot
tremor-bot previously approved these changes Nov 24, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from 5407dd3 to 3ef900b Compare November 27, 2023 04:14
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from 3ef900b to 20c53f6 Compare November 27, 2023 04:26
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from 20c53f6 to e06ad9b Compare November 29, 2023 05:04
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from e06ad9b to 5fd924d Compare November 29, 2023 05:22
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from 5fd924d to 70b3ead Compare November 29, 2023 05:31
@dependabot dependabot bot force-pushed the dependabot/cargo/testcontainers-0.15.0 branch from 70b3ead to ff22341 Compare November 29, 2023 05:42
tremor-bot
tremor-bot previously approved these changes Nov 29, 2023
@darach
Copy link
Member

darach commented Apr 10, 2024

@dependabot rebase

Bumps [testcontainers](https://github.com/testcontainers/testcontainers-rs) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/testcontainers/testcontainers-rs/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-rs/blob/dev/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-rs@0.14.0...0.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
tremor-bot
tremor-bot previously approved these changes Apr 10, 2024
Copy link
Member

@Licenser Licenser left a comment

Choose a reason for hiding this comment

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

LGTM

@tremor-bot tremor-bot merged commit 6c8dd70 into main Apr 16, 2024
30 of 31 checks passed
@tremor-bot tremor-bot deleted the dependabot/cargo/testcontainers-0.15.0 branch April 16, 2024 13:07
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants