v0.11.0
New features
- Add
sort_objects()
to make batch resource actions simpler by @ca-scribner in #33. - Add functions to parse and compare quantities by @sed-i in #37
- Add new ways to create generic resources by @ca-scribner in #34
- If we have a YAML file that both defines a CRD and loads an instance of it, we can now use
load_all_yaml(..., create_resources_for_crds=True)
- Load existing custom resource from a cluster via
load_in_cluster_generic_resources(...)
.
- If we have a YAML file that both defines a CRD and loads an instance of it, we can now use
Bug fix
- Add handling of empty YAML in
codecs.load_all_yaml(...)
by @ca-scribner in #31
New Contributors
- @ca-scribner made their first contribution in #31
- @sed-i made their first contribution in #37
Full Changelog: v0.10.2...v0.11.0