-
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.
Green the CI, Require Deno v1.41+ (#22)
* Ignore type error around TLS client certs * Not like that * Add deno v1.45 to CI * Update for Deno 2 removals * Update how mTls is provided for Deno 1.41+
- Loading branch information
Showing
7 changed files
with
20 additions
and
45 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
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,6 @@ Check out `lib/contract.ts` to see the type/API contract. | |
|
||
## Changelog | ||
|
||
|
||
* `v0.7.0` on `2023-08-13`: | ||
Port `KubectlRawRestClient` over to newer `Deno.Command()` API. | ||
Support patching subresources & opening PodExec tunnels in `KubectlRawRestClient`. | ||
|
@@ -61,6 +60,7 @@ Check out `lib/contract.ts` to see the type/API contract. | |
|
||
* `v0.7.1` on `2023-09-24`: Update std dependencies to `/[email protected]` | ||
* `v0.7.2` on `2023-12-29`: Fix `WebsocketTunnel` for Deno v1.38 change | ||
* `v0.7.3` on `2024-09-10`: Drop support for Deno v1.40 and earlier. | ||
|
||
* `v0.6.0` on `2023-08-08`: | ||
Introduce an API for opening Kubernetes tunnels, useful for `PodExec` and others. | ||
|
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
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
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
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
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