Closed renovate[bot] closed 5 months ago
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
โ ๏ธ Warning: custom changes will be lost.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
80.0% Coverage on New Code
0.0% Duplication on New Code
This PR contains the following updates:
8.7
->8.8
1.19.7
->1.19.8
1.12.5
->1.13.0
3.2.5
->3.3.0
Release Notes
gradle/gradle (gradle)
### [`v8.8`](https://togithub.com/gradle/gradle/compare/v8.7.0...v8.8.0) [Compare Source](https://togithub.com/gradle/gradle/compare/v8.7.0...v8.8.0)testcontainers/testcontainers-java (org.testcontainers:testcontainers-bom)
### [`v1.19.8`](https://togithub.com/testcontainers/testcontainers-java/releases/tag/1.19.8) [Compare Source](https://togithub.com/testcontainers/testcontainers-java/compare/1.19.7...1.19.8) ### Testcontainers for Java 1.19.8 #### ๐ Features & Enhancements - support backtick enquoting in SQL script splitter ([#8593](https://togithub.com/testcontainers/testcontainers-java/issues/8593)) [@peterhalicky](https://togithub.com/peterhalicky) - \[localstack] Automatically add LAMBDA_DOCKER_FLAGS with testcontainers labels ([#8595](https://togithub.com/testcontainers/testcontainers-java/issues/8595)) [@dfangl](https://togithub.com/dfangl) - \[qdrant] Allow to set key and config file ([#8556](https://togithub.com/testcontainers/testcontainers-java/issues/8556)) [@eddumelendez](https://togithub.com/eddumelendez) - \[weaviate] Support new project container registry ([#8512](https://togithub.com/testcontainers/testcontainers-java/issues/8512)) [@ThomasVitale](https://togithub.com/ThomasVitale) - \[kafka] Add support for `apache/kafka` ([#8416](https://togithub.com/testcontainers/testcontainers-java/issues/8416)) [@eddumelendez](https://togithub.com/eddumelendez) - \[kafka] Skip starting zookeeper when using a Kafka container with the provided Zookeeper ([#8433](https://togithub.com/testcontainers/testcontainers-java/issues/8433)) [@silh](https://togithub.com/silh) - Use Awaitility to Poll the Image Pull ([#8453](https://togithub.com/testcontainers/testcontainers-java/issues/8453)) [@JKomoroski](https://togithub.com/JKomoroski) - Avoid usage of the non monotonic clock System.currentTimeMillis() in favor of System.nanoTime() ([#6392](https://togithub.com/testcontainers/testcontainers-java/issues/6392)) [@Nateckert](https://togithub.com/Nateckert) - Fix DateTimeParseException when created is not set in image config ([#8302](https://togithub.com/testcontainers/testcontainers-java/issues/8302)) [@SgtSilvio](https://togithub.com/SgtSilvio) - \[redpanda] Override entrypoint ([#8450](https://togithub.com/testcontainers/testcontainers-java/issues/8450)) [@eddumelendez](https://togithub.com/eddumelendez) - \[weaviae] Add method for getting gRPC port ([#8431](https://togithub.com/testcontainers/testcontainers-java/issues/8431)) [@antas-marcin](https://togithub.com/antas-marcin) - \[clickhouse] Add `getDatabaseName()` method ([#8339](https://togithub.com/testcontainers/testcontainers-java/issues/8339)) [@colin-lee](https://togithub.com/colin-lee) #### ๐ Bug Fixes - Pass env to ComposeDelegate in DockerComposeContainer#stop ([#8493](https://togithub.com/testcontainers/testcontainers-java/issues/8493)) [@mmusenbr](https://togithub.com/mmusenbr) #### ๐ Documentation #### ๐งน Housekeeping - Add Weaviate module tests with modules ([#8481](https://togithub.com/testcontainers/testcontainers-java/issues/8481)) [@antas-marcin](https://togithub.com/antas-marcin) - Update alpine image version to 3.17 ([#8476](https://togithub.com/testcontainers/testcontainers-java/issues/8476)) [@eddumelendez](https://togithub.com/eddumelendez) - fix getConnectionString javadoc ([#8129](https://togithub.com/testcontainers/testcontainers-java/issues/8129)) [@gabrielluciano](https://togithub.com/gabrielluciano) #### ๐ฆ Dependency updates - Move to gradle/actions/wrapper-validation ([#8559](https://togithub.com/testcontainers/testcontainers-java/issues/8559)) [@eddumelendez](https://togithub.com/eddumelendez) - upgrade to github actions setup-java v4 ([#8475](https://togithub.com/testcontainers/testcontainers-java/issues/8475)) [@sullis](https://togithub.com/sullis) - Update ryuk version to 0.7.0 ([#8451](https://togithub.com/testcontainers/testcontainers-java/issues/8451)) [@eddumelendez](https://togithub.com/eddumelendez) - chore: use new sshd:1.2.0 image ([#8574](https://togithub.com/testcontainers/testcontainers-java/issues/8574)) [@mdelapenya](https://togithub.com/mdelapenya)micrometer-metrics/micrometer (io.micrometer:micrometer-registry-prometheus)
### [`v1.13.0`](https://togithub.com/micrometer-metrics/micrometer/compare/v1.12.6...v1.13.0) ### [`v1.12.6`](https://togithub.com/micrometer-metrics/micrometer/releases/tag/v1.12.6): 1.12.6 #### :warning: Noteworthy - Downgrade to Mockito 4 from Mockito 5 in micrometer-observation-test module [https://github.com/micrometer-metrics/micrometer/issues/4968](https://togithub.com/micrometer-metrics/micrometer/issues/4968) #### :lady_beetle: Bug Fixes - NullPointerException in DefaultJmsProcessObservationConvention [#4966](https://togithub.com/micrometer-metrics/micrometer/issues/4966) - OTLP Gauge datapoint timestamp should be time at sampling [#5044](https://togithub.com/micrometer-metrics/micrometer/issues/5044) - AnnotationHandler can't see methods from parent class [#4983](https://togithub.com/micrometer-metrics/micrometer/issues/4983) #### :hammer: Dependency Upgrades - Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.696 to 1.12.720 [#5042](https://togithub.com/micrometer-metrics/micrometer/pull/5042) [#5086](https://togithub.com/micrometer-metrics/micrometer/pull/5086) - Bump com.dynatrace.metric.util:dynatrace-metric-utils-java from 2.2.0 to 2.2.1 [#5005](https://togithub.com/micrometer-metrics/micrometer/pull/5005) - Bump com.signalfx.public:signalfx-java from 1.0.40 to 1.0.41 [#5000](https://togithub.com/micrometer-metrics/micrometer/pull/5000) - Bump com.netflix.spectator:spectator-reg-atlas from 1.7.11 to 1.7.12 [#4994](https://togithub.com/micrometer-metrics/micrometer/pull/4994) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@izeye](https://togithub.com/izeye), [@tdinev](https://togithub.com/tdinev), [@lenin-jaganathan](https://togithub.com/lenin-jaganathan) and [@MartinUhlen](https://togithub.com/MartinUhlen)Configuration
๐ Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Bratislava, 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.
๐ป Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.