Skip to content

Commit

Permalink
chore(README): Update in prep of v0.7.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Aug 13, 2023
1 parent 9fd40f6 commit f77c806
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f77c806

Please sign in to comment.