Skip to content

Commit

Permalink
Update README for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Aug 29, 2021
1 parent fbbfe3d commit 7611019
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ Check out `lib/contract.ts` to see the type/API contract.

## Changelog

* `main`: More consistently use `--verbose` flag (#4).
* `v0.3.0`:
Allow TLS authentication, when supported by Deno ([#7](https://github.com/cloudydeno/deno-kubernetes_client/issues/7)).
More consistently use `--verbose` flag ([#4](https://github.com/cloudydeno/deno-kubernetes_client/issues/4)).
Updated deps to `/[email protected]`.
Now requires Deno v1.11 or later.

Expand Down Expand Up @@ -101,7 +103,7 @@ Each client has different pros and cons:
* `KubectlRawRestClient` invokes `kubectl --raw` for every HTTP call.
Excellent for development, though a couple APIs are not possible to implement.

Flags: `--allow-run=kubectl` (Deno 1.8 and earlier: `--allow-run`)
Flags: `--allow-run=kubectl`

* `KubeConfigRestClient` uses Deno's `fetch()` to issue HTTP requests.
There's a few different functions to configure it:
Expand Down

0 comments on commit 7611019

Please sign in to comment.