Skip to content

Latest commit

 

History

History
214 lines (101 loc) · 8.93 KB

CHANGELOG.md

File metadata and controls

214 lines (101 loc) · 8.93 KB

Changelog

0.12.3 (2024-01-25)

Bug Fixes

  • dynamic tracker hotfixes (3817e3d)

0.12.2 (2024-01-22)

Bug Fixes

0.12.1 (2024-01-22)

Bug Fixes

0.12.0 (2023-12-28)

Features

  • dynamic: expose more Attributes, add more options for Tracker (51dbaa7)

0.11.0 (2023-12-18)

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)

0.10.0 (2023-12-15)

Features

  • new high-level concurrent dynamic tracker (5721c3e)

0.9.12 (2023-05-29)

Bug Fixes

  • resource hangs on context canceled (0c195e2)

0.9.11 (2023-03-17)

Bug Fixes

0.9.10 (2023-03-13)

Bug Fixes

0.9.9 (2023-03-09)

Bug Fixes

0.9.8 (2023-03-09)

Bug Fixes

0.9.7 (2023-03-09)

Bug Fixes

0.9.6 (2022-07-29)

Bug Fixes

  • generic: ignore jsonpath errs on Condition search (8d88c65)

0.9.5 (2022-07-26)

Bug Fixes

  • generic: add logging and don't retry fatal errors on List/Watch (246d454)
  • generic: Condition output was malformed (8c05e40)
  • hide Header if no resources of such type being tracked (232c4ed)

0.9.4 (2022-07-21)

Bug Fixes

  • generic-tracker: improve logging + few possible fixes (3524520)

0.9.3 (2022-07-20)

Bug Fixes

  • Generic tracker hangs if no list/watch access (946d650)

0.9.2 (2022-07-19)

Bug Fixes

  • improve generic tracker output (60602b0)

0.9.1 (2022-07-18)

Bug Fixes

  • increase noActivityTimeout from 1.5 to 4min (00b49d8)
  • reword no activity error message (e4b1302)

0.9.0 (2022-07-18)

Features

  • improved Generic progress status (5f68bca)

Bug Fixes

  • job duration stops changing (4aa62c3)

0.8.0 (2022-07-15)

Features

  • show Ready resources only once (322a781)

0.7.1 (2022-07-06)

Bug Fixes

  • non-blocking mode doesn't work (71e8826)

0.7.0 (2022-07-05)

Features

  • generic resources tracking (ba88553)

Bug Fixes

  • kube: do not use memcache discovery client for base64 kubeconfig (d1cd71b)
  • kube: fix GetAllContextsClients not working in in-cluster mode (802c1b0)

0.6.4 (2022-02-22)

Bug Fixes

  • kube-client: support kube config merge list option for KubeClientGetter (ae4dd95)

0.6.3 (2022-02-07)

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)

0.6.2 (2021-09-16)

Bug Fixes

0.6.1 (2021-09-09)

Bug Fixes

  • kube-client: support KUBECONFIG-like list of config paths (4433815)