This repository was archived by the owner on Mar 16, 2021. It is now read-only.
Releases: ContainerSSH/kuberun
Releases · ContainerSSH/kuberun
0.9.3: Testing, removed security options
This release includes tests, bugfixes, and removes the Disable* options because they will be part of a separate security overlay.
0.9.2: Dependency updates
This release updates the sshserver to version 0.9.10 to match the latest API.
It also exposes helper functions for reading local Kubeconfig files.
0.9.1: Dependency updates
This release is updated to match sshserver 0.9.8. This changes the connectionID parameter from a []byte to a string to better reflect its contents of printable characters.
It also updates various minor dependencies and brings tests against all supported Kubernetes versions.
0.9.0: Port from ContainerSSH 0.3
This release ports the old kuberun backend from ContainerSSH 0.3. It introduces using "exec" instead of direct running the executed command in containers.