Releases: linki/chaoskube
v0.26.0
v0.25.0
helm-chart-0.2.0
Chaoskube periodically kills random pods in your Kubernetes cluster.
v0.24.0
v0.23.0
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 branchghcr.io/linki/chaoskube:v0.23.3
will be for versionv0.23.3
ghcr.io/linki/chaoskube:v0.23
will be for the latest patch version within thev0.23.x
groupghcr.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, usemaster
. If you want to stay within the same minor version, usev0.{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
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
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 ☀️ 🐢
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
Chaoskube periodically kills random pods in your Kubernetes cluster.
v0.21.0
v0.21.0 - 2020-09-28
Features:
Updates:
- #248 Added test & build to Makefile @el10savio
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
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