Skip to content

Releases: werf/kubedog

v0.13.0

22 Jan 18:03
ad76758
Compare
Choose a tag to compare

Changelog

Features

  • Kubernetes API client-side rate-limiting can be configured now: added QPSLimit and BurstLimit options to override default Queries Per Second limit and Queries Burst limit (find more related details in this werf announcement) (d0e11b0)
  • Added more TLS configuration options: set the TLS server name if it differs from the Kubernetes API server host with TLSServerName or disable TLS verification altogether with SkipTLSVerify (8b3b4b5)
  • By default grab logs only when resource tracking starts instead of when the resource was created (4cbddd9)
  • Added tracking for the updated ExternalSecret Custom Resources (e227840)
  • Initial resource status before tracking starts should be unknown instead of created, otherwise we might indicate that the resource is created when it's not (5edd9e4)
  • Updated all dependencies to github.com/werf/werf (36ad625)

Bug Fixes

  • Fixed not grabbing logs from StatefulSet and DaemonSets (d064632)
  • Fixed resources sometimes hanging in NotReady state for no reason (d29a5cd)
  • Fixed harmless RecreatingFailedPod StatefulSet events recognized as errors (7bc6cf9)
  • Fixed errors ignored during Jobs tracking (823b8ac)
  • Fixed empty failure messages when Generic resource tracker conditions fail (b84b40e)
  • Fixed pods hanging in NotReady status (95b81d0)
  • Prioritize success events over failure during resource tracking (7163abd) (4d52ab2) (9834fbd)
  • Fixed StatefulSet/DaemonSet pods sometimes not tracked (b9b3803)
  • Fixed tracking of old Deployment pods as they were new (8aca45a)
  • Fixed panics during tracking (f287f5c)

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.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

25 Jan 14:16
d545cba
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • dynamic tracker hotfixes (3817e3d)

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.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

22 Jan 17:23
14df75b
Compare
Choose a tag to compare

Changelog

Bug Fixes

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.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

22 Jan 15:34
298b80c
Compare
Choose a tag to compare

Changelog

Bug Fixes

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.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

28 Dec 12:27
287ba41
Compare
Choose a tag to compare

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:

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

19 Dec 13:03
a4a710b
Compare
Choose a tag to compare

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:

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

18 Dec 14:01
9bdbc30
Compare
Choose a tag to compare

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:

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

29 May 11:41
10d2f85
Compare
Choose a tag to compare

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:

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

17 Mar 15:29
1d082bd
Compare
Choose a tag to compare

Changelog

Bug Fixes

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.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

17 Mar 10:16
1d3d25d
Compare
Choose a tag to compare

Changelog

Bug Fixes

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.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