This small bugfix release in fact drops support for Kubernetes clusters of version < v1.23
. In v1.23 a Ready
field was addded to JobSatus which broke the backwards compatibility of kubectl describe job
.
As the Kubernetes world is evolving rapidly I see no reason to clutter the code with the handling of backwards compatibility in k8s-wait-for script, hence a proud v2.0 version is born!
k8s-wait-for 2.* can be used with kubernetes clusters version >= v1.23
.
The complete changelog:
- fix: waiting for jobs, see #60
- chore: upgraded kubectl to version v1.25.4
- chore: upgraded curl to 7.83.1-r4
Full Changelog: v1.7...v2.0