Skip to content

Releases: kontena/k8s-client

v0.6.4

12 Dec 15:45
Compare
Choose a tag to compare
  • optionally put delete opts into body (#66)

v0.6.3

12 Dec 15:39
Compare
Choose a tag to compare
  • 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

23 Nov 13:38
Compare
Choose a tag to compare
  • add missing forwardable require (#60)

v0.6.1

23 Nov 12:42
Compare
Choose a tag to compare
  • Remove empty values from last-applied-configuration (#58)

v0.6.0

19 Nov 13:02
Compare
Choose a tag to compare
  • ResourceClient#watch api (#54)
  • Allow to access client.transport directly (#55)

v0.5.0

27 Oct 15:46
Compare
Choose a tag to compare
  • Support user.auth-provider in config (#52)

v0.4.2

13 Sep 19:18
Compare
Choose a tag to compare
  • Sort objects on prune so namespaced objects are deleted first (#44)

v0.4.1

12 Sep 07:24
Compare
Choose a tag to compare
  • 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

11 Sep 11:06
Compare
Choose a tag to compare
  • 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

21 Aug 12:45
Compare
Choose a tag to compare
  • 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)