Releases: JeanBaptisteWATENBERG/junit5-kubernetes
Releases · JeanBaptisteWATENBERG/junit5-kubernetes
2.3.2-beta
What's Changed
- Add e.getMessage to get more information about error (can be somethin… by @HellySamael in #9
Full Changelog: 2.3.1-beta...2.3.2-beta
2.3.1-beta
BUg fixes
- Fix: #6 cleanup created services when tests completes
2.3.0-beta
2.2.0-beta
New features
experiment NodePort service to ease pod services access from outside the kubernetes cluster
v2.1.0
New features
Pod
- execInPod : exec a command in a running pod
- copyFileToPodContainer : copy a file to a running pod
- withCopyFileToPodContainer : copy a file to a pod just after it started
- getLogStream : get a following stream of pod logs
- getLogs : get all pods logs until call time (not following new logs)
Helpers
- RabbitMQPod
v2.0.0
Breaking changes
- Rename WaitLogStrategy.java to PodWaitLogStrategy.java
- Rename WaitRunningStatusStrategy.java to PodWaitRunningStatusStrategy.java
- Move everything under package com.github.jeanbaptistewatenberg.junit5kubernetes.core
Public features
- Introduce kubernetesPullSecrets JVM property to configure optional pull secrets
- New PodWaitReadyStrategy.java that wait for ready status of pod's container (all pod's container by default, optionally a list of container by name)
- Introduce postgresql helper package
Internal features
- Introduce lifecycle listener methods onBeforeCreate and onReady to give helpers more possibilities to extend generic kubernetes objects
- Introduce JDBC helpers that makes it easier to build a relational database helper
v1.0.0
Releasing first version on maven central
v0.0.7
maven central release
v0.0.6
maven central release
v0.0.5
maven central release