Releases: achetronic/hitman
v0.5.0
v0.4.0
Changes:
- Upgrade templating functions to Sprig v3: This adds more functions and aligns available functions with current versions of Helm. Cheers 🍷
Contributors:
@achetronic @giselacb
hitman-helm-chart-0.5.0
A Helm chart for Hitman, a daemon for Kubernetes to kill target resources under user-defined templated conditions
hitman-helm-chart-0.4.0
A Helm chart for Hitman, a daemon for Kubernetes to kill target resources under user-defined templated conditions
v0.3.1
Fixes:
- Craft a filtered list instead of modifying existing one prior to
preStep
: When preStep is used, there is a list of resources that is pre-computed to be inyected and used there. Previously we were cleaning the main list of resources instead of crafting a new one to save some resources. This caused a but as we were iterating and modifying the list at the same time. Now, the process crafts a new filtered list to avoid collisions
Contributors:
@jaimeph
hitman-helm-chart-0.3.1
A Helm chart for Hitman, a daemon for Kubernetes to kill target resources under user-defined templated conditions
v0.3.0
Highligths:
-
Add
preStep
optional section in configuration: This section is a template that is evaluated just once in the beginning. A.targets
object is injected with the whole list of targets. This object is injected only in this stage to allow filter items on-demand before conditions evaluation. This feature is related to the following point -
Add
setVar
function to templates to store data during the whole template evaluation lifecycle: Now there is a functionsetVar
that is able to store keys under.vars
scope. -
Helpful
README
: examples forsetVar
function
Contributors:
@achetronic @giselacb
hitman-helm-chart-0.3.0
A Helm chart for Hitman, a daemon for Kubernetes to kill target resources under user-defined templated conditions
hitman-helm-chart-0.2.2
A Helm chart for Hitman, a daemon for Kubernetes to kill target resources under user-defined templated conditions
v0.2.1
Fixes:
- Add
GracePeriodSeconds=0
to delete process: This should grant Kubernetes force deletion of potential stucked resources such as pods
Contributors:
@achetronic