Releases: werf/kubedog
v0.13.0
Changelog
Features
- add TLSServerName and SkipTLSVerify options (8b3b4b5)
- grab logs only since tracker start by default (4cbddd9)
- ExternalSecret CR tracking works again (e227840)
- make Kube QPS and Burst limits configurable (d0e11b0)
- update/sync all dependencies to github.com/werf/werf (36ad625)
Bug Fixes
- dynamic readiness tracker panics (f287f5c)
- not saving logs for STS and DS (d064632)
- force resource status to Ready for low-level trackers (d29a5cd)
- ignore false recreation errors for StatefulSets (7bc6cf9)
- initial resource status should be "unknown" instead of "created" (5edd9e4)
- Jobs not failing on errors (823b8ac)
- no failure message if generic tracker conditions failed (b84b40e)
- pods not readying thus task not ready (95b81d0)
- prioritize forced success status over failure (7163abd)
- prioritize forced success status over failure /2 (4d52ab2)
- prioritize readiness over failure in all low-level trackers (9834fbd)
- some STS and DS pods not tracked and their errors ignored (b9b3803)
- tracking old deployment pods as new (8aca45a)
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.13.0/linux-amd64/bin/kubedog" -O "https://tuf.kubedog.werf.io/targets/signatures/0.13.0/linux-amd64/bin/kubedog.sig"
curl -sSL https://werf.io/kubedog.asc | gpg --import
gpg --verify kubedog.sig kubedog
v0.12.3
Changelog
Bug Fixes
- dynamic tracker hotfixes (3817e3d)
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.12.3/linux-amd64/bin/kubedog" -O "https://tuf.kubedog.werf.io/targets/signatures/0.12.3/linux-amd64/bin/kubedog.sig"
curl -sSL https://werf.io/kubedog.asc | gpg --import
gpg --verify kubedog.sig kubedog
v0.12.2
Changelog
Bug Fixes
- bump version (1e49622)
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.12.2/linux-amd64/bin/kubedog" -O "https://tuf.kubedog.werf.io/targets/signatures/0.12.2/linux-amd64/bin/kubedog.sig"
curl -sSL https://werf.io/kubedog.asc | gpg --import
gpg --verify kubedog.sig kubedog
v0.12.1
Changelog
Bug Fixes
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.12.1/linux-amd64/bin/kubedog" -O "https://tuf.kubedog.werf.io/targets/signatures/0.12.1/linux-amd64/bin/kubedog.sig"
curl -sSL https://werf.io/kubedog.asc | gpg --import
gpg --verify kubedog.sig kubedog
v0.12.0
Changelog
Features
- dynamic: expose more Attributes, add more options for Tracker (51dbaa7)
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.12.0/linux-amd64/bin/kubedog" -O "https://tuf.kubedog.werf.io/targets/signatures/0.12.0/linux-amd64/bin/kubedog.sig"
curl -sSL https://werf.io/kubedog.asc | gpg --import
gpg --verify kubedog.sig kubedog
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
v0.10.0
Changelog
Features
- new high-level concurrent dynamic tracker (5721c3e)
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.10.0/linux-amd64/bin/kubedog" -O "https://tuf.kubedog.werf.io/targets/signatures/0.10.0/linux-amd64/bin/kubedog.sig"
curl -sSL https://werf.io/kubedog.asc | gpg --import
gpg --verify kubedog.sig kubedog
v0.9.12
Changelog
Bug Fixes
- resource hangs on context canceled (0c195e2)
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.9.12/linux-amd64/bin/kubedog" -O "https://tuf.kubedog.werf.io/targets/signatures/0.9.12/linux-amd64/bin/kubedog.sig"
curl -sSL https://werf.io/kubedog.asc | gpg --import
gpg --verify kubedog.sig kubedog
v0.9.11
Changelog
Bug Fixes
- deps: update logboek (f4b0ab7)
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.9.11/linux-amd64/bin/kubedog" -O "https://tuf.kubedog.werf.io/targets/signatures/0.9.11/linux-amd64/bin/kubedog.sig"
curl -sSL https://werf.io/kubedog.asc | gpg --import
gpg --verify kubedog.sig kubedog
v0.9.10
Changelog
Bug Fixes
- update dependencies (7ccd3cb)
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.9.10/linux-amd64/bin/kubedog" -O "https://tuf.kubedog.werf.io/targets/signatures/0.9.10/linux-amd64/bin/kubedog.sig"
curl -sSL https://werf.io/kubedog.asc | gpg --import
gpg --verify kubedog.sig kubedog