Releases: dialohq/ipman
Releases · dialohq/ipman
v0.1.13
v0.1.12
Fix an issue where charon pod would use 100% cpu and affect metrics reliability
v0.1.11
Fix an issue with the metrics where multiple children on the same node with the same name would cause the children counter to return 0.
v0.1.10
All of 'extra' field in CR now gets loaded into charon
v0.1.9
Added monitoring via prometheus. It's opt-in. You can enable it via helm values.
Connections will now try to automatically restart if they are down.
v0.1.8
Fix an issue where multiple connections on the same node would get confused about which secret to use
v0.1.7
Improve error handling
v0.1.6
fix validating webhook not detecting worker pods to prevent deletion
v0.1.5
Fix an issue where having multiple connections would conflict.
v0.1.4
- Added an option to customise the amount of time controller should wait for pods to come up via helm values. Useful on a slow connection where pulling the container might take more than 30s. Changed the default to 60s.
- Fixed a bug where adding a 2nd connection on the same node would break.