Skip to content

Releases: ITRS-Group/check_k8s

Version 1.0.0

03 May 13:53
0810db9
Compare
Choose a tag to compare

With the addition of a version flag, this seems like a good time to mark this as version 1.0.0.

What's Changed

Full Changelog: v2022.03.24...v2022.05.02

Version 0.2.0

23 Jan 20:15
@rbw rbw
f0aee9f
Compare
Choose a tag to compare
  • The Resource base class (k8s.components.resource) has been reworked to support multi-line output and perfdata.
  • Resources are now required to implement all health-check logic in Resource._get_status
  • The Result class (k8s.result) was added, which is used for serialization of Status objects.
  • Bugfix: Deployments without replicas causes KeyError