Skip to content

Releases: dajudge/kindcontainer

v1.0.0

22 Feb 12:52
cb1fc4e

Choose a tag to compare

General information

ATTENTION: Several API changes, hence the major version bump!

Noteworthy enhancements

  • Add access to internal & external kubeconfigs (#55)
  • Add flient API for kubectl (#26)
  • Add fluent API for helm (#24)
  • Remove fabric8 dependency (#49)
  • Support multiple k8s versions (#44)
  • Allow impersonation of service accounts (#45, #41)
  • Align types with testcontainers (#16)
  • Allow parallel execution of kind containers (#32)
  • Add DeploymentWaitStrategy (#35)

What's Changed

Full Changelog: release/0.0.17...release/1.0.0

v0.0.17

25 Jan 15:13
31f3256

Choose a tag to compare

  • Add constructors for DockerImageName (#15)
  • Bump org.testcontainers:testcontainers to 1.16.3 (#14)
  • Bump io.fabric8:kubernetes-client to 5.11.2 (#13)
  • Bump ch.qos.logback:logback-classic to 1.2.10 (#11)
  • Bump com.squareup.okhttp3:okhttp to 4.9.3 (#12)
  • Change service subnet so it doesn't collide with Testcontainers cloud network setup (#10)

v0.0.16

25 Nov 08:37

Choose a tag to compare

  • Return DefaultKubernetesClient where appropriate
  • Make ApiServerContainer image configurable
  • Version bump ch.qos.logback:logback-classic to 1.2.7
  • Version bump org.awaitility:awaitility to 4.1.1
  • Version bump io.fabric8:kubernetes-client to 5.10.1
  • Version bump org.testcontainers:testcontainers to 1.16.2

v0.0.15

19 Oct 13:08

Choose a tag to compare

  • Return DefaultKubernetesClient instead of KubernetesClient from KindContainer and ApiServerContainer
  • Don't delete base images of ApiServerContainer on test exit to speed up re-runs
  • Add 127.0.0.1 to ApiServerContainer SANs
  • Version bump org.testcontainers:testcontainers to 1.16.1
  • Version bump io.fabric8:kubernetes-client to 5.8.0
  • Version bump junit:junit to 4.13.2
  • Version bump org.awaitility:awaitility to 4.1.0
  • Version bump com.squareup.okhttp3:okhttp to 4.9.2
  • Version bump ch.qos.logback:logback-classic to 1.2.6

v0.0.14

26 Jul 05:53
7bd491f

Choose a tag to compare

  • Add support for API-Server only tests

v0.0.13

16 Jul 07:09

Choose a tag to compare

  • Use github actions for build
  • Release to maven central
  • Use fabric8 k8s client 5.5.0
  • Use testcontainers 1.15.3
  • Use gradle 7.1.1
  • Use kindest/node:v1.21.1
  • Add node-ready timeout
  • Add license headers + gradle plugin to check it