Release Notes
0.114.0
New Features
- Added liveness and readiness probe for Kanister operator.
- Support patch operation in the KubeOps function.
- Security Context of the Kanister operator pod can be configured using the helm fields
podSecurityContext
andcontainerSecurityContext
.
Bug Fixes
- Restored log stream functionality to improve debugging and monitoring capabilities.
- Make container override copied to background and output overrides for MultiContainerRun function.
- Added failure reasons in ActionSet CR.
- Improved S3 profile validation error messages.
Deprecations
- Volume snapshot function such as CreateVolumeSnapshot, WaitForSnapshotCompletion, CreateVolumeFromSnapshot and DeleteVolumeSnapshot in favour of CSI snapshot functions.
Other Notes
- Build process changed from using GODEBUG=boringcrypto to Go1.24 native crypto libraries for FIPS-compliant use.