From f77c806a52e834e18fa6585d854a8d717643d17d Mon Sep 17 00:00:00 2001 From: Daniel Lamando Date: Sun, 13 Aug 2023 22:55:33 +0200 Subject: [PATCH] chore(README): Update in prep of v0.7.0 tag --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 397e9e7..cd11446 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,16 @@ Check out `lib/contract.ts` to see the type/API contract. ## Changelog +* `v0.7.0` on `2023-08-13`: + Port `KubectlRawRestClient` over to newer `Deno.Command()` API. + Support patching subresources & opening PodExec tunnels in `KubectlRawRestClient`. + Obey `abortSignal` in more places (WebSocket tunnels, `kubectl` invocations). + New API for swapping out the `KubeConfigRestClient` when auto-detecting a client. + +* `v0.6.0` on `2023-08-08`: + Introduce an API for opening Kubernetes tunnels, useful for `PodExec` and others. + Add an initial WebSocket-based tunnel client (in beta). + * `v0.5.2` on `2023-06-12`: Remove IP address restriction. Deno v1.33.4 can now access IP addresses with TLS. This is important when accessing GKE clusters or similar configurations.