Skip to content

v0.6.3

Compare
Choose a tag to compare
@flant-team-sysdev flant-team-sysdev released this 07 Feb 12:45
7c274f2

Changelog

Bug Fixes

  • elimination: fixed possible race-condition which could result in haning elimination tracker (8007d2e)
  • elimination: refactor elimination tracker, fix "panic: close of closed channel" (8a2f13e)
  • kube: fix kube client ignores KUBECONFIG (f7d600a)
  • trigger release (6163bc9)

Installation

To install kubedog we recommend following these instructions.

Alternatively, you can download kubedog binaries from here:

These binaries were signed with PGP and could be verified with the kubedog PGP public key. For example, kubedog binary can be downloaded and verified with gpg on Linux with these commands:

curl -sSLO "https://tuf.kubedog.werf.io/targets/releases/0.6.3/linux-amd64/bin/kubedog" -O "https://tuf.kubedog.werf.io/targets/signatures/0.6.3/linux-amd64/bin/kubedog.sig"
curl -sSL https://werf.io/kubedog.asc | gpg --import
gpg --verify kubedog.sig kubedog