Skip to content

0.112.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 06:43
· 18 commits to master since this release
0f62e04

Release Notes

0.112.0

New Features

  • 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.

Security Issues

  • Enhanced security by removing the default edit ClusterRoleBinding assignment, minimizing the risk of excessive permissions.

Upgrade Notes

  • Users upgrading from previous versions should note that the edit ClusterRoleBinding is no longer included by default. They must now create their own Role / RoleBinding with appropriate permissions for Kanister's Service Account in the application's namespace.

Other Notes

  • Update ubi-minimal base image to ubi-minimal:9.4-1227.1726694542.
  • Add gci and unparam linters to test packages.