obmarg / kazan

Kubernetes API client for Elixir
https://hex.pm/packages/kazan
MIT License
140 stars 35 forks source link

Upgrade httpoison to fix process leak #74

Closed chazsconi closed 5 years ago

chazsconi commented 5 years ago

Due to edgurgel/httpoison#375 if you use HTTPoison < v1.6.1 you will have a process leak when using watches whenever a GONE event is received from K8S.

Fixes https://github.com/obmarg/kazan/issues/73

PR also includes some formatting fixes

obmarg commented 5 years ago

I should probably put this & the custom resource changes from ages ago into a release sometime soon.