Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.03 KB

File metadata and controls

36 lines (27 loc) · 1.03 KB

Change Log

1.1.0

  • fix: use kind for old version

1.0.0

  • Add support for base64 secrets

  • [BREAKING] Remove CRDs by default, adds new :apis field.

    If you are using k8s-api to interact with CRDs, you need to set the api group (and optionally the versioning explicitly).

    Example:

    (k8s/client url
                {:token ...
                 :apis [:my.crd.group/v1]})

0.4.0

  • Update unreleased extend-client function to use apiextensions/v1, since apiextensions/v1beta1 was deleted in newer versions of kubernetes
  • Refactor extend-client code to simplify it

0.3.0

  • Bump martian to version 0.1.26 to get fix about parameters spec
  • Add openapi configuration to disable automatic discovery (see README.md)

0.2.1

  • Add support for JSON Patch, JSON Merge, Strategic Merge Patch and Server-Side Apply requests.
  • Change how raise interceptor works to avoid unnecessary logging

0.1.2

  • Fixes corner cases like misc/logs for Pods

0.1.0

  • Initial version