v0.11.0
Changelog
Features
- add a lot of new generic conditions for generic tracker (8c44e5d)
- add acid.zalan.do/postrgresql generic tracker rule (d7d8648)
- add more status conditions, add extra case options for conditions (969cad9)
- separate file for user-contributed resource status rules (0f41256)
- track status.(current)status in generic tracker (03ed5b2)
Bug Fixes
- condition column name (f7bed28)
- preserve original case for values when building generic status ruleset (869b5fe)
- refactor generic ruleset generation (7560fd2)
- refactor generic status rules /2 (855ef9d)
- refactor generic status rules /3 (a8eeb67)
Installation
To install kubedog
we recommend following these instructions.
Alternatively, you can download kubedog
binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
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.11.0/linux-amd64/bin/kubedog" -O "https://tuf.kubedog.werf.io/targets/signatures/0.11.0/linux-amd64/bin/kubedog.sig"
curl -sSL https://werf.io/kubedog.asc | gpg --import
gpg --verify kubedog.sig kubedog