Skip to content

v0.5.0: Kubernetes v1.28, Add tunnel implementation

Compare
Choose a tag to compare
@danopia danopia released this 19 Sep 18:28
· 10 commits to main since this release
ab32ebf
  • Originally tagged on 2023-08-19
  • Updating /x/kubernetes_client API contract to v0.7.0.
  • Actually implement PodExec, PodAttach, PodPortForward APIs with a new tunnel implementation.
  • Includes 'builtin' APIs generated from K8s v1.28.0.
    • New APIs: admissionregistration.k8s.io/v1beta1, certificates.k8s.io/v1alpha1.
    • Also, API additions for sidecar containers and SelfSubjectReview.
  • Fix several structures incorrectly typed as {} instead of JSONValue.