Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Releases: ContainerSSH/kuberun

0.9.3: Testing, removed security options

13 Dec 23:55
d8feca4

Choose a tag to compare

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

11 Dec 23:08
1a3aac5

Choose a tag to compare

Pre-release

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

09 Dec 23:49
7a8fa41

Choose a tag to compare

Pre-release

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

04 Dec 01:46

Choose a tag to compare

Pre-release

This release ports the old kuberun backend from ContainerSSH 0.3. It introduces using "exec" instead of direct running the executed command in containers.

Fixes ContainerSSH/ContainerSSH#12