Skip to content

v0.23.0

Compare
Choose a tag to compare
@linki linki released this 02 May 16:54
· 229 commits to master since this release
9f1a5ed

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