File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,16 @@ Check out `lib/contract.ts` to see the type/API contract.
5252
5353## Changelog
5454
55+ * ` v0.7.0 ` on ` 2023-08-13 ` :
56+ Port ` KubectlRawRestClient ` over to newer ` Deno.Command() ` API.
57+ Support patching subresources & opening PodExec tunnels in ` KubectlRawRestClient ` .
58+ Obey ` abortSignal ` in more places (WebSocket tunnels, ` kubectl ` invocations).
59+ New API for swapping out the ` KubeConfigRestClient ` when auto-detecting a client.
60+
61+ * ` v0.6.0 ` on ` 2023-08-08 ` :
62+ Introduce an API for opening Kubernetes tunnels, useful for ` PodExec ` and others.
63+ Add an initial WebSocket-based tunnel client (in beta).
64+
5565* ` v0.5.2 ` on ` 2023-06-12 ` :
5666 Remove IP address restriction. Deno v1.33.4 can now access IP addresses with TLS.
5767 This is important when accessing GKE clusters or similar configurations.
You can’t perform that action at this time.
0 commit comments