v0.5.0
v0.5.0
-
Disable events informer with KUBEDOG_DISABLE_EVENTS=1.
-
Fix: remove debug printf.
-
[kube client] Added new library function to create kube config getter.
kube.NewKubeConfigGetter returns genericclioptions.RESTClientGetter interface compatible object
which could be loaded from kube-config file or from kube-config-base64 data. -
Fix "list event error: context canceled" log messages.
-
Introduced elimination tracker
- Use list operation to check object existance.
- Use list informer delete event to watch until object deleted.
This fix needed to correctly implement --with-namespace option for the werf-dismiss command.
-
Fix broken multitracker output due to bug in the colorize arguments passing.
-
Fix Job tracker hanging sometimes
The issue occurred when deleting a Pod of the Job. Then Job tracker starts tracking the newly created Pod, but a tracker for the old Pod has not been stopped properly in some condition.
Added Deleted channel to the Pod tracker, added handling of Pod deletion to Job, StatefulSet, DaemonSet, and Deployment trackers.
Issue #127. -
Community section for README.
-
Fix color disabled in CI/CD systems.