From 761101915910d1f089f4e4d3690c2ce95a6d1e40 Mon Sep 17 00:00:00 2001 From: Daniel Lamando Date: Sun, 29 Aug 2021 14:18:28 +0200 Subject: [PATCH] Update README for v0.3.0 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 006aec0..8237c60 100644 --- a/README.md +++ b/README.md @@ -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 `/std@0.105.0`. 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: