Releases: kvaps/kube-fencing
Releases · kvaps/kube-fencing
v2.4.0
What's Changed
- Add commonLabels to be applied to all created resources by @debbabi in #30
- Add topologySpreadConstraints configuration by @debbabi in #31
New Contributors
Full Changelog: v2.3.0...v2.4.0
v2.3.0
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
- 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
- Fix in condition deciding when resources are to be cleaned up #4
v2.0.0
- 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