Skip to content

Releases: linki/chaoskube

v0.26.0

04 Jan 15:06
1bacf21
Compare
Choose a tag to compare

This is an intermediate version that uses the Kubernetes libraries v0.25.x in case someone needs it.

Docker image is available on ghcr.io:

docker run ghcr.io/linki/chaoskube:v0.26.0 --help

v0.25.0

17 Oct 15:49
933d41c
Compare
Choose a tag to compare

This is an intermediate version that uses the Kubernetes libraries v0.24.x in case someone needs it.

Docker image is available on ghcr.io:

docker run ghcr.io/linki/chaoskube:v0.25.0 --help

helm-chart-0.2.0

19 Jul 15:04
c774eda
Compare
Choose a tag to compare

Chaoskube periodically kills random pods in your Kubernetes cluster.

v0.24.0

06 Jun 14:18
6b6287f
Compare
Choose a tag to compare

This is an intermediate version that uses the Kubernetes libraries v0.23.x in case someone needs it.

Docker image is available on ghcr.io:

docker run ghcr.io/linki/chaoskube:v0.24.0 --help

v0.23.0

02 May 16:54
9f1a5ed
Compare
Choose a tag to compare

This release changes the official location of the container image to ghcr.io/linki/chaoskube.

It's a multi-arch image and supports all the previously available formats: linux/amd64, linux/arm64, linux/arm/v6 and linux/ppc64le.

It also changes the semantics of the tags of the produced images to the following:

  • ghcr.io/linki/chaoskube:master will be the very latest (unstable) version from the master branch
  • ghcr.io/linki/chaoskube:v0.23.3 will be for version v0.23.3
  • ghcr.io/linki/chaoskube:v0.23 will be for the latest patch version within the v0.23.x group
  • ghcr.io/linki/chaoskube:latest will point to the latest released version (i.e. the most recent Git tag) and basically what was requested here: #128 (comment). If you want the bleeding edge, use master. If you want to stay within the same minor version, use v0.{minor}, e.g. v0.23.

Updates:

  • #444 Build multi-arch image with GitHub Actions and push to ghcr.io @linki
  • #415 #416 Fix conversion of gracePeriod @pims
  • Update several dependencies, such as Kubernetes to v0.22.x.

Thanks to @pims 🍺

Docker image is available on ghcr.io:

docker run ghcr.io/linki/chaoskube:v0.23.0 --help

v0.22.1

28 Apr 15:44
e6b56b7
Compare
Choose a tag to compare

This is an intermediate version that uses the Kubernetes libraries v0.21.x in case someone needs it.

Docker images are available on Quay.io:

docker run quay.io/linki/chaoskube:v0.22.0 --help
docker run quay.io/linki/chaoskube:v0.22.0-ppc64le --help
docker run quay.io/linki/chaoskube:v0.22.0-arm32v6 --help
docker run quay.io/linki/chaoskube:v0.22.0-arm64v8 --help

v0.22.0

23 Nov 11:01
42aea81
Compare
Choose a tag to compare

Features:

  • #325 Add maximum runtime flag @IoannisMatzaris

Updates:

Thanks to @IoannisMatzaris, @lucky-sideburn and @KeisukeYamashita for your contributions ☀️ 🐢

Docker images are available on Quay.io:

docker run quay.io/linki/chaoskube:v0.22.0 --help
docker run quay.io/linki/chaoskube:v0.22.0-ppc64le --help
docker run quay.io/linki/chaoskube:v0.22.0-arm32v6 --help
docker run quay.io/linki/chaoskube:v0.22.0-arm64v8 --help

helm-chart-0.1.0

17 Mar 12:42
cadb0db
Compare
Choose a tag to compare

Chaoskube periodically kills random pods in your Kubernetes cluster.

v0.21.0

28 Sep 15:31
ce151bc
Compare
Choose a tag to compare

v0.21.0 - 2020-09-28

Features:

Updates:

Thanks to @qlikcoe and @el10savio for your contributions 🌏 🌍 🌎

Docker images are available on Quay.io:

docker run quay.io/linki/chaoskube:v0.21.0 --help
docker run quay.io/linki/chaoskube:v0.21.0-ppc64le --help
docker run quay.io/linki/chaoskube:v0.21.0-arm32v6 --help
docker run quay.io/linki/chaoskube:v0.21.0-arm64v8 --help

v0.20.0

03 Jul 16:59
1d08077
Compare
Choose a tag to compare

v0.20.0 - 2020-07-03

Updates:

  • #197 #203 Fix a bug that caused chaoskube to always kill the same pod of a replicated group of pods @linki

Thanks to @HaveFun83 for reporting the issue. 🙏

Docker images are available on Quay.io:

docker run quay.io/linki/chaoskube:v0.20.0 --help
docker run quay.io/linki/chaoskube:v0.20.0-ppc64le --help
docker run quay.io/linki/chaoskube:v0.20.0-arm32v6 --help
docker run quay.io/linki/chaoskube:v0.20.0-arm64v8 --help