Thomas Hallgren
Thomas Hallgren
When using a modular environment it might be desirable to register available commands using mechanisms such as OSGi service registrations or Guice multibinding injections. This is presently not possible since...
When using http://www.ohler.com/oj/doc/file.Encoding.html to stream data that contains references, the referenced value must include an ID (the `^i` tag) before a reference (the `^r` tag) is used. This is problematic...
## Description The `telepresence uninstall` command was completely removed in 2.7.0 which may create some unnecessary churn for our users. The functionality was moved in unmodified under `telepresence helm uninstall`....
Adds an FTP server to the traffic-agent and to the intercept mount logic. The SFTP server is still present so that there's no backward compatibility breakage. The client must explicitly...
## Description This PR replaces the Telepresence network stack with the stack from [gVisor](https://github.com/google/gvisor). It also contains several stability and performance improvements to the gRPC tunnel mechanism and the network...
Get rid of dependabot warnings. This is essentially just a: go get -u ./... # in every dir containing go.mod make generate
Users often express a desire to be able to keep the telepresence configuration in one place so that they don't have to fiddle with their kubeconfigs. We should therefore make...
## Background Users are experiencing loss of network after they do `telepresence connect`. This will happen if the DNS is configured to use a server IP that is mapped by...
The lack of `BeforeAll()` and `AfterAll()` forces any tests that must have common environment prerequisites to live in a package of its own because the `BeforeSuite()` and `AfterSuite()` are package...
This commit removes the 'controller' command from the lyra command set and all dependencies that comes with it and adds the public API necessary to implement the command in the...