Skip to content

Commit f77c806

Browse files
committed
chore(README): Update in prep of v0.7.0 tag
1 parent 9fd40f6 commit f77c806

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)