Skip to content

v2.0.0

Compare
Choose a tag to compare
@JeanBaptisteWATENBERG JeanBaptisteWATENBERG released this 22 May 20:20
· 25 commits to master since this release

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