From 0cd90c8d7b5d394fb487e5f0157c83e6106e13b1 Mon Sep 17 00:00:00 2001 From: Daniel Lamando Date: Mon, 12 Jun 2023 17:12:38 +0200 Subject: [PATCH] Update README.md for v0.5.2 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 65c8230..397e9e7 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ Check out `lib/contract.ts` to see the type/API contract. ## Changelog +* `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. + * `v0.5.1` on `2023-05-09`: Run CI on Deno v1.26 thru v1.32. Now supports 'exec' plugins in kubeconfigs to load temporary credentials.