kindcontainer
kindcontainer copied to clipboard
Testcontainers that start Kubernetes in Docker.
Currently the examples in the readme only use JUnit 4. JUnit 5 is not mentioned at all. I would suggest to choose one of the following options: - Add JUnit...
Fixes #262.
I have the following simple test: ```java public class KindContainerTest { KindContainer KUBE = new KindContainer(); @Test void runKindContainer() { KUBE.start(); } } ``` Kind container fails to start with...
Bumps com.palantir.git-version from 1.0.0 to 3.0.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.12.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.12.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.12.0 2024-05-11 - 25 commit(s) by Piotr Przybylak, Stefano Cordio,...
Bumps `testcontainersVersion` from 1.19.6 to 1.19.8. Updates `org.testcontainers:testcontainers` from 1.19.6 to 1.19.8 Release notes Sourced from org.testcontainers:testcontainers's releases. 1.19.8 Testcontainers for Java 1.19.8 🚀 Features & Enhancements support backtick enquoting...
Apologies if I've overlooked anything, but could we consider adding a timeout to the connection attempt to the API server at https://github.com/dajudge/kindcontainer/blob/master/src/main/java/com/dajudge/kindcontainer/ApiServerContainer.java#L163? We've encountered issues where we cannot connect to...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.13 to 1.5.6. Commits 7812a55 prepare release 1.5.6 759fc25 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional 3d55638 start work on 1.5.6-SNAPSHOT a91d2b6 notes about javadocs...
Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.77 to 1.78.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [io.fabric8:kubernetes-client](https://github.com/fabric8io/kubernetes-client) from 6.8.0 to 6.12.1. Release notes Sourced from io.fabric8:kubernetes-client's releases. 6.12.1 (2024-04-18) Bugs Fix #5880: OpenID Connect token refreshed in loaded Config Fix #5911: (crd-generator) Improve error message...