Skip to content

Fixing with breaking changes

Latest
Compare
Choose a tag to compare
@groundnuty groundnuty released this 23 Nov 01:07
79b1f15

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