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

Update dependency org.testcontainers:testcontainers-bom to v1.17.6 (release/4.0.x) #6243

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.testcontainers:testcontainers-bom (source) 1.17.5 -> 1.17.6 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

testcontainers/testcontainers-java

v1.17.6

Compare Source

What's Changed
Highlights

This release has been made possible through the efforts of 20 contributors. The Testcontainers does not cease to amaze us, thanks to everyone of you and thanks for the ongoing support and collaboration 🥰.

This release brings a lot of database love with 2 new modules, and as always a couple of bug fixes and improvements

New Module: QuestDB (#​5995) @​Vangreen

QuestDB, is a high-performance, open-source SQL database for applications in financial services, IoT, machine learning, DevOps and observability.

var container = new QuestDBContainer("questdb/questdb:6.5.3")
container.start()
var connectionUrl = container.getHttpUrl()
// use the connectionUrl and start testing!
New Module: YugabyteDB (#​4372) @​srinivasa-vasu

YugabyteDB, is a modern distributed SQL database for transactional cloud native applications. PostgreSQL compatible. It offers two APIs, SQL and CQL.

var container = new YugabyteDBYSQLContainer("yugabytedb/yugabyte:2.14.4.0-b26");
container.start()
var jdbcUrl = container.getJdbcUrl();
// use the jdbcUrl and start testing!
var container = new YugabyteDBYCQLContainer("yugabytedb/yugabyte:2.14.4.0-b26");
container.start()
var contactPoint = container.getContactPoint();
// use the contactPoint and start testing!
🚀 Features & Enhancements
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
9 changes * Ignore updates for org.neo4j:neo4j (#​6112) @​eddumelendez * Combined dependencies PR (#​6210) @​eddumelendez * Combined dependencies PR (#​6205) @​eddumelendez * Combined dependencies PR (#​6173) @​eddumelendez * Combined dependencies PR (#​6153) @​eddumelendez * Combined dependencies PR (#​6150) @​eddumelendez

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), 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 you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner November 19, 2022 22:42
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 19, 2022
@gitpod-io
Copy link

gitpod-io bot commented Nov 19, 2022

@joschi joschi added this to the 4.0.0 milestone Nov 19, 2022
@joschi joschi enabled auto-merge (squash) November 19, 2022 23:00
@renovate renovate bot force-pushed the renovate/release/4.0.x-org.testcontainers-testcontainers-bom-1.17.x branch 4 times, most recently from 0ee53e1 to 860afec Compare November 20, 2022 03:04
@renovate renovate bot force-pushed the renovate/release/4.0.x-org.testcontainers-testcontainers-bom-1.17.x branch from 860afec to b8ddb9c Compare November 20, 2022 03:50
@sonarcloud
Copy link

sonarcloud bot commented Nov 20, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@joschi joschi merged commit 67610b3 into release/4.0.x Nov 20, 2022
@joschi joschi deleted the renovate/release/4.0.x-org.testcontainers-testcontainers-bom-1.17.x branch November 20, 2022 04:31
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.

None yet

1 participant