Releases: kontena/k8s-client
Releases · kontena/k8s-client
v0.6.4
- optionally put delete opts into body (#66)
v0.6.3
- Fix watch json stream parsing (#64)
- Don't parse_response if response_block is given (#62)
- Use k8s ?timeoutSeconds param instead of excon timeout on resource watch (#63)
v0.6.2
- add missing forwardable require (#60)
v0.6.1
- Remove empty values from last-applied-configuration (#58)
v0.6.0
- ResourceClient#watch api (#54)
- Allow to access client.transport directly (#55)
v0.5.0
- Support user.auth-provider in config (#52)
v0.4.2
- Sort objects on prune so namespaced objects are deleted first (#44)
v0.4.1
- Fix json patch pointers (#40)
- Fix outdated comments on json patch set calculation (#42)
- Fix kubectl set empty namespace in Resource#current_config (#41)
v0.4.0
- Fix stack prune to skip forbidden resource types (#31)
- Use merge patching on stack updates (#35)
- Add propagationPolicy for stack resource delete (#36)
v0.3.4
- Fix missing yardocs (#25)
- Fix specs to not use old pharos/kube naming (#26)
- Fix missing K8s::Config default values (#27)
- Fix K8s::Transport.config to support token auth (#29)