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