Skip to content

Releases: kontena/k8s-client

v0.3.3

21 Aug 10:22
Compare
Choose a tag to compare
  • Allow overriding server/options for K8s::Client.config (#20)
  • Fix K8s::Resource#from_files (#22)
  • Allow inheriting classes to override K8s::Stack class label/annotation consts (#23)

v0.3.2

16 Aug 14:14
Compare
Choose a tag to compare
  • Fix APIClient#client_for_resource => raise K8s::Error::UndefinedResource handling (#17)
  • Fix Client to query multiple API group versions (#19)

v0.3.1

16 Aug 14:15
Compare
Choose a tag to compare
  • Fix Client#get_resources for custom resources that are not yet defined (#14)

v0.3.0

16 Aug 14:15
Compare
Choose a tag to compare
  • Support HTTP 503 => K8s::Error::ServiceUnavailable (#10)
  • Retry pipelined requests on HTTP 503 responses (#11)

v0.2.1

16 Aug 14:16
Compare
Choose a tag to compare
  • fix travis to not deploy twice
  • update rubygems api_key
  • second attempt at fixing the rubygems deploy apikey
  • travis deploy: explicitly spec gem name
  • encrypt travis api_key for travis-ci.com repo

v0.2.0

16 Aug 14:16
Compare
Choose a tag to compare
  • Resource PATCH support (#9)