Skip to content

Releases: achetronic/hitman

v0.5.0

17 Dec 13:58
c0ff82f
Compare
Choose a tag to compare

Changes:

  • Add logPrintf function to templating system: This helps allowing to throw logs on console during templating stage

Contributors:
@giselacb

v0.4.0

17 Dec 13:24
Compare
Choose a tag to compare

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

17 Dec 14:04
ec0e8e1
Compare
Choose a tag to compare

A Helm chart for Hitman, a daemon for Kubernetes to kill target resources under user-defined templated conditions

hitman-helm-chart-0.4.0

17 Dec 13:24
Compare
Choose a tag to compare

A Helm chart for Hitman, a daemon for Kubernetes to kill target resources under user-defined templated conditions

v0.3.1

28 Nov 20:55
8b7e8e4
Compare
Choose a tag to compare

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

28 Nov 20:57
Compare
Choose a tag to compare

A Helm chart for Hitman, a daemon for Kubernetes to kill target resources under user-defined templated conditions

v0.3.0

14 Nov 15:20
Compare
Choose a tag to compare

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 function setVar that is able to store keys under .vars scope.

  • Helpful README: examples for setVar function

Contributors:
@achetronic @giselacb

hitman-helm-chart-0.3.0

14 Nov 15:21
Compare
Choose a tag to compare

A Helm chart for Hitman, a daemon for Kubernetes to kill target resources under user-defined templated conditions

hitman-helm-chart-0.2.2

31 Oct 19:19
dd9a2c9
Compare
Choose a tag to compare

A Helm chart for Hitman, a daemon for Kubernetes to kill target resources under user-defined templated conditions

v0.2.1

26 Aug 15:55
Compare
Choose a tag to compare

Fixes:

  • Add GracePeriodSeconds=0 to delete process: This should grant Kubernetes force deletion of potential stucked resources such as pods

Contributors:
@achetronic