-
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]})
- 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
- Bump martian to version 0.1.26 to get fix about parameters spec
- Add openapi configuration to disable automatic discovery (see README.md)
- Add support for JSON Patch, JSON Merge, Strategic Merge Patch and Server-Side Apply requests.
- Change how raise interceptor works to avoid unnecessary logging
- Fixes corner cases like
misc/logs
for Pods
- Initial version