Skip to content

v0.4.2

Latest
Compare
Choose a tag to compare
@achetronic achetronic released this 02 Oct 19:07
· 1 commit to master since this release

Fixes:

  • Delete generated targets on resource deletion: previously, when deleting DynamicClusterRole or DynamicRoleBinding resources, the targets that were generated with them were not removed. This was not the intended behavior so here we go with a fix for that

  • Show resource status on kubectl get {resource} requests: this will help ops people to debug faster the status of the created resource. This fix will show three new colums READY, STATUS and AGE

Contributors:
@achetronic