Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

v0.9.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@hexfusion hexfusion released this 21 Nov 20:27
· 34 commits to master since this release
44f2671

[Release 0.9.3]

Added

  • Added spec.pod.DNSTimeoutInSecond to EtcdCluster that allows setting a maximum allowed time for the init container of the etcd pod to reverse DNS lookup its IP given the hostname.

Changed

  • Update Go version to 1.11.2
  • Update k8s to 1.11.4
  • k8s codegen updates are longer performed via container. Go dependencies are now vendored
    and updates are performed with shell script locally.

Fixed

  • Fixed leaking http connections while verifying backup snapshots. #1976