- Introduced new Kanister function
MultiContainerRun
to run pods with two containers connected by shared volume.
- Introduced a GRPC client/server to
kando
to run/check processes.
- Enhanced security by removing the default
edit
ClusterRoleBinding
assignment, minimizing the risk of excessive permissions.
- Users upgrading from previous versions should note that the
edit
ClusterRoleBinding
is no longer included by default. They must now create their ownRole
/RoleBinding
with appropriate permissions for Kanister's Service Account in the application's namespace.
- Update ubi-minimal base image to ubi-minimal:9.4-1227.1726694542.
- Add
gci
andunparam
linters to test packages.