Changelog
[1.36.0]
CHANGES:
- initial K8S 1.36 release
- deprecating 1.33 release
- added new Kubernetes API objects that graduated to stable:
mutatingadmissionpolicy,mutatingadmissionpolicybinding,validatingadmissionpolicyandvalidatingadmissionpolicybinding. - added a new
genericAPI object that allows to define generic objects of any sort. Whilecustomresourceobjects by definition need to have aspecfield, this is not the case forgenericobjects, they only need akindand anapiVersion. The idea is to offer an escape hatch for creating arbitrary and more exotic objects within the scope of HULL.
FIXES:
- fixed error when using function
hull.object.container.imageoutside the scope of an object specification. In this case, missing logging parameters that are autopopulated in the scope of an object definition caused an error. The parameters are now populated with default values to prevent crashes.