Chaoskube Versions Save

chaoskube periodically kills random pods in your Kubernetes cluster.

v0.24.0

2 years ago

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

2 years ago

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: https://github.com/linki/chaoskube/issues/128#issue-458699220. 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

2 years ago

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

2 years ago

Features:

  • #325 Add maximum runtime flag @IoannisMatzaris

Updates:

  • #374 Add kubeinvaders as related project in the docs @lucky-sideburn
  • #341 Add namespace metadata to deleted pods metric @linki
  • #323 Add missing max-kill flag to the docs @KeisukeYamashita
  • Update several dependencies, such as Kubernetes to v0.20.x.

Thanks to @IoannisMatzaris, @lucky-sideburn and @KeisukeYamashita for your contributions :sunny: :turtle:

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

3 years ago

Chaoskube periodically kills random pods in your Kubernetes cluster.

v0.21.0

3 years ago

v0.21.0 - 2020-09-28

Features:

  • #224 Allow to filter by OwnerReference's Kind @qlikcoe

Updates:

  • #248 Added test & build to Makefile @el10savio

Thanks to @qlikcoe and @el10savio for your contributions :earth_asia: :earth_africa: :earth_americas:

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

3 years ago

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. :pray:

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

v0.19.0

4 years ago

v0.19.0 - 2020-04-02

Updates:

  • #192 Use context.Context to cancel in-flight requests @linki
  • #191 Update client-go to v0.18.0 @linki
  • #180 Update builds to use Go v1.14 @linki

Docker images are available on Quay.io:

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

v0.18.0

4 years ago

v0.18.0 - 2020-02-03

Updates:

  • #170 Add slack webhook flag to documentation @Clivern
  • #169 Update client-go to v0.17.0 @linki
  • #167 Add Makefile and prettify test output @linki
  • #166 Update klog to v1.0.0 @linki
  • #164 Update Helm's Quickstart Guide link in README @SergioSV96

Thanks for your contributions: @SergioSV96 and @Clivern :koala:

Docker images are available on Quay.io:

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

v0.17.0

4 years ago

v0.17.0 - 2019-12-09

Features:

  • #158 Support for sending Slack notifications @GaruGaru

Thanks for your contribution: @GaruGaru :crocodile:

Docker images are available on Quay.io:

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