-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
@@ -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: | ||
|