Skip to content

Releases: kvaps/kube-fencing

v2.3.0

27 Apr 11:53
f7ec974
Compare
Choose a tag to compare

What's Changed

  • Use default as namespace in example by @fritchie in #20
  • Add missing required apiVersion field in Chart.yaml by @nktpro in #18
  • Use sum32 hash if any job name goes beyond 63 char by @trishnendu in #24

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.1.0

31 Oct 07:18
Compare
Choose a tag to compare
  • Fencing-controller now deleting fening jobs automatically after node returns online.
  • OwnerReference now set for all jobs.
  • TTL controller is not required anymore to cleanup the jobs.
  • Deprecate fencing/ttl annotation.

v2.0.1

29 Jun 20:32
Compare
Choose a tag to compare
  • Fix in condition deciding when resources are to be cleaned up #4

v2.0.0

24 Feb 00:35
Compare
Choose a tag to compare
  • Kube-fencing rewritten on golang
  • Use JobTemplate to spawn the Jobs, instead of simple exec
  • Kube-switcher uses annotations instead of labels
  • Configuration parameters using annotations
  • After-fencing hooks