This section includes a list of fixes and improvements released with this version of the Kaptain SDK.

Improvements and fixes

  • Extended SDK API to support KServe transformers via model.deploy(). This allows configuring custom transformer components for the InferenceService.

  • Model serialization functionality to support model saving, and loading. This allows instantiating a Model instance based on the saved state. The resulting export/import files are stored in JSON format.

  • New kaniko version (v1.9.1) to support cgroup v2 container runtimes.