renovate-bot opened a new pull request, #1437:
URL: https://github.com/apache/polaris/pull/1437

   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | [org.testcontainers:testcontainers-bom](https://java.testcontainers.org) 
([source](https://redirect.github.com/testcontainers/testcontainers-java)) | 
`1.20.6` -> `1.21.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.testcontainers:testcontainers-bom/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.testcontainers:testcontainers-bom/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.testcontainers:testcontainers-bom/1.20.6/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.testcontainers:testcontainers-bom/1.20.6/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>testcontainers/testcontainers-java 
(org.testcontainers:testcontainers-bom)</summary>
   
   ### 
[`v1.21.0`](https://redirect.github.com/testcontainers/testcontainers-java/releases/tag/1.21.0)
   
   [Compare 
Source](https://redirect.github.com/testcontainers/testcontainers-java/compare/1.20.6...1.21.0)
   
   ##### What's Changed
   
   -   Fix typo in LGTM container method 
([#&#8203;10189](https://redirect.github.com/testcontainers/testcontainers-java/issues/10189))
 [@&#8203;jaydeluca](https://redirect.github.com/jaydeluca)
   -   Pass `start` command required in Solr 10 
([#&#8203;10174](https://redirect.github.com/testcontainers/testcontainers-java/issues/10174))
 [@&#8203;epugh](https://redirect.github.com/epugh)
   -   \[solr] Replace "create_core" with "create" command 
([#&#8203;10172](https://redirect.github.com/testcontainers/testcontainers-java/issues/10172))
 [@&#8203;epugh](https://redirect.github.com/epugh)
   -   Update docs version to ${GITHUB_REF##\*/} 
([#&#8203;10063](https://redirect.github.com/testcontainers/testcontainers-java/issues/10063))
 [@&#8203;github-actions](https://redirect.github.com/github-actions)
   -   Update testcontainers version to ${GITHUB_REF##\*/} 
([#&#8203;10062](https://redirect.github.com/testcontainers/testcontainers-java/issues/10062))
 [@&#8203;github-actions](https://redirect.github.com/github-actions)
   
   ##### โš ๏ธ Breaking API changes
   
   -   Remove spock-core from spock module 
([#&#8203;10069](https://redirect.github.com/testcontainers/testcontainers-java/issues/10069))
 [@&#8203;eddumelendez](https://redirect.github.com/eddumelendez)
   -   Uses `clickhouse/clickhouse-server` as Docker Image in 
ClickHouseProvider 
([#&#8203;8738](https://redirect.github.com/testcontainers/testcontainers-java/issues/8738))
 [@&#8203;linghengqian](https://redirect.github.com/linghengqian)
   
   ##### ๐Ÿš€ Features & Enhancements
   
   -   Expose Tempo in LgtmContainer 
([#&#8203;10192](https://redirect.github.com/testcontainers/testcontainers-java/issues/10192))
 [@&#8203;jaydeluca](https://redirect.github.com/jaydeluca)
   -   Allow spock tests to be skipped when Docker is unavailable 
([#&#8203;10180](https://redirect.github.com/testcontainers/testcontainers-java/issues/10180))
 [@&#8203;eddumelendez](https://redirect.github.com/eddumelendez)
   -   Support new chromadb api version 
([#&#8203;10170](https://redirect.github.com/testcontainers/testcontainers-java/issues/10170))
 [@&#8203;dev-jonghoonpark](https://redirect.github.com/dev-jonghoonpark)
   -   Add default database name to MongoDB Atlas 
([#&#8203;10034](https://redirect.github.com/testcontainers/testcontainers-java/issues/10034))
 [@&#8203;blancqua](https://redirect.github.com/blancqua)
   -   \[servicebus] Skip waiting for sql to be ready 
([#&#8203;10092](https://redirect.github.com/testcontainers/testcontainers-java/issues/10092))
 [@&#8203;eddumelendez](https://redirect.github.com/eddumelendez)
   -   Support additional flags in FirestoreEmulatorContainer 
([#&#8203;10067](https://redirect.github.com/testcontainers/testcontainers-java/issues/10067))
 [@&#8203;eddumelendez](https://redirect.github.com/eddumelendez)
   
   ##### โ˜ ๏ธ Deprecations
   
   -   Deprecate getUserPass and add getPassword 
([#&#8203;10064](https://redirect.github.com/testcontainers/testcontainers-java/issues/10064))
 [@&#8203;eddumelendez](https://redirect.github.com/eddumelendez)
   
   ##### ๐Ÿ› Bug Fixes
   
   -   Fix connection leak in JdbcDatabaseDelegate 
([#&#8203;9662](https://redirect.github.com/testcontainers/testcontainers-java/issues/9662))
 [@&#8203;froque](https://redirect.github.com/froque)
   -   Allow configuring the AlwaysPullPolicy 
([#&#8203;10188](https://redirect.github.com/testcontainers/testcontainers-java/issues/10188))
 [@&#8203;sebastian-steiner](https://redirect.github.com/sebastian-steiner)
   
   ##### ๐Ÿ“– Documentation
   
   -   Add DockerModelRunnerContainer to core 
([#&#8203;10183](https://redirect.github.com/testcontainers/testcontainers-java/issues/10183))
 [@&#8203;kiview](https://redirect.github.com/kiview)
   -   Allow configuring the AlwaysPullPolicy 
([#&#8203;10188](https://redirect.github.com/testcontainers/testcontainers-java/issues/10188))
 [@&#8203;sebastian-steiner](https://redirect.github.com/sebastian-steiner)
   -   Fix Apache Solr link 
([#&#8203;10171](https://redirect.github.com/testcontainers/testcontainers-java/issues/10171))
 [@&#8203;epugh](https://redirect.github.com/epugh)
   -   Remove incubator note from Solr docs 
([#&#8203;10173](https://redirect.github.com/testcontainers/testcontainers-java/issues/10173))
 [@&#8203;epugh](https://redirect.github.com/epugh)
   -   Remove linked-container 
([#&#8203;10065](https://redirect.github.com/testcontainers/testcontainers-java/issues/10065))
 [@&#8203;eddumelendez](https://redirect.github.com/eddumelendez)
   
   ##### ๐Ÿงน Housekeeping
   
   -   Add SFTP host key check example 
([#&#8203;10127](https://redirect.github.com/testcontainers/testcontainers-java/issues/10127))
 [@&#8203;julianladisch](https://redirect.github.com/julianladisch)
   -   Remove linked-container 
([#&#8203;10065](https://redirect.github.com/testcontainers/testcontainers-java/issues/10065))
 [@&#8203;eddumelendez](https://redirect.github.com/eddumelendez)
   
   ##### ๐Ÿ“ฆ Dependency updates
   
   -   Update Gradle Wrapper from undefined to 8.13 
([#&#8203;10033](https://redirect.github.com/testcontainers/testcontainers-java/issues/10033))
 [@&#8203;github-actions](https://redirect.github.com/github-actions)
   -   Update docker-java version to 3.4.2 
([#&#8203;10071](https://redirect.github.com/testcontainers/testcontainers-java/issues/10071))
 [@&#8203;eddumelendez](https://redirect.github.com/eddumelendez)
   
   </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 you tick the rebase/retry 
checkbox.
   
   ๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR was generated by [Mend Renovate](https://mend.io/renovate/). View 
the [repository job log](https://developer.mend.io/github/apache/polaris).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS1wb2xhcmlzIl19-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to