Skip to content

Commit 7fdab53

Browse files
committed
Update README for v0.3.1
1 parent c90f658 commit 7fdab53

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

lib/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,18 @@ When running locally (with `kubectl` set up), you probably just to add `--allow-
3030
For a container being deployed onto a cluster, there's more flags to provide instead;
3131
see `/x/kubernetes_client` for more information.
3232

33+
NOTE: Although the APIs all accept an `AbortSignal`,
34+
Deno's `fetch()` function does not yet support `AbortSignal` and
35+
cancelling API calls is thus not well-supported at this time.
36+
3337
## Changelog
3438

39+
* `v0.3.1` on `2021-05-09`:
40+
* Updating `/x/kubernetes_client` API contract to `v0.2.4`.
41+
* Includes 'builtin' APIs generated from K8s `v1.21.0`.
42+
* `get` functions no longer accept `export` or `exact`.
43+
* `cert-manager` and `external-dns` CRDs have been updated from the latest releases.
44+
3545
* `v0.3.0` on `2021-02-28`:
3646
* Updating `/x/kubernetes_client` API contract to `v0.2.0`.
3747
* Breaking change!
@@ -42,6 +52,7 @@ see `/x/kubernetes_client` for more information.
4252
* Now handles v1.Status error payloads when processing any response body.
4353
* Added shebang and execute bit to every script in `examples/`.
4454
* Optimized redundencies out of cert-manager structures (half the file size now)
55+
4556
* `v0.2.0` on `2020-12-29`:
4657
* Includes 'builtin' APIs generated from K8s `v1.20`.
4758
* Patching and deletion is more stable; mistype error messages are vastly improved.
@@ -63,6 +74,6 @@ see `/x/kubernetes_client` for more information.
6374
* [x] PATCH requests
6475
* [ ] Solidify Quantity, Duration, etc
6576
* [x] Reconcile deletion response kinds (might still be fallout)
66-
* [ ] Story for generating API clients directly from CRD specifications
77+
* [x] Story for generating API clients directly from CRD specifications
6778
* [ ] Story for generating the whole API surface of a specific cluster
6879
* [x] Move Reflector implementation upstream to `/x/kubernetes_client`

0 commit comments

Comments
 (0)