Skip to content

1.5.6

@tamalsaha tamalsaha tagged this 16 Jun 12:22
Notable Features:
 - [Supports Loadbalancer Source Range](docs/user-guide/ingress/source-range.md)
 - [Supports redirects/DNS resolution for `ExternalName` type services](docs/user-guide/ingress/external-svc.md)
 - [Expose HAProxy stats for Prometheus](docs/user-guide/ingress/stats-and-metrics.md)
 - [Supports AWS certificate manager](docs/user-guide/ingress/aws-cert-manager.md)
 - Preserve source IP for LoadBalancer type Ingress using `ingress.appscode.com/keep-source-ip` annotation key.
 - Voyager operator collects anonymous usage statistics to help us learn how the software is being used and how we can improve it. To disable stats collection, run the operator with the flag `--analytics=false`.
 - Loadbalancer hostname is now added to Ingress status.
 - Kloader updated to 1.5.1 and Kloader now checks Kubernetes api server connection & kloader args before starting runit.
 - Voyager opreator now watches for deleting of service, deployment, daemonSet for any ingress managed by it. Voyager undos deletion of these resources, if the source ingress exists.
 - Various modification has been made to Voyager chart based on feedback from official Charts team.
 - Annotation keys has been updated to use format `ingress.appscode.com/w1-w2-w3`. Annotation values format has also updated. Please see [here](https://github.com/appscode/voyager/tree/1.5.6/docs/user-guide/ingress#configuration-options).
 - `HostPort` type Ingress will error out if node selector is missing.
 - Voyager deployment instruction now runs Voyager operator in `kube-system` namespace.
Assets 2