- Change syntax for ruby 3.2.2
Breaking Change:
- Requires ruby 2.7 or later
Changes:
- Fix issue where running
cron_kubernetes
would fail with "ResourceNotFoundError"
- Fix issue where all cron jobs in a cluster would be removed, not just ones matching
identifier
Breaking Change:
- Requires
kubeclient
3.1.2 or 4.x
Changes:
- Add
kubeclient
configuration option for connecting to any Kubernetes server - Add Appraisal for testing with kubeclient 3.1.2 and 4.x
- Initial Release