Skip to content

Latest commit

 

History

History
90 lines (55 loc) · 3.94 KB

CHANGELOG.md

File metadata and controls

90 lines (55 loc) · 3.94 KB

v8.0.3

  • fix: use yaml.safe_load, yaml.safe_dump for security reasons (#57, @tomplus)

v8.0.2

  • fix: feat: remove dependency to urllib3 from kube_config, pin urlllib>=1.23 due to CVE-2018-20060 (#56, @tomplus)

v8.0.1

  • fix: kubeconfig loading failure when server uri contains trailing slash (#53, @tomplus)
  • feat: regenerate client with thread-pool optimization (#54, @tomplus)

v8.0.0

  • feat: upgrade to API spec from Kubernetes 1.12 (#50, @tomplus)

v7.0.0

  • first stable release 7.0.0

v1.0.0-beta9

  • fix: option verify-ssl impacts on server certs only (#46, @tomplus)

v1.0.0-beta8

  • feat: add debug logs to KubeConfigLoader (#45, @tomplus)
  • feat: exec-plugins support in kubeconfig (#44, @tomplus)
  • fix: read config data with bytes (python3) (#41, @tomplus)

v1.0.0-beta7

v1.0.0-beta6

  • feat: regenerate with latest client gen to get custom object status scale api (#37, @juliantaylor)
  • fix: handling timeout by watch loop (#39, @tomplus)

v1.0.0-beta5

  • feat: upgrade to spec from Kuberentes 1.11 (#34, @tomplus)

v1.0.0-beta4

v1.0.0-beta3

  • feat: watch work forever if timeout is not specified (#30, @tomplus)

v1.0.0-beta2

v1.0.0-beta1

  • feat: make function load_kube_config asynchronous
  • feat: function to auto-refresh gke token
  • feat: remove synchronous libraries from dependencies

v1.0.0-alpha4

  • feat: watch stops the iterator for empty responses and do not process ERROR responses (#22, @olitheolix)
  • feat: replace urllib3 by http.client in e2e initializer (#20, @tomplus)
  • feat: new example - tail.py (#19, @tomplus)
  • feat: new example - simultaneously watch multiple event streams without threads (#13, @olitheolix)
  • fix: fix few typos in setup.py (#18, @evemorgen)
  • fix: requirement for requests and urllib3 version (#16, @tomplus)

v1.0.0-alpha3

  • fix e2e and unit tests
  • fix Watch, Stream

v1.0.0-alpha2

  • fix requirements.txt

v1.0.0-alpha1

  • first release