Skip to content

Releases: kontena/k8s-client

0.10.4

04 Sep 12:39
@kke kke
a67737e
Compare
Choose a tag to compare
  • Keep resources with ownerReference in stack prune (backport #159) #160

0.10.3

15 Aug 12:06
@kke kke
Compare
Choose a tag to compare
  • Update exception message if KUBERNETES_SERVICE_PORT_HTTPS env variable is not set when using K8s::Client#in_cluster_config (#143)
  • Modify spec site to not try to validate the expired cert (#149)
  • Update excon to 0.66 (#151)
  • Remove debug message (#152)
  • Remove foo.yaml (#153)
  • Update webmock and hashdiff dependencies (#148)
  • Add kube node config files to autoconfig search paths (#154)
  • Fix path prefix handling in server address (#158) …

v0.10.1

05 Jun 05:46
Compare
Choose a tag to compare
  • PUT updates if needed annotations missing (#130)
  • Fail gracefully when server sends no Content-Type header (#132)
  • Handle semver build metadata/pre-release info (#134)

0.10.0

09 May 08:07
@kke kke
84dc82f
Compare
Choose a tag to compare
  • Allow path prefixes in server url #110

0.9.0

02 May 17:08
Compare
Choose a tag to compare
  • Use separate connection when response_block is given (#93)
  • Fix multiple problems in K8s::Client.autoconfig (#107)
  • Add support for HTTP Basic authentication (#113)
  • Implement user.exec auth support (#114)

0.8.3

14 Feb 10:26
@kke kke
ed54a5b
Compare
Choose a tag to compare
  • Allow timestamps in kubeconfig YAML (#103)

v0.8.2

28 Jan 14:09
Compare
Choose a tag to compare
  • Fix K8s::Client.autoconfig when using KUBECONFIG (#99)

v0.8.1

10 Jan 12:35
Compare
Choose a tag to compare
  • catch misbehaving kube api errors (#94)

0.8.0

07 Jan 11:41
@kke kke
5212b8d
Compare
Choose a tag to compare
  • Handle errors better in pipelined Client requests (#89)
  • Pass options from K8s::Client.in_cluster_config to Transport (#88)
  • Prefix in_cluster_config paths with $TELEPRESENCE_ROOT (#87)

v0.7.0

02 Jan 12:51
Compare
Choose a tag to compare
  • Try uncached api_resources before raising K8s::Error::UndefinedResource (#83)
  • Improve yardocs (#74)
  • Use YAML.safe_load for loading YAMLs (#71)
  • Make from_json parse JSON (#70)
  • Improve configuration loading and add ability to merge configurations (#69)
  • Add Ruby 2.6 to test matrix (#78)
  • Update README.md (#73, #76)